CoolPi-Armbian-Rockchip-RK3.../arch/arm64/boot/dts/rockchip/rk3568-evb1-ddr4-v10-edp-panel.dts

94 lines
1.5 KiB
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2024 Rockchip Electronics Co., Ltd.
*
*/
#include "rk3568-evb1-ddr4-v10.dtsi"
#include "rk3568-android.dtsi"
/ {
model = "Rockchip RK3568 EVB1 DDR4 V10 Board + RK Evb ExtBoard eDP Display V10";
compatible = "rockchip,rk3568-evb1-ddr4-v10-edp-panel", "rockchip,rk3568";
panel-edp {
compatible = "simple-panel";
backlight = <&backlight>;
power-supply = <&vcc3v3_lcd0_n>;
prepare-delay-ms = <120>;
enable-delay-ms = <120>;
unprepare-delay-ms = <120>;
disable-delay-ms = <120>;
width-mm = <120>;
height-mm = <160>;
panel-timing {
clock-frequency = <200000000>;
hactive = <1536>;
vactive = <2048>;
hfront-porch = <12>;
hsync-len = <16>;
hback-porch = <48>;
vfront-porch = <8>;
vsync-len = <4>;
vback-porch = <8>;
hsync-active = <0>;
vsync-active = <0>;
de-active = <0>;
pixelclk-active = <0>;
};
port {
panel_in_edp: endpoint {
remote-endpoint = <&edp_out_panel>;
};
};
};
};
&backlight {
power-supply = <&vcc3v3_lcd0_n>;
status = "okay";
};
&bt_sco {
status = "okay";
};
&bt_sound {
status = "okay";
};
&edp {
/delete-property/ hpd-gpios;
force-hpd;
status = "okay";
ports {
port@1 {
reg = <1>;
edp_out_panel: endpoint {
remote-endpoint = <&panel_in_edp>;
};
};
};
};
&edp_in_vp0 {
status = "okay";
};
&edp_phy {
status = "okay";
};
&i2s3_2ch {
status = "okay";
};
&route_edp {
connect = <&vp0_out_edp>;
status = "okay";
};