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
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
43 $ref: /schemas/graph.yaml#/properties/ports
47 $ref: /schemas/graph.yaml#/properties/port
49 Input endpoints of the controller.
52 $ref: /schemas/graph.yaml#/properties/port
54 Output endpoints of the controller.
69 additionalProperties: false
73 #include <dt-bindings/interrupt-controller/arm-gic.h>
75 #include <dt-bindings/clock/sun9i-a80-de.h>
76 #include <dt-bindings/reset/sun9i-a80-de.h>
79 compatible = "allwinner,sun9i-a80-deu";
80 reg = <0x03300000 0x40000>;
81 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
82 clocks = <&de_clocks CLK_BUS_DEU0>,
83 <&de_clocks CLK_IEP_DEU0>,
84 <&de_clocks CLK_DRAM_DEU0>;
88 resets = <&de_clocks RST_DEU0>;
97 deu0_in_fe0: endpoint {
98 remote-endpoint = <&fe0_out_deu0>;
103 #address-cells = <1>;
107 deu0_out_be0: endpoint@0 {
109 remote-endpoint = <&be0_in_deu0>;
112 deu0_out_be1: endpoint@1 {
114 remote-endpoint = <&be1_in_deu0>;