Jonas Karlman | 3026cf6 | 2024-07-30 19:48:37 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | #include "rk3308-u-boot.dtsi" | ||||
4 | |||||
5 | &emmc_pwren { | ||||
6 | bootph-pre-ram; | ||||
7 | bootph-some-ram; | ||||
8 | }; | ||||
9 | |||||
10 | &uart0 { | ||||
11 | bootph-all; | ||||
12 | clock-frequency = <24000000>; | ||||
13 | }; | ||||
14 | |||||
15 | &uart0_xfer { | ||||
16 | bootph-all; | ||||
17 | }; | ||||
18 | |||||
19 | &vdd_core { | ||||
20 | regulator-init-microvolt = <1015000>; | ||||
21 | }; |