Lines Matching +full:exynos5433 +full:- +full:decon
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/samsung/samsung,exynos5433-decon.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos5433 SoC Display and Enhancement Controller (DECON)
10 - Inki Dae <inki.dae@samsung.com>
11 - Seung-Woo Kim <sw0312.kim@samsung.com>
12 - Kyungmin Park <kyungmin.park@samsung.com>
13 - Krzysztof Kozlowski <krzk@kernel.org>
16 DECON (Display and Enhancement Controller) is the Display Controller for the
17 Exynos5433 series of SoCs which transfers the image data from a video memory
23 - samsung,exynos5433-decon
24 - samsung,exynos5433-decon-tv
29 clock-names:
31 - const: pclk
32 - const: aclk_decon
33 - const: aclk_smmu_decon0x
34 - const: aclk_xiu_decon0x
35 - const: pclk_smmu_decon0x
36 - const: aclk_smmu_decon1x
37 - const: aclk_xiu_decon1x
38 - const: pclk_smmu_decon1x
39 - const: sclk_decon_vclk
40 - const: sclk_decon_eclk
41 - const: dsd
48 - video mode: vsync
49 - command mode: lcd_sys
50 - command mode with software trigger: lcd_sys, te
52 interrupt-names:
55 - const: fifo
56 - const: vsync
57 - const: lcd_sys
58 - const: te
63 iommu-names:
65 - const: m0
66 - const: m1
73 power-domains:
79 samsung,disp-sysreg:
85 - compatible
86 - clocks
87 - clock-names
88 - interrupts
89 - interrupt-names
90 - ports
91 - reg
96 - |
97 #include <dt-bindings/clock/exynos5433.h>
98 #include <dt-bindings/interrupt-controller/arm-gic.h>
100 display-controller@13800000 {
101 compatible = "samsung,exynos5433-decon";
114 clock-names = "pclk",
125 power-domains = <&pd_disp>;
126 interrupt-names = "fifo", "vsync", "lcd_sys";
130 samsung,disp-sysreg = <&syscon_disp>;
132 iommu-names = "m0", "m1";
135 #address-cells = <1>;
136 #size-cells = <0>;
141 remote-endpoint = <&mic_to_decon>;