ARM: dts: rockchip: add rv1126b-evb2-v12-fastboot-spi-nor.dts

Signed-off-by: ZhengRong Ruan <ryan.ruan@rock-chips.com>
Change-Id: If77f8ef62b32007a7ab6e04de0ad1138bbab645a
This commit is contained in:
ZhengRong Ruan
2025-08-29 10:46:21 +08:00
committed by Tao Huang
parent 19441b6d78
commit 78d43276e0
2 changed files with 24 additions and 0 deletions

View File

@@ -1203,6 +1203,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rv1126b-evb2-v12-aov-dual-cam.dtb \
rv1126b-evb2-v12-fastboot-emmc.dtb \
rv1126b-evb2-v12-fastboot-spi-nand.dtb \
rv1126b-evb2-v12-fastboot-spi-nor.dtb \
rv1126b-evb3-v10.dtb \
rv1126b-evb4-v10.dtb \
rv1126b-iotest-v10.dtb \

View File

@@ -0,0 +1,23 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2025 Rockchip Electronics Co., Ltd.
*/
#include "arm64/rockchip/rv1126b-evb2-v12-fastboot-spi-nor.dts"
/ {
model = "Rockchip RV1126B EVB2 V12 Board";
compatible = "rockchip,rv1126b-evb2-v12-fastboot-spi-nor", "rockchip,rv1126b";
chosen {
bootargs = "loglevel=0 initcall_debug=0 earlycon=uart8250,mmio32,0x20810000 console=ttyFIQ0 root=/dev/rd0 rootfstype=erofs rootflags=dax snd_soc_core.prealloc_buffer_size_kbytes=16 coherent_pool=32K";
};
};
&ramdisk_r {
reg = <0x48c40000 (20 * 0x00100000)>;
};
&ramdisk_c {
reg = <0x4a040000 (10 * 0x00100000)>;
};