diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 4b666fa2b9df..55e6477489bf 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -999,6 +999,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rv1106g-evb1-v11-facial-gate.dtb \ rv1106g-evb1-v10-spi-nand.dtb \ rv1106g-evb1-v10-spi-nor.dtb \ + rv1106g-evb1-v11-nofastae-spi-nand.dtb \ rv1106g-evb2-v10.dtb \ rv1106g-evb2-v10-dual-camera.dtb \ rv1106g-evb2-v11-emmc.dtb \ diff --git a/arch/arm/boot/dts/rv1106g-evb1-v11-nofastae-spi-nand.dts b/arch/arm/boot/dts/rv1106g-evb1-v11-nofastae-spi-nand.dts new file mode 100644 index 000000000000..f653f8e78521 --- /dev/null +++ b/arch/arm/boot/dts/rv1106g-evb1-v11-nofastae-spi-nand.dts @@ -0,0 +1,29 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2023 Rockchip Electronics Co., Ltd. + */ + +/dts-v1/; + +#include "rv1106g-evb1-v11.dts" +#include "rv1106-tb-nofastae.dtsi" + +/ { + model = "Rockchip RV1106G EVB1 V11 Board"; + compatible = "rockchip,rv1106g-evb1-v11", "rockchip,rv1106"; + chosen { + bootargs = "loglevel=0 rootfstype=erofs rootflags=dax console=ttyFIQ0 root=/dev/rd0 snd_soc_core.prealloc_buffer_size_kbytes=16 coherent_pool=0 driver_async_probe=dwmmc_rockchip"; + }; +}; + +&fiq_debugger { + rockchip,baudrate = <1500000>; +}; + +&ramdisk_r { + reg = <0x800000 (15 * 0x00100000)>; +}; + +&ramdisk_c { + reg = <0x1700000 (10 * 0x00100000)>; +};