Lines Matching +full:rockchip +full:- +full:dp +full:- +full:phy
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/rockchip/rockchip,analogix-dp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rockchip specific extensions to the Analogix Display Port
10 - Sandy Huang <hjc@rock-chips.com>
11 - Heiko Stuebner <heiko@sntech.de>
16 - rockchip,rk3288-dp
17 - rockchip,rk3399-edp
23 clock-names:
26 - const: dp
27 - const: pclk
28 - const: grf
30 power-domains:
36 reset-names:
37 const: dp
39 rockchip,grf:
45 - compatible
46 - clocks
47 - clock-names
48 - resets
49 - reset-names
50 - rockchip,grf
53 - $ref: /schemas/display/bridge/analogix,dp.yaml#
58 - |
59 #include <dt-bindings/clock/rk3288-cru.h>
60 #include <dt-bindings/interrupt-controller/arm-gic.h>
61 #include <dt-bindings/interrupt-controller/irq.h>
62 dp@ff970000 {
63 compatible = "rockchip,rk3288-dp";
67 clock-names = "dp", "pclk";
69 phy-names = "dp";
71 reset-names = "dp";
72 rockchip,grf = <&grf>;
73 pinctrl-0 = <&edp_hpd>;
74 pinctrl-names = "default";
77 #address-cells = <1>;
78 #size-cells = <0>;
82 #address-cells = <1>;
83 #size-cells = <0>;
87 remote-endpoint = <&vopb_out_edp>;
91 remote-endpoint = <&vopl_out_edp>;
99 remote-endpoint = <&panel_in_edp>;