Searched +full:exynos5260 +full:- +full:clock +full:- +full:top (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | samsung,exynos5260-clock.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/samsung,exynos5260-clock.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung Exynos5260 SoC clock controller 10 - Chanwoo Choi <cw00.choi@samsung.com> 11 - Krzysztof Kozlowski <krzk@kernel.org> 12 - Sylwester Nawrocki <s.nawrocki@samsung.com> 13 - Tomasz Figa <tomasz.figa@gmail.com> 16 Expected external clocks, defined in DTS as fixed-rate clocks with a matching [all …]
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5260.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Samsung Exynos5260 SoC device tree source 9 #include <dt-bindings/clock/exynos5260-clk.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 14 compatible = "samsung,exynos5260", "samsung,exynos5"; 15 interrupt-parent = <&gic>; 16 #address-cells = <1>; 17 #size-cells = <1>; 34 #address-cells = <1>; [all …]
|
/linux/drivers/clk/samsung/ |
H A D | clk-exynos5260.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Common Clock Framework support for Exynos5260 SoC. 12 #include "clk-exynos5260.h" 14 #include "clk-pll.h" 16 #include <dt-bindings/clock/exynos5260-clk.h> 18 /* NOTE: Must be equal to the last clock ID increased by one */ 34 * Applicable for all 2550 Type PLLS for Exynos5260, listed below 163 CLK_OF_DECLARE(exynos5260_clk_aud, "samsung,exynos5260-clock-aud", 353 CLK_OF_DECLARE(exynos5260_clk_disp, "samsung,exynos5260-clock-disp", 417 CLK_OF_DECLARE(exynos5260_clk_egl, "samsung,exynos5260-clock-egl", [all …]
|