Lines Matching +full:pll +full:-
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-hdmi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 - Chen-Yu Tsai <wens@csie.org>
15 - Maxime Ripard <mripard@kernel.org>
20 - const: allwinner,sun4i-a10-hdmi
21 - const: allwinner,sun5i-a10s-hdmi
22 - const: allwinner,sun6i-a31-hdmi
23 - items:
24 - const: allwinner,sun7i-a20-hdmi
25 - const: allwinner,sun5i-a10s-hdmi
35 - items:
36 - description: The HDMI interface clock
37 - description: The HDMI module clock
38 - description: The first video PLL
39 - description: The second video PLL
41 - items:
42 - description: The HDMI interface clock
43 - description: The HDMI module clock
44 - description: The HDMI DDC clock
45 - description: The first video PLL
46 - description: The second video PLL
48 clock-names:
50 - items:
51 - const: ahb
52 - const: mod
53 - const: pll-0
54 - const: pll-1
56 - items:
57 - const: ahb
58 - const: mod
59 - const: ddc
60 - const: pll-0
61 - const: pll-1
68 - description: DDC Transmission DMA Channel
69 - description: DDC Reception DMA Channel
70 - description: Audio Transmission DMA Channel
72 dma-names:
74 - const: ddc-tx
75 - const: ddc-rx
76 - const: audio-tx
94 - port@0
95 - port@1
98 - compatible
99 - reg
100 - interrupts
101 - clocks
102 - clock-names
103 - dmas
104 - dma-names
110 const: allwinner,sun6i-a31-hdmi
117 clock-names:
121 - resets
126 - |
127 #include <dt-bindings/clock/sun4i-a10-ccu.h>
128 #include <dt-bindings/dma/sun4i-a10.h>
129 #include <dt-bindings/reset/sun4i-a10-ccu.h>
132 compatible = "allwinner,sun4i-a10-hdmi";
138 clock-names = "ahb", "mod", "pll-0", "pll-1";
142 dma-names = "ddc-tx", "ddc-rx", "audio-tx";
145 #address-cells = <1>;
146 #size-cells = <0>;
149 #address-cells = <1>;
150 #size-cells = <0>;
155 remote-endpoint = <&tcon0_out_hdmi>;
160 remote-endpoint = <&tcon1_out_hdmi>;