Searched +full:exynos5260 +full:- +full:clock +full:- +full:top (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/clock/samsung,exynos5260-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Samsung Exynos5260 SoC clock controller10 - 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 …]
1 * Samsung Exynos5260 Clock Controller3 Exynos5260 has 13 clock controllers which are instantiated4 independently from the device-tree. These clock controllers8 Each clock is assigned an identifier and client nodes can use9 this identifier to specify the clock which they consume. All11 dt-bindings/clock/exynos5260-clk.h header and can be used in17 is expected that they are defined using standard clock bindings18 with following clock-output-names:20 - "fin_pll" - PLL input clock from XXTI21 - "xrtcxti" - input clock from XRTCXTI[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Samsung Exynos5260 SoC device tree source9 #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 …]