Searched +full:exynos5420 +full:- +full:tmu +full:- +full:ext +full:- +full:triminfo (Results 1 – 3 of 3) sorted by relevance
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#7 title: Samsung Exynos SoC Thermal Management Unit (TMU)10 - Krzysztof Kozlowski <krzk@kernel.org>13 For multi-instance tmu each instance should have an alias correctly numbered19 - samsung,exynos3250-tmu20 - samsung,exynos4412-tmu21 - samsung,exynos4210-tmu[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Samsung Exynos5420 SoC device tree source8 * Samsung Exynos5420 SoC device nodes are listed in this file.9 * Exynos5420 based board files can include this file and provide14 #include <dt-bindings/clock/exynos5420.h>15 #include <dt-bindings/clock/exynos-audss-clk.h>16 #include <dt-bindings/interrupt-controller/arm-gic.h>19 compatible = "samsung,exynos5420", "samsung,exynos5";37 bus_disp1: bus-disp1 {38 compatible = "samsung,exynos-bus";[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * exynos_tmu.c - Samsung Exynos TMU (Thermal Management Unit)25 #include <dt-bindings/thermal/thermal_exynos.h>139 * struct exynos_tmu_data : A structure to hold the private data of the TMU141 * @base: base address of the single instance of the TMU controller.142 * @base_second: base address of the common registers of the TMU controller.143 * @irq: irq number of the TMU controller.148 * @sclk: pointer to the clock structure for accessing the tmu special clk.155 * @gain: gain of amplifier in the positive-TC generator block158 * in the positive-TC generator block[all …]