Home
last modified time | relevance | path

Searched +full:exynos7885 +full:- +full:cmu +full:- +full:peri (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dsamsung,exynos7885-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/samsung,exynos7885-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos7885 SoC clock controller
10 - Dávid Virág <virag.david003@gmail.com>
11 - Chanwoo Choi <cw00.choi@samsung.com>
12 - Krzysztof Kozlowski <krzk@kernel.org>
13 - Sylwester Nawrocki <s.nawrocki@samsung.com>
14 - Tomasz Figa <tomasz.figa@gmail.com>
[all …]
/linux-6.12.1/arch/arm64/boot/dts/exynos/
Dexynos7885.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung Exynos7885 SoC device tree source
9 #include <dt-bindings/clock/exynos7885.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 compatible = "samsung,exynos7885";
14 #address-cells = <2>;
15 #size-cells = <1>;
17 interrupt-parent = <&gic>;
26 arm-a53-pmu {
27 compatible = "arm,cortex-a53-pmu";
[all …]
/linux-6.12.1/drivers/clk/samsung/
Dclk-exynos7885.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Common Clock Framework support for Exynos7885 SoC.
10 #include <linux/clk-provider.h>
14 #include <dt-bindings/clock/exynos7885.h>
17 #include "clk-exynos-arm64.h"
25 /* ---- CMU_TOP ------------------------------------------------------------- */
210 /* PERI */
268 /* PERI */
310 /* PERI */
363 CLK_OF_DECLARE(exynos7885_cmu_top, "samsung,exynos7885-cmu-top",
[all …]