ARM: dts: rockchip: Add rv1126b-evb1-v10-fastboot-spi-nand board
Signed-off-by: Weiwen Chen <cww@rock-chips.com> Change-Id: Ia1ce2d32c97720f3ce592584cefeba8ea5aad918
This commit is contained in:
@@ -1180,6 +1180,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
|
||||
rv1126b-evb1-v10-dual-4k.dtb \
|
||||
rv1126b-evb1-v10-dv.dtb \
|
||||
rv1126b-evb1-v10-fastboot-emmc.dtb \
|
||||
rv1126b-evb1-v10-fastboot-spi-nand.dtb \
|
||||
rv1126b-evb1-v10-spi-nor.dtb \
|
||||
rv1126b-evb2-v10.dtb \
|
||||
rv1126b-evb2-v10-mcu-k350c4516t.dtb \
|
||||
|
||||
23
arch/arm/boot/dts/rv1126b-evb1-v10-fastboot-spi-nand.dts
Normal file
23
arch/arm/boot/dts/rv1126b-evb1-v10-fastboot-spi-nand.dts
Normal file
@@ -0,0 +1,23 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2025 Rockchip Electronics Co., Ltd.
|
||||
*/
|
||||
|
||||
#include "arm64/rockchip/rv1126b-evb1-v10-fastboot-spi-nand.dts"
|
||||
|
||||
/ {
|
||||
model = "Rockchip RV1126B EVB1 V10 Board";
|
||||
compatible = "rockchip,rv1126b-evb1-v10-fastboot-spi-nand", "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 (40 * 0x00100000)>;
|
||||
};
|
||||
|
||||
&ramdisk_c {
|
||||
reg = <0x4b440000 (20 * 0x00100000)>;
|
||||
};
|
||||
Reference in New Issue
Block a user