Lines Matching +full:sun4i +full:- +full:a10 +full:- +full:display +full:- +full:engine

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#
7 title: Allwinner A10 Display Engine Backend
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 The display engine backend exposes layers and sprites to the system.
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
30 - description: Display Backend registers
31 - description: SAT registers
33 reg-names:
36 - const: be
37 - const: sat
45 - description: The backend interface clock
46 - description: The backend module clock
47 - description: The backend DRAM clock
48 - description: The SAT clock
50 clock-names:
53 - const: ahb
54 - const: mod
55 - const: ram
56 - const: sat
61 - description: The Backend reset line
62 - description: The SAT reset line
64 reset-names:
67 - const: be
68 - const: sat
77 interconnect-names:
78 const: dma-mem
95 - port@0
96 - port@1
99 - compatible
100 - reg
101 - interrupts
102 - clocks
103 - clock-names
104 - resets
105 - ports
113 const: allwinner,sun8i-a33-display-backend
120 reg-names:
126 clock-names:
132 reset-names:
136 - reg-names
137 - reset-names
144 reg-names:
150 clock-names:
156 reset-names:
160 - |
162 * This comes from the clock/sun4i-a10-ccu.h and
163 * reset/sun4i-a10-ccu.h headers, but we can't include them since
173 display-backend@1e60000 {
174 compatible = "allwinner,sun4i-a10-display-backend";
179 clock-names = "ahb", "mod",
184 #address-cells = <1>;
185 #size-cells = <0>;
188 #address-cells = <1>;
189 #size-cells = <0>;
194 remote-endpoint = <&fe0_out_be0>;
199 remote-endpoint = <&fe1_out_be0>;
204 #address-cells = <1>;
205 #size-cells = <0>;
210 remote-endpoint = <&tcon0_in_be0>;
215 remote-endpoint = <&tcon1_in_be0>;
221 - |
222 #include <dt-bindings/interrupt-controller/arm-gic.h>
225 * This comes from the clock/sun8i-a23-a33-ccu.h and
226 * reset/sun8i-a23-a33-ccu.h headers, but we can't include them
238 display-backend@1e60000 {
239 compatible = "allwinner,sun8i-a33-display-backend";
241 reg-names = "be", "sat";
245 clock-names = "ahb", "mod",
248 reset-names = "be", "sat";
251 #address-cells = <1>;
252 #size-cells = <0>;
258 remote-endpoint = <&fe0_out_be0>;
266 remote-endpoint = <&drc0_in_be0>;