Lines Matching +full:exynos5250 +full:- +full:clock
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/media/samsung,exynos5250-gsc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos SoC G-Scaler
10 - Inki Dae <inki.dae@samsung.com>
11 - Krzysztof Kozlowski <krzk@kernel.org>
12 - Seung-Woo Kim <sw0312.kim@samsung.com
15 G-Scaler is used for scaling and color space conversion on Samsung Exynos
18 Each G-Scaler node should have a numbered alias in the aliases node, in the
24 - items:
25 - enum:
26 - samsung,exynos5250-gsc
27 - samsung,exynos5420-gsc
28 - const: samsung,exynos5-gsc
29 - enum:
30 - samsung,exynos5433-gsc
31 - const: samsung,exynos5-gsc
38 clock-names:
48 power-domains:
60 - compatible
61 - clocks
62 - clock-names
63 - interrupts
64 - reg
67 - if:
72 - samsung,exynos5-gsc
73 - samsung,exynos5250-gsc
74 - samsung,exynos5420-gsc
79 clock-names:
81 - const: gscl
86 clock-names:
88 - const: pclk
89 - const: aclk
90 - const: aclk_xiu
91 - const: aclk_gsclbend
92 - const: gsd
97 - |
98 #include <dt-bindings/clock/exynos5250.h>
99 #include <dt-bindings/interrupt-controller/arm-gic.h>
101 video-scaler@13e00000 {
102 compatible = "samsung,exynos5250-gsc", "samsung,exynos5-gsc";
105 power-domains = <&pd_gsc>;
106 clocks = <&clock CLK_GSCL0>;
107 clock-names = "gscl";