Ye Li | 042446c | 2018-06-27 19:27:00 -0700 | [diff] [blame] | 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 { |
Neil Armstrong | a009fa7 | 2019-02-10 10:16:20 +0000 | [diff] [blame] | 10 | compatible = "jedec,spi-nor"; |
Ye Li | 042446c | 2018-06-27 19:27:00 -0700 | [diff] [blame] | 11 | }; |
| 12 | |
| 13 | flash1: n25q256a@1 { |
Neil Armstrong | a009fa7 | 2019-02-10 10:16:20 +0000 | [diff] [blame] | 14 | compatible = "jedec,spi-nor"; |
Ye Li | 042446c | 2018-06-27 19:27:00 -0700 | [diff] [blame] | 15 | }; |
| 16 | }; |
Peng Fan | 956cb47 | 2022-11-07 16:00:14 +0800 | [diff] [blame] | 17 | |
| 18 | &pinctrl_uart1 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 19 | bootph-all; |
Peng Fan | 956cb47 | 2022-11-07 16:00:14 +0800 | [diff] [blame] | 20 | }; |