summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi
blob: 549461df71e4e083bb00df5186cafa61244f14f2 (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 = "jedec,spi-nor";
	};

	flash1: n25q256a@1 {
		compatible = "jedec,spi-nor";
	};
};