mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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 \
|
||||
|
||||
17
arch/arm/boot/dts/rv1126-evb-ddr3-v13-robot.dts
Normal file
17
arch/arm/boot/dts/rv1126-evb-ddr3-v13-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-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";
|
||||
};
|
||||
};
|
||||
19
arch/arm/boot/dts/rv1126-evb-ddr3-v13-tb-emmc.dts
Normal file
19
arch/arm/boot/dts/rv1126-evb-ddr3-v13-tb-emmc.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-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";
|
||||
};
|
||||
};
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
22
arch/arm/boot/dts/rv11xx-evb-v13.dtsi
Normal file
22
arch/arm/boot/dts/rv11xx-evb-v13.dtsi
Normal 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>;
|
||||
};
|
||||
Reference in New Issue
Block a user