ARM: dts: rv1126: add evb tb robot dts of V13 board

add the support of v13 for evb tb and robot product forms.

Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
Change-Id: I45cc935579997210805b4c5d41415dd06b468b4f
This commit is contained in:
Nickey Yang
2020-08-06 15:16:06 +08:00
committed by Tao Huang
parent e6fee67715
commit e0a4fef684
5 changed files with 61 additions and 16 deletions

View File

@@ -858,6 +858,8 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rv1126-evb-ddr3-v12-tb-emmc.dtb \
rv1126-evb-ddr3-v12-tb-spi-nor.dtb \
rv1126-evb-ddr3-v13.dtb \
rv1126-evb-ddr3-v13-robot.dtb \
rv1126-evb-ddr3-v13-tb-emmc.dtb \
rv1126-iotest-v10.dtb \
rv1126-ipc2-ddr3-v10.dtb \
rv1126-sphericalipc-ddr3-v10.dtb \

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-v13.dtsi"
#include "rv11xx-evb-v10-robot.dtsi"
/ {
model = "Rockchip RV1126 EVB DDR3 V13 Board For Robot";
compatible = "rockchip,rv1126-evb-ddr3-v13-robot", "rockchip,rv1126";
chosen {
bootargs = "console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootwait snd_aloop.index=7";
};
};

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-v13.dtsi"
#include "rv11xx-thunder-boot-emmc.dtsi"
#include "rv11xx-evb-thunder-boot.dtsi"
/ {
model = "Rockchip RV1126 EVB DDR3 V13 with eMMC (Thunder Boot)";
compatible = "rockchip,rv1126-evb-ddr3-v13-tb-emmc", "rockchip,rv1126";
chosen {
bootargs = "loglevel=0 initcall_nr_threads=-1 initcall_debug=0 printk.devkmsg=on root=/dev/rd0 console=ttyFIQ0 snd_aloop.index=7 driver_async_probe=dwmmc_rockchip rk.root2nd=/dev/mmcblk0p7";
};
};

View File

@@ -4,7 +4,7 @@
*/
/dts-v1/;
#include "rv1126.dtsi"
#include "rv11xx-evb-v12.dtsi"
#include "rv11xx-evb-v13.dtsi"
/ {
model = "Rockchip RV1126 EVB DDR3 V13 Board";
compatible = "rockchip,rv1126-evb-ddr3-v13", "rockchip,rv1126";
@@ -12,20 +12,5 @@
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait snd_aloop.index=7";
};
backlight: backlight {
pwms = <&pwm0 0 25000 0>;
};
};
&u2phy0 {
vup-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>;
};
&pwm0 {
status = "okay";
};
&pwm3 {
status = "disabled";
};

View File

@@ -0,0 +1,22 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
*/
#include "rv11xx-evb-v12.dtsi"
&backlight {
pwms = <&pwm0 0 25000 0>;
};
&pwm0 {
status = "okay";
};
&pwm3 {
status = "disabled";
};
&u2phy0 {
vup-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>;
};