ARM: dts: add rv1126 robot dts

Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
Change-Id: I44f95c6b05d66699fc3f388a2f96e548b3252f3c
This commit is contained in:
Shunqian Zheng
2020-07-21 18:39:16 +08:00
committed by Tao Huang
parent b309af488c
commit 2c5ca422ba
4 changed files with 82 additions and 0 deletions

View File

@@ -851,7 +851,9 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rv1109-fpga.dtb \
rv1126-ai-cam-ddr3-v1.dtb \
rv1126-evb-ddr3-v10.dtb \
rv1126-evb-ddr3-v10-robot.dtb \
rv1126-evb-ddr3-v12.dtb \
rv1126-evb-ddr3-v12-robot.dtb \
rv1126-evb-ddr3-v12-spi-nand.dtb \
rv1126-evb-ddr3-v12-tb-emmc.dtb \
rv1126-evb-lp3-v10.dtb \

View File

@@ -0,0 +1,19 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
*/
/dts-v1/;
#include "rv1126.dtsi"
#include "rv11xx-evb-v10.dtsi"
#include "rv11xx-evb-v10-robot.dtsi"
/ {
model = "Rockchip RV1126 EVB DDR3 Board For Robot";
compatible = "rockchip,rv1126-evb-ddr3-v10-robot", "rockchip,rv1126";
chosen {
bootargs = "console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootwait snd_aloop.index=7";
};
};

View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
*/
/dts-v1/;
#include "rv1126.dtsi"
#include "rv11xx-evb-v12.dtsi"
#include "rv11xx-evb-v10-robot.dtsi"
/ {
model = "Rockchip RV1126 EVB DDR3 Board For Robot";
compatible = "rockchip,rv1126-evb-ddr3-v12-robot", "rockchip,rv1126";
chosen {
bootargs = "console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootwait snd_aloop.index=7";
};
};

View File

@@ -0,0 +1,44 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
*/
/*
* Turn off modules which is not in use for Robot devices.
*/
&backlight {
status = "disabled";
};
/*
* Userland need drm buffer, so keep display_subsystem and vop enabled,
* But dsi can be disabled.
*/
&dsi {
status = "disabled";
};
&vcc18_lcd_n {
status = "disabled";
};
&gmac {
status = "disabled";
};
&i2c5 {
status = "disabled";
};
&mdio {
status = "disabled";
};
&route_dsi {
status = "disabled";
};
&sdmmc {
status = "disabled";
};