// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /* * Copyright (c) 2022 Rockchip Electronics Co., Ltd. * */ #include #include "rk3568m-serdes-v1-evb-lp4x-v10.dtsi" #include "rk3568-android.dtsi" &backlight { pwms = <&pwm10 0 25000 0>; status = "okay"; }; &i2c1 { status = "disabled"; }; &i2c4 { status = "okay"; clock-frequency = <10000>; }; &pwm10 { pinctrl-names = "active"; pinctrl-0 = <&pwm10m1_pins>; status = "okay"; }; &rgb { status = "okay"; ports { #address-cells = <1>; #size-cells = <0>; port@1 { reg = <1>; rgb_out_rkx110_x120: endpoint { remote-endpoint = <&rkx110_x120_in_rgb>; }; }; }; }; &rgb_in_vp2 { status = "okay"; }; &rkx110_x120_1 { pt-config { rk-serdes,pt = , , ; }; }; &serdes_timing1 { clock-frequency = <50000000>; hactive = <1024>; vactive = <600>; hfront-porch = <160>; hsync-len = <20>; hback-porch = <140>; vfront-porch = <12>; vsync-len = <3>; vback-porch = <20>; hsync-active = <0>; vsync-active = <0>; de-active = <0>; pixelclk-active = <1>; }; &serdes_panel1 { local-port0 = ; remote0-port0 = ; backlight = <&backlight>; enable-gpios = <&gpio2 RK_PA0 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&panel_reset_ser1_gpio &panel_enable_ser1_gpio>; ports { #address-cells = <1>; #size-cells = <0>; port@0 { reg = <0>; rkx110_x120_in_rgb: endpoint { remote-endpoint = <&rgb_out_rkx110_x120>; }; }; }; }; /* vp0 for HDMI, vp2 for rgb */ &vp0 { rockchip,plane-mask = <(1 << ROCKCHIP_VOP2_CLUSTER0 | 1 << ROCKCHIP_VOP2_ESMART0 | 1 << ROCKCHIP_VOP2_SMART0)>; rockchip,primary-plane = ; }; &vp2 { rockchip,plane-mask = <(1 << ROCKCHIP_VOP2_CLUSTER1 | 1 << ROCKCHIP_VOP2_ESMART1 | 1 << ROCKCHIP_VOP2_SMART1)>; rockchip,primary-plane = ; };