imx6sx-sabreauto-u-boot.dtsi 204 Bytes
// 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";
	};
};