blob: 84ca2ee0d5fb94a6fb6c98149f1993c22c01e393 [file] [log] [blame]
Jonas Karlman3026cf62024-07-30 19:48:37 +00001// 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};