blob: 7812aa34ee1bc0460f52c33c28caeff3cb0caf44 [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 {
19 u-boot,dm-pre-reloc;
20};