summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi
blob: f5c68d707c376ba037c1f4ea8cc49b1508e22ef9 (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
 */

&qspi1 {
	num-cs = <2>;

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

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