1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/display/allwinner,sun9i-a80-deu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A80 Detail Enhancement Unit Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 The DEU (Detail Enhancement Unit), found in the Allwinner A80 SoC,
15 can sharpen the display content in both luma and chroma channels.
19 const: allwinner,sun9i-a80-deu
29 - description: The DEU interface clock
30 - description: The DEU module clock
31 - description: The DEU DRAM clock
45 A ports node with endpoint definitions as defined in
46 Documentation/devicetree/bindings/media/video-interfaces.txt.
58 Input endpoints of the controller.
63 Output endpoints of the controller.
71 additionalProperties: false
82 additionalProperties: false
86 #include <dt-bindings/interrupt-controller/arm-gic.h>
88 #include <dt-bindings/clock/sun9i-a80-de.h>
89 #include <dt-bindings/reset/sun9i-a80-de.h>
92 compatible = "allwinner,sun9i-a80-deu";
93 reg = <0x03300000 0x40000>;
94 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
95 clocks = <&de_clocks CLK_BUS_DEU0>,
96 <&de_clocks CLK_IEP_DEU0>,
97 <&de_clocks CLK_DRAM_DEU0>;
101 resets = <&de_clocks RST_DEU0>;
104 #address-cells = <1>;
110 deu0_in_fe0: endpoint {
111 remote-endpoint = <&fe0_out_deu0>;
116 #address-cells = <1>;
120 deu0_out_be0: endpoint@0 {
122 remote-endpoint = <&be0_in_deu0>;
125 deu0_out_be1: endpoint@1 {
127 remote-endpoint = <&be1_in_deu0>;