Files
u-boot/arch/arm/dts/rk3308-rock-s0-u-boot.dtsi
Simon Glass a1732401c6 rockchip: Pull in dtsi updates for dts/upstream
Some tweaks are needed to keep some of the boards building.
2025-05-26 17:00:43 +01:00

34 lines
360 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
#include "rk3308-u-boot.dtsi"
&emmc_pwren {
bootph-pre-ram;
bootph-some-ram;
};
&gpio4 {
bootph-pre-ram;
};
&sdmmc_2030 {
bootph-pre-ram;
};
&uart0 {
bootph-all;
clock-frequency = <24000000>;
};
&uart0_xfer {
bootph-all;
};
&vcc_sd {
bootph-pre-ram;
};
&vdd_core {
regulator-init-microvolt = <1015000>;
};