Searched +full:exynos990 +full:- +full:cmu +full:- +full:hsi0 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/samsung,exynos990-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Samsung Exynos990 SoC clock controller10 - Igor Belwon <igor.belwon@mentallysanemainliners.org>11 - Chanwoo Choi <cw00.choi@samsung.com>12 - Krzysztof Kozlowski <krzk@kernel.org>15 Exynos990 clock controller is comprised of several CMU units, generating16 clocks for different domains. Those CMU units are modeled as separate device[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Common Clock Framework support for Exynos990.8 #include <linux/clk-provider.h>13 #include <dt-bindings/clock/samsung,exynos990.h>16 #include "clk-exynos-arm64.h"17 #include "clk-pll.h"26 /* ---- CMU_TOP ------------------------------------------------------------- */1182 CLK_OF_DECLARE(exynos990_cmu_top, "samsung,exynos990-cmu-top",1185 /* ---- CMU_HSI0 ------------------------------------------------------------ */1356 /* ---- CMU_PERIC0 --------------------------------------------------------- */[all …]