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/thermal/samsung,exynos-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
13 For multi-instance tmu each instance should have an alias correctly numbered
19 - samsung,exynos3250-tmu
20 - samsung,exynos4412-tmu
21 - samsung,exynos4210-tmu
22 - samsung,exynos5250-tmu
23 - samsung,exynos5260-tmu
25 - samsung,exynos5420-tmu
27 - samsung,exynos5420-tmu-ext-triminfo
28 - samsung,exynos5433-tmu
29 - samsung,exynos7-tmu
35 clock-names:
44 - most of SoC: 4
45 - samsung,exynos5433-tmu: 8
46 - samsung,exynos7-tmu: 8
51 - description: TMU instance registers.
52 - description: |
56 channels 2, 3 and 4 Use "samsung,exynos5420-tmu-ext-triminfo" in
57 cases, there is a misplaced register, also provide clock to access
64 '#thermal-sensor-cells':
67 vtmu-supply:
71 - compatible
72 - clocks
73 - clock-names
74 - interrupts
75 - reg
78 - $ref: /schemas/thermal/thermal-sensor.yaml
79 - if:
83 const: samsung,exynos5420-tmu-ext-triminfo
88 - description:
89 Operational clock for TMU channel.
90 - description:
91 Optional clock to access the shared registers (e.g. TRIMINFO) of TMU
93 clock-names:
95 - const: tmu_apbif
96 - const: tmu_triminfo_apbif
100 - if:
105 - samsung,exynos5433-tmu
106 - samsung,exynos7-tmu
111 - description:
112 Operational clock for TMU channel.
113 - description:
114 Optional special clock for functional operation of TMU channel.
115 clock-names:
117 - const: tmu_apbif
118 - const: tmu_sclk
123 - if:
128 - samsung,exynos3250-tmu
129 - samsung,exynos4412-tmu
130 - samsung,exynos4210-tmu
131 - samsung,exynos5250-tmu
132 - samsung,exynos5260-tmu
133 - samsung,exynos5420-tmu
146 - |
147 #include <dt-bindings/clock/exynos4.h>
150 compatible = "samsung,exynos4412-tmu";
152 interrupt-parent = <&combiner>;
154 #thermal-sensor-cells = <0>;
155 clocks = <&clock CLK_TMU_APBIF>;
156 clock-names = "tmu_apbif";
157 vtmu-supply = <&ldo10_reg>;
160 - |
161 #include <dt-bindings/interrupt-controller/arm-gic.h>
164 compatible = "samsung,exynos5420-tmu-ext-triminfo";
167 #thermal-sensor-cells = <0>;
168 clocks = <&clock 318>, <&clock 318>; /* CLK_TMU */
169 clock-names = "tmu_apbif", "tmu_triminfo_apbif";
170 vtmu-supply = <&ldo7_reg>;
173 - |
174 #include <dt-bindings/interrupt-controller/arm-gic.h>
177 compatible = "samsung,exynos5433-tmu";
180 #thermal-sensor-cells = <0>;
183 clock-names = "tmu_apbif", "tmu_sclk";
184 vtmu-supply = <&ldo3_reg>;