Jagan Teki | b371647 | 2023-02-17 17:28:38 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * (C) Copyright 2021 Rockchip Electronics Co., Ltd | ||||
4 | */ | ||||
5 | |||||
6 | #include "rk356x-u-boot.dtsi" | ||||
7 | |||||
8 | / { | ||||
9 | chosen { | ||||
10 | stdout-path = &uart2; | ||||
11 | }; | ||||
12 | }; | ||||
13 | |||||
Jonas Karlman | 735c346 | 2023-05-17 18:26:31 +0000 | [diff] [blame] | 14 | &emmc_bus8 { |
15 | bootph-all; | ||||
16 | }; | ||||
17 | |||||
18 | &emmc_clk { | ||||
19 | bootph-all; | ||||
20 | }; | ||||
21 | |||||
22 | &emmc_cmd { | ||||
23 | bootph-all; | ||||
24 | }; | ||||
25 | |||||
26 | &emmc_datastrobe { | ||||
27 | bootph-all; | ||||
28 | }; | ||||
29 | |||||
30 | &pinctrl { | ||||
31 | bootph-all; | ||||
32 | }; | ||||
33 | |||||
34 | &pcfg_pull_none { | ||||
35 | bootph-all; | ||||
36 | }; | ||||
37 | |||||
38 | &pcfg_pull_up_drv_level_2 { | ||||
39 | bootph-all; | ||||
40 | }; | ||||
41 | |||||
42 | &pcfg_pull_up { | ||||
43 | bootph-all; | ||||
44 | }; | ||||
45 | |||||
46 | &sdmmc0_bus4 { | ||||
47 | bootph-all; | ||||
48 | }; | ||||
49 | |||||
50 | &sdmmc0_clk { | ||||
51 | bootph-all; | ||||
52 | }; | ||||
53 | |||||
54 | &sdmmc0_cmd { | ||||
55 | bootph-all; | ||||
56 | }; | ||||
57 | |||||
58 | &sdmmc0_det { | ||||
59 | bootph-all; | ||||
60 | }; | ||||
61 | |||||
62 | &sdmmc0_pwren { | ||||
63 | bootph-all; | ||||
64 | }; | ||||
65 | |||||
Jonas Karlman | 0078a4c | 2023-05-17 18:26:30 +0000 | [diff] [blame] | 66 | &sdhci { |
67 | cap-mmc-highspeed; | ||||
68 | mmc-ddr-1_8v; | ||||
69 | }; | ||||
70 | |||||
Jonas Karlman | 735c346 | 2023-05-17 18:26:31 +0000 | [diff] [blame] | 71 | &uart2m0_xfer { |
72 | bootph-all; | ||||
73 | }; | ||||
74 | |||||
Jagan Teki | b371647 | 2023-02-17 17:28:38 +0530 | [diff] [blame] | 75 | &uart2 { |
76 | clock-frequency = <24000000>; | ||||
Tom Rini | de70b47 | 2023-03-27 15:20:19 -0400 | [diff] [blame] | 77 | bootph-all; |
Jagan Teki | b371647 | 2023-02-17 17:28:38 +0530 | [diff] [blame] | 78 | status = "okay"; |
79 | }; | ||||
FUKAUMI Naoki | a69794f | 2023-04-20 12:00:40 +0000 | [diff] [blame] | 80 | |
81 | &vcc5v0_usb30 { | ||||
82 | regulator-boot-on; | ||||
83 | }; |