Tianling Shen | 64ae717 | 2023-05-20 19:20:49 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 2 | /* |
| 3 | * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd |
| 4 | * (C) Copyright 2020 David Bauer |
| 5 | */ |
| 6 | |
| 7 | #include "rk3328-u-boot.dtsi" |
| 8 | #include "rk3328-sdram-ddr4-666.dtsi" |
Tianling Shen | 64ae717 | 2023-05-20 19:20:49 +0800 | [diff] [blame] | 9 | |
| 10 | &gpio0 { |
| 11 | bootph-pre-ram; |
| 12 | }; |
| 13 | |
| 14 | &pinctrl { |
| 15 | bootph-pre-ram; |
| 16 | }; |
| 17 | |
| 18 | &sdmmc0m1_pin { |
| 19 | bootph-pre-ram; |
| 20 | }; |
| 21 | |
| 22 | &pcfg_pull_up_4ma { |
| 23 | bootph-pre-ram; |
| 24 | }; |
| 25 | |
| 26 | /* Need this and all the pinctrl/gpio stuff above to set pinmux */ |
| 27 | &vcc_sd { |
| 28 | bootph-pre-ram; |
| 29 | }; |
| 30 | |
Tianling Shen | 64ae717 | 2023-05-20 19:20:49 +0800 | [diff] [blame] | 31 | &spi0 { |
| 32 | spi_flash: spiflash@0 { |
| 33 | bootph-all; |
| 34 | }; |
| 35 | }; |