Searched +full:exynos7885 +full:- +full:cmu +full:- +full:peri (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,exynos7885-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Samsung Exynos7885 SoC clock controller10 - 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 …]
1 // SPDX-License-Identifier: GPL-2.03 * Samsung Exynos7885 SoC device tree source9 #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 …]
1 // SPDX-License-Identifier: GPL-2.0-only6 * 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 …]