Chen-Yu Tsai | 3aa5f1d | 2020-04-27 14:52:53 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd | ||||
4 | */ | ||||
5 | |||||
6 | #include "rk3328-u-boot.dtsi" | ||||
7 | #include "rk3328-sdram-ddr4-666.dtsi" | ||||
8 | / { | ||||
9 | chosen { | ||||
10 | u-boot,spl-boot-order = "same-as-spl", &sdmmc, &emmc; | ||||
11 | }; | ||||
Simon Glass | 8eb227e | 2020-11-05 06:32:12 -0700 | [diff] [blame] | 12 | |
13 | smbios { | ||||
14 | compatible = "u-boot,sysinfo-smbios"; | ||||
15 | |||||
16 | smbios { | ||||
17 | system { | ||||
18 | manufacturer = "firefly"; | ||||
19 | product = "roc-rk3328-cc"; | ||||
20 | }; | ||||
21 | |||||
22 | baseboard { | ||||
23 | manufacturer = "firefly"; | ||||
24 | product = "roc-rk3328-cc"; | ||||
25 | }; | ||||
26 | |||||
27 | chassis { | ||||
28 | manufacturer = "firefly"; | ||||
29 | product = "roc-rk3328-cc"; | ||||
30 | }; | ||||
31 | }; | ||||
32 | }; | ||||
Chen-Yu Tsai | 3aa5f1d | 2020-04-27 14:52:53 +0800 | [diff] [blame] | 33 | }; |
34 | |||||
35 | &gpio0 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 36 | bootph-pre-ram; |
Chen-Yu Tsai | 3aa5f1d | 2020-04-27 14:52:53 +0800 | [diff] [blame] | 37 | }; |
38 | |||||
39 | &pinctrl { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 40 | bootph-pre-ram; |
Chen-Yu Tsai | 3aa5f1d | 2020-04-27 14:52:53 +0800 | [diff] [blame] | 41 | }; |
42 | |||||
Peter Robinson | 7715db3 | 2021-07-22 16:20:43 +0100 | [diff] [blame] | 43 | &sdmmc0m1_pin { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 44 | bootph-pre-ram; |
Chen-Yu Tsai | 3aa5f1d | 2020-04-27 14:52:53 +0800 | [diff] [blame] | 45 | }; |
46 | |||||
47 | &pcfg_pull_up_4ma { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 48 | bootph-pre-ram; |
Chen-Yu Tsai | 3aa5f1d | 2020-04-27 14:52:53 +0800 | [diff] [blame] | 49 | }; |
50 | |||||
Chen-Yu Tsai | 3aa5f1d | 2020-04-27 14:52:53 +0800 | [diff] [blame] | 51 | /* Need this and all the pinctrl/gpio stuff above to set pinmux */ |
52 | &vcc_sd { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 53 | bootph-pre-ram; |
Chen-Yu Tsai | 3aa5f1d | 2020-04-27 14:52:53 +0800 | [diff] [blame] | 54 | }; |