Files
rockchip-kernel/arch/arm/boot/dts/rockchip/rv1106-tb-nofastae-emmc.dtsi
Tao Huang ad57250f94 ARM: dts: rockchip: Move .dts files to rockchip subdirectory
According to commit 724ba67515 ("ARM: dts: Move .dts files to vendor sub-directories").

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I3a8da8240526c0f0d8114b591a5143d851ffac5b
2025-07-23 19:39:12 +08:00

34 lines
680 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
*/
#include "rv1106-tb-nofastae.dtsi"
/ {
reserved-memory {
mmc_ecsd: mmc@3f000 {
reg = <0x3f000 0x00001000>;
};
mmc_idmac: mmc@80000 {
reg = <0x0080000 0x17e000>;
};
};
thunder_boot_mmc: thunder-boot-mmc {
compatible = "rockchip,thunder-boot-mmc";
reg = <0xffa90000 0x4000>;
clocks = <&cru HCLK_EMMC>, <&cru CCLK_SRC_EMMC>;
clock-names = "biu", "ciu";
memory-region-src = <&ramdisk_c>;
memory-region-dst = <&ramdisk_r>;
memory-region-idmac = <&mmc_idmac>;
};
};
&emmc {
memory-region-ecsd = <&mmc_ecsd>;
post-power-on-delay-ms = <0>;
};