xref: /openbmc/u-boot/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi (revision b2f90c461e999a1b1a03c7f9f79069b5440b2306)
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2018 NXP
4 */
5
6&qspi1 {
7	num-cs = <2>;
8
9	flash0: n25q256a@0 {
10		compatible = "spi-flash";
11	};
12
13	flash1: n25q256a@1 {
14		compatible = "spi-flash";
15	};
16};
17