Files
u-boot/arch/arm/dts/rk356x-u-boot.dtsi
Jonas Karlman bdc9966265 rockchip: rk356x: Remove rng node from u-boot.dtsi
Linux commit afeccc408496 ("arm64: dts: rockchip: add DT entry for RNG
to RK356x") merged for v6.12-rc1 add a proper rng node to the SoC DT.

Remove the rng node from SoC u-boot.dtsi now that the rng driver support
the compatible used in dts/upstream DT. Ensure the rng node is enabled
to support rng on RK3566 variants.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2025-04-23 22:12:02 +08:00

175 lines
1.9 KiB
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* (C) Copyright 2021 Rockchip Electronics Co., Ltd
*/
#include "rockchip-u-boot.dtsi"
/ {
aliases {
mmc0 = &sdhci;
mmc1 = &sdmmc0;
spi4 = &sfc;
};
chosen {
u-boot,spl-boot-order = "same-as-spl", &sdmmc0, &sdhci;
};
dmc: dmc {
compatible = "rockchip,rk3568-dmc";
bootph-all;
};
otp: nvmem@fe38c000 {
compatible = "rockchip,rk3568-otp";
reg = <0x0 0xfe38c000 0x0 0x4000>;
#address-cells = <1>;
#size-cells = <1>;
cpu_id: id@a {
reg = <0x0a 0x10>;
};
};
};
#ifdef CONFIG_ROCKCHIP_SPI_IMAGE
&binman {
simple-bin-spi {
mkimage {
args = "-n", CONFIG_SYS_SOC, "-T", "rksd";
offset = <0x8000>;
};
};
};
#endif
&cru {
bootph-all;
};
&emmc_bus8 {
bootph-pre-ram;
bootph-some-ram;
};
&emmc_clk {
bootph-pre-ram;
bootph-some-ram;
};
&emmc_cmd {
bootph-pre-ram;
bootph-some-ram;
};
&emmc_datastrobe {
bootph-pre-ram;
bootph-some-ram;
};
&emmc_rstnout {
bootph-pre-ram;
bootph-some-ram;
};
&fspi_pins {
bootph-pre-ram;
bootph-some-ram;
};
&grf {
bootph-all;
};
&otp {
bootph-some-ram;
};
&pcfg_pull_none {
bootph-all;
};
&pcfg_pull_none_smt {
bootph-pre-ram;
bootph-some-ram;
};
&pcfg_pull_up {
bootph-all;
};
&pcfg_pull_up_drv_level_2 {
bootph-pre-ram;
bootph-some-ram;
};
&pinctrl {
bootph-all;
};
&pmucru {
bootph-all;
};
&pmugrf {
bootph-all;
};
&rng {
status = "okay";
};
&sdhci {
bootph-pre-ram;
bootph-some-ram;
max-frequency = <200000000>;
};
&sdmmc0 {
bootph-pre-ram;
bootph-some-ram;
};
&sdmmc0_bus4 {
bootph-pre-ram;
bootph-some-ram;
};
&sdmmc0_clk {
bootph-pre-ram;
bootph-some-ram;
};
&sdmmc0_cmd {
bootph-pre-ram;
bootph-some-ram;
};
&sdmmc0_det {
bootph-pre-ram;
bootph-some-ram;
};
&sdmmc0_pwren {
bootph-pre-ram;
bootph-some-ram;
};
&sfc {
u-boot,spl-sfc-no-dma;
};
&uart2 {
bootph-all;
clock-frequency = <24000000>;
};
&uart2m0_xfer {
bootph-all;
};
&xin24m {
bootph-all;
};