1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
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 Device Tree Bindings
10 - Jernej Skrabec <jernej.skrabec@siol.net>
11 - Chen-Yu Tsai <wens@csie.org>
12 - Maxime Ripard <mripard@kernel.org>
15 The Allwinner H3 and later has a deinterlace core used for
16 deinterlacing interlaced video content.
21 - const: allwinner,sun8i-h3-deinterlace
23 - const: allwinner,sun50i-a64-deinterlace
24 - const: allwinner,sun8i-h3-deinterlace
34 - description: Deinterlace interface clock
35 - description: Deinterlace module clock
36 - description: Deinterlace DRAM clock
59 additionalProperties: false
63 #include <dt-bindings/interrupt-controller/arm-gic.h>
64 #include <dt-bindings/clock/sun8i-h3-ccu.h>
65 #include <dt-bindings/reset/sun8i-h3-ccu.h>
67 deinterlace: deinterlace@1400000 {
68 compatible = "allwinner,sun8i-h3-deinterlace";
69 reg = <0x01400000 0x20000>;
70 clocks = <&ccu CLK_BUS_DEINTERLACE>,
71 <&ccu CLK_DEINTERLACE>,
72 <&ccu CLK_DRAM_DEINTERLACE>;
73 clock-names = "bus", "mod", "ram";
74 resets = <&ccu RST_BUS_DEINTERLACE>;
75 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
76 interconnects = <&mbus 9>;
77 interconnect-names = "dma-mem";