Files
rockchip-kernel/arch/arm64/boot/dts/rockchip/rv1126b-thunder-boot-spi-nor.dtsi
Ziyuan Xu 9d3d119972 arm64: dts: rockchip: Add rv1126b-thunder-boot for SPI Nor/eMMC
rv1126b thunderboot reserved memory layout:

  H
		 _______________________
		|			|
		|	ramdisk_c	|
		|_______________________|
		|			|
		|	ramdisk_r	|
 0x48c40000	|_______________________|
		|			|
		|        mcu_log	|
 0x48c3c000	|_______________________|
		|			|
		|         mcu		|
 0x48c00000	|_______________________|
		|			|
		|     [TEEOS+TA+SHM]	|
 0x48400000	|_______________________|
		|			|
		|	mmc_escd	|
 0x48000000	|_______________________|
		|			|
		|	mmc_idmac	|
 0x47fffe00	|_______________________|
		|			|
		|    isp[0..1]_tb_rmem	|
		|_______________________|
		|			|
		|         meta		|
 0x41240000	|_______________________|
		|			|
		|	   fdt		|
 0x41200000	|_______________________|
		|			|
		|	kernel_r	|
 0x40208000	|_______________________|
		|			|
		|	   bl31		|
 L		|_______________________|

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: I69f4dcbf94d6a646794e993ad7dac0e94028ed47
2025-06-06 09:06:11 +00:00

16 lines
347 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2025 Rockchip Electronics Co., Ltd.
*/
#include "rv1126b-thunder-boot.dtsi"
/ {
thunder_boot_spi_nor: thunder-boot-spi-nor {
compatible = "rockchip,thunder-boot-sfc";
reg = <0x21460000 0x4000>;
memory-region-src = <&ramdisk_c>;
memory-region-dst = <&ramdisk_r>;
};
};