Lines Matching +full:rk3128 +full:- +full:cru
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/rockchip/rockchip,inno-hdmi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sandy Huang <hjc@rock-chips.com>
11 - Heiko Stuebner <heiko@sntech.de>
16 - rockchip,rk3036-inno-hdmi
17 - rockchip,rk3128-inno-hdmi
28 - description: The HDMI controller main clock
29 - description: The HDMI PHY reference clock
31 clock-names:
34 - const: pclk
35 - const: ref
37 power-domains:
40 "#sound-dai-cells":
55 Port node with one endpoint connected to a hdmi-connector node.
58 - port@0
59 - port@1
62 - compatible
63 - reg
64 - interrupts
65 - clocks
66 - clock-names
67 - pinctrl-0
68 - pinctrl-names
69 - ports
72 - $ref: /schemas/sound/dai-common.yaml#
73 - if:
77 const: rockchip,rk3036-inno-hdmi
81 power-domains: false
83 - if:
87 const: rockchip,rk3128-inno-hdmi
93 clock-names:
96 - power-domains
101 - |
102 #include <dt-bindings/clock/rk3036-cru.h>
103 #include <dt-bindings/interrupt-controller/arm-gic.h>
104 #include <dt-bindings/pinctrl/rockchip.h>
106 compatible = "rockchip,rk3036-inno-hdmi";
109 clocks = <&cru PCLK_HDMI>;
110 clock-names = "pclk";
111 pinctrl-names = "default";
112 pinctrl-0 = <&hdmi_ctl>;
113 #sound-dai-cells = <0>;
116 #address-cells = <1>;
117 #size-cells = <0>;
122 remote-endpoint = <&vop_out_hdmi>;
129 remote-endpoint = <&hdmi_con_in>;
137 hdmi_ctl: hdmi-ctl {