Lines Matching +full:exynos +full:- +full:bus

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/samsung/samsung,exynos-mixer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos SoC Mixer
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 Samsung Exynos SoC Mixer is responsible for mixing and blending multiple data
22 - enum:
23 - samsung,exynos4210-mixer
24 - samsung,exynos4212-mixer
25 - samsung,exynos5250-mixer
26 - samsung,exynos5420-mixer
27 - const: samsung,exynos5-mixer
33 - description: Gate of Mixer IP bus clock.
34 - description: Gate of HDMI IP bus clock, needed together with sclk_hdmi.
35 - description: HDMI Special clock, one of the two possible inputs of
37 - description: Video Processor clock.
38 - description: Mixer mux clock.
39 - description: Mixer Special clock.
41 clock-names:
44 - const: mixer
45 - const: hdmi
46 - const: sclk_hdmi
47 - const: vp
48 - const: mout_mixer
49 - const: sclk_mixer
60 power-domains:
66 - description: Mixer memory region.
67 - description: Video Processor memory region.
70 - compatible
71 - clocks
72 - clock-names
73 - interrupts
74 - reg
77 - if:
81 const: samsung,exynos4210-mixer
82 - samsung,exynos4212-mixer
92 - if:
96 const: samsung,exynos4212-mixer
106 - if:
111 - samsung,exynos5-mixer
112 - samsung,exynos5250-mixer
113 - samsung,exynos5420-mixer
126 - |
127 #include <dt-bindings/clock/exynos5250.h>
128 #include <dt-bindings/interrupt-controller/arm-gic.h>
131 compatible = "samsung,exynos5250-mixer";
137 clock-names = "mixer",
141 power-domains = <&pd_disp1>;