summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6sx-sdb-u-boot.dtsi
blob: 8e592cded9fbdc0237758f5dda57a9755aef3736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2018 NXP
 */

&qspi2 {
	num-cs = <2>;

	flash0: n25q256a@0 {
		compatible = "spi-flash";
	};

	flash1: n25q256a@1 {
		compatible = "spi-flash";
	};
};