Lines Matching +full:sun5i +full:- +full:a13 +full:- +full:mbus

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-display-backend.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
19 - allwinner,sun4i-a10-display-backend
20 - allwinner,sun5i-a13-display-backend
21 - allwinner,sun6i-a31-display-backend
22 - allwinner,sun7i-a20-display-backend
23 - allwinner,sun8i-a23-display-backend
24 - allwinner,sun8i-a33-display-backend
25 - allwinner,sun9i-a80-display-backend
31 - description: Display Backend registers
32 - description: SAT registers
34 reg-names:
38 - const: be
39 - const: sat
48 - description: The backend interface clock
49 - description: The backend module clock
50 - description: The backend DRAM clock
51 - description: The SAT clock
53 clock-names:
57 - const: ahb
58 - const: mod
59 - const: ram
60 - const: sat
66 - description: The Backend reset line
67 - description: The SAT reset line
69 reset-names:
73 - const: be
74 - const: sat
77 # have the MBUS declared.
82 # have the MBUS declared.
83 interconnect-names:
84 const: dma-mem
90 Documentation/devicetree/bindings/media/video-interfaces.txt.
93 "#address-cells":
96 "#size-cells":
110 - "#address-cells"
111 - "#size-cells"
112 - port@0
113 - port@1
118 - compatible
119 - reg
120 - interrupts
121 - clocks
122 - clock-names
123 - resets
124 - ports
132 const: allwinner,sun8i-a33-display-backend
139 reg-names:
145 clock-names:
151 reset-names:
155 - reg-names
156 - reset-names
163 reg-names:
169 clock-names:
175 reset-names:
179 - |
181 * This comes from the clock/sun4i-a10-ccu.h and
182 * reset/sun4i-a10-ccu.h headers, but we can't include them since
192 display-backend@1e60000 {
193 compatible = "allwinner,sun4i-a10-display-backend";
198 clock-names = "ahb", "mod",
203 #address-cells = <1>;
204 #size-cells = <0>;
207 #address-cells = <1>;
208 #size-cells = <0>;
213 remote-endpoint = <&fe0_out_be0>;
218 remote-endpoint = <&fe1_out_be0>;
223 #address-cells = <1>;
224 #size-cells = <0>;
229 remote-endpoint = <&tcon0_in_be0>;
234 remote-endpoint = <&tcon1_in_be0>;
240 - |
241 #include <dt-bindings/interrupt-controller/arm-gic.h>
244 * This comes from the clock/sun8i-a23-a33-ccu.h and
245 * reset/sun8i-a23-a33-ccu.h headers, but we can't include them
257 display-backend@1e60000 {
258 compatible = "allwinner,sun8i-a33-display-backend";
260 reg-names = "be", "sat";
264 clock-names = "ahb", "mod",
267 reset-names = "be", "sat";
270 #address-cells = <1>;
271 #size-cells = <0>;
277 remote-endpoint = <&fe0_out_be0>;
285 remote-endpoint = <&drc0_in_be0>;