mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rv1126: add ai camera spi nand board support
Change-Id: Ibb0657277c951121d9ebc2caccdc55ee74cb4d57 Signed-off-by: Mark Huang <huangjc@rock-chips.com>
This commit is contained in:
@@ -848,6 +848,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
|
||||
rv1109-fpga.dtb \
|
||||
rv1126-38x38-v10-spi-nor.dtb \
|
||||
rv1126-ai-cam-ddr3-v1.dtb \
|
||||
rv1126-ai-cam-ddr3-v1-spi-nand.dtb \
|
||||
rv1126-bat-ipc-v10.dtb \
|
||||
rv1126-evb-ddr3-v10.dtb \
|
||||
rv1126-evb-ddr3-v10-robot.dtb \
|
||||
|
||||
21
arch/arm/boot/dts/rv1126-ai-cam-ddr3-v1-spi-nand.dts
Normal file
21
arch/arm/boot/dts/rv1126-ai-cam-ddr3-v1-spi-nand.dts
Normal file
@@ -0,0 +1,21 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "rv1126-ai-cam-ddr3-v1.dts"
|
||||
|
||||
/ {
|
||||
model = "Rockchip RV1126 AI CAMERA DDR3L Board";
|
||||
compatible = "rockchip,rv1126-ai-cam-ddr3-v1-spi-nand", "rockchip,rv1126";
|
||||
|
||||
chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs snd_aloop.index=7";
|
||||
};
|
||||
};
|
||||
|
||||
&sfc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user