mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: dts: add rv1126 robot dts
Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com> Change-Id: I44f95c6b05d66699fc3f388a2f96e548b3252f3c
This commit is contained in:
committed by
Tao Huang
parent
b309af488c
commit
2c5ca422ba
@@ -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 \
|
||||
|
||||
19
arch/arm/boot/dts/rv1126-evb-ddr3-v10-robot.dts
Normal file
19
arch/arm/boot/dts/rv1126-evb-ddr3-v10-robot.dts
Normal 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";
|
||||
};
|
||||
};
|
||||
|
||||
17
arch/arm/boot/dts/rv1126-evb-ddr3-v12-robot.dts
Normal file
17
arch/arm/boot/dts/rv1126-evb-ddr3-v12-robot.dts
Normal 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";
|
||||
};
|
||||
};
|
||||
44
arch/arm/boot/dts/rv11xx-evb-v10-robot.dtsi
Normal file
44
arch/arm/boot/dts/rv11xx-evb-v10-robot.dtsi
Normal 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";
|
||||
};
|
||||
Reference in New Issue
Block a user