Lines Matching +full:display +full:- +full:interface
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/samsung/samsung,exynos7-decon.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos7 SoC Display and Enhancement Controller (DECON)
10 - Inki Dae <[email protected]>
11 - Seung-Woo Kim <[email protected]>
12 - Kyungmin Park <[email protected]>
13 - Krzysztof Kozlowski <[email protected]>
16 DECON (Display and Enhancement Controller) is the Display Controller for the
18 buffer to an external LCD interface.
23 - samsung,exynos7-decon
24 - samsung,exynos7870-decon
29 clock-names:
31 - const: pclk_decon0
32 - const: aclk_decon0
33 - const: decon0_eclk
34 - const: decon0_vclk
36 display-timings:
37 $ref: ../panel/display-timings.yaml#
39 i80-if-timings:
42 description: timing configuration for lcd i80 interface support
44 cs-setup:
51 wr-active:
57 wr-hold:
64 wr-setup:
73 - description: FIFO level
74 - description: VSYNC
75 - description: LCD system
77 interrupt-names:
79 - const: fifo
80 - const: vsync
81 - const: lcd_sys
83 power-domains:
90 - compatible
91 - clocks
92 - clock-names
93 - interrupts
94 - interrupt-names
95 - reg
100 - |
101 #include <dt-bindings/clock/exynos7-clk.h>
102 #include <dt-bindings/interrupt-controller/arm-gic.h>
104 display-controller@13930000 {
105 compatible = "samsung,exynos7-decon";
107 interrupt-names = "fifo", "vsync", "lcd_sys";
115 clock-names = "pclk_decon0",
119 pinctrl-0 = <&lcd_clk &pwm1_out>;
120 pinctrl-names = "default";