blob: c8c56b17a154e30a449fe33508665f694bb495ac [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
Jonas Karlman831c9892025-02-20 18:31:28 +000010&gpio4 {
11 bootph-pre-ram;
12};
13
14&sdmmc_2030 {
15 bootph-pre-ram;
16};
17
Jonas Karlman3026cf62024-07-30 19:48:37 +000018&uart0 {
19 bootph-all;
20 clock-frequency = <24000000>;
21};
22
23&uart0_xfer {
24 bootph-all;
25};
26
Jonas Karlman831c9892025-02-20 18:31:28 +000027&vcc_sd {
28 bootph-pre-ram;
29};
30
Jonas Karlman3026cf62024-07-30 19:48:37 +000031&vdd_core {
32 regulator-init-microvolt = <1015000>;
33};