Lines Matching +full:sun8i +full:- +full:h3 +full:- +full:ccu
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/allwinner,sun8i-h3-deinterlace.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner H3 Deinterlace
10 - Jernej Skrabec <jernej.skrabec@siol.net>
11 - Chen-Yu Tsai <wens@csie.org>
12 - Maxime Ripard <mripard@kernel.org>
14 description: |-
15 The Allwinner H3 and later has a deinterlace core used for
21 - const: allwinner,sun8i-h3-deinterlace
22 - items:
23 - const: allwinner,sun8i-r40-deinterlace
24 - const: allwinner,sun8i-h3-deinterlace
25 - items:
26 - const: allwinner,sun50i-a64-deinterlace
27 - const: allwinner,sun8i-h3-deinterlace
37 - description: Deinterlace interface clock
38 - description: Deinterlace module clock
39 - description: Deinterlace DRAM clock
41 clock-names:
43 - const: bus
44 - const: mod
45 - const: ram
53 interconnect-names:
54 const: dma-mem
57 - compatible
58 - reg
59 - interrupts
60 - clocks
65 - |
66 #include <dt-bindings/interrupt-controller/arm-gic.h>
67 #include <dt-bindings/clock/sun8i-h3-ccu.h>
68 #include <dt-bindings/reset/sun8i-h3-ccu.h>
71 compatible = "allwinner,sun8i-h3-deinterlace";
73 clocks = <&ccu CLK_BUS_DEINTERLACE>,
74 <&ccu CLK_DEINTERLACE>,
75 <&ccu CLK_DRAM_DEINTERLACE>;
76 clock-names = "bus", "mod", "ram";
77 resets = <&ccu RST_BUS_DEINTERLACE>;
80 interconnect-names = "dma-mem";