blob: b619d983aad65d61c6be2ca2257a01d007f12451 [file] [log] [blame]
Ye Li042446c2018-06-27 19:27:00 -07001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2018 NXP
4 */
5
6&qspi1 {
7 num-cs = <2>;
8
9 flash0: n25q256a@0 {
Neil Armstronga009fa72019-02-10 10:16:20 +000010 compatible = "jedec,spi-nor";
Ye Li042446c2018-06-27 19:27:00 -070011 };
12
13 flash1: n25q256a@1 {
Neil Armstronga009fa72019-02-10 10:16:20 +000014 compatible = "jedec,spi-nor";
Ye Li042446c2018-06-27 19:27:00 -070015 };
16};
Peng Fan956cb472022-11-07 16:00:14 +080017
18&pinctrl_uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070019 bootph-all;
Peng Fan956cb472022-11-07 16:00:14 +080020};