diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi b/roms/u-boot/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi new file mode 100644 index 000000000..549461df7 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi @@ -0,0 +1,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"; + }; +}; |