1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright 2018 NXP 4 */ 5 6&qspi2 { 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