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 = "jedec,spi-nor";
11 };
12
13 flash1: n25q256a@1 {
14 compatible = "jedec,spi-nor";
15 };
16};
17
18&pinctrl_uart1 {
19 bootph-all;
20};