Lines Matching +full:exynos5433 +full:- +full:decon
1 Device-Tree bindings for Samsung Exynos SoC display controller (DECON)
3 DECON (Display and Enhancement Controller) is the Display Controller for the
8 - compatible: value should be one of:
9 "samsung,exynos5433-decon", "samsung,exynos5433-decon-tv";
10 - reg: physical base address and length of the DECON registers set.
11 - interrupt-names: should contain the interrupt names depending on mode of work:
15 - interrupts or interrupts-extended: list of interrupt specifiers corresponding
16 to names privided in interrupt-names, as described in
17 interrupt-controller/interrupts.txt
18 - clocks: must include clock specifiers corresponding to entries in the
19 clock-names property.
20 - clock-names: list of clock names sorted in the same order as the clocks
25 - ports: contains a port which is connected to mic node. address-cells and
26 size-cells must 1 and 0, respectively.
27 - port: contains an endpoint node which is connected to the endpoint in the mic
32 decon: decon@13800000 {
33 compatible = "samsung,exynos5433-decon";
43 clock-names = "aclk_decon", "aclk_smmu_decon0x", "aclk_xiu_decon0x",
46 interrupt-names = "vsync", "lcd_sys";
50 #address-cells = <1>;
51 #size-cells = <0>;
56 remote-endpoint = <&mic_to_decon>;