arm64: dts: rockchip: rk3588: add support for BT656

add dts file:
	rk3588s-evb3-lp4x-v10-rk630-bt656-to-cvbs.dts

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: I82e7bf46ed0c6c0a3a35c9528a026d24bf2cfc43
This commit is contained in:
Damon Ding
2021-11-18 19:57:05 +08:00
committed by Tao Huang
parent 48801131ab
commit 3a84f255cd
2 changed files with 73 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-evb2-lp5-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-evb2-lp5-v10-linux.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-evb3-lp4x-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-evb3-lp4x-v10-linux.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-evb3-lp4x-v10-rk630-bt656-to-cvbs.dts
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-evb3-lp4x-v10-sii9022-bt1120-to-hdmi.dts
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-evb4-lp4x-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-evb4-lp4x-v10-linux.dtb

View File

@@ -0,0 +1,72 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
*
*/
/dts-v1/;
#include <dt-bindings/display/media-bus-format.h>
#include "rk3588s-evb3-lp4x.dtsi"
#include "rk3588-android.dtsi"
/ {
model = "Rockchip RK3588S EVB3 LP4 V10 Board + Rockchip RK3588S EVB V10 Extboard1";
compatible = "rockchip,rk3588s-evb3-lp4x-v10-rk630-bt656-to-cvbs", "rockchip,rk3588";
};
&dsi0_in_vp3 {
status = "disabled";
};
&i2c4 {
status = "okay";
clock-frequency = <100000>;
rk630: rk630@50 {
compatible = "rockchip,rk630";
reg = <0x50>;
reset-gpios = <&gpio4 RK_PC0 GPIO_ACTIVE_LOW>;
status = "okay";
rk630_tve: rk630-tve {
compatible = "rockchip,rk630-tve";
status = "okay";
ports {
port {
rk630_tve_in_rgb: endpoint {
remote-endpoint = <&rgb_out_rk630_tve>;
};
};
};
};
};
};
&rgb {
pinctrl-names = "default";
pinctrl-0 = <&bt656_pins>;
status = "okay";
ports {
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
rgb_out_rk630_tve: endpoint@0 {
reg = <0>;
remote-endpoint = <&rk630_tve_in_rgb>;
};
};
};
};
&rgb_in_vp3 {
status = "okay";
};
&vop {
status = "okay";
};