Lines Matching +full:gs101 +full:- +full:cmu +full:- +full:top
1 // SPDX-License-Identifier: GPL-2.0-only
6 * Common Clock Framework support for GS101.
10 #include <linux/clk-provider.h>
14 #include <dt-bindings/clock/google,gs101.h>
17 #include "clk-exynos-arm64.h"
18 #include "clk-pll.h"
29 /* ---- CMU_TOP ------------------------------------------------------------- */
1444 CLK_OF_DECLARE(gs101_cmu_top, "google,gs101-cmu-top",
1447 /* ---- CMU_APM ------------------------------------------------------------- */
1917 /* ---- CMU_HSI0 ------------------------------------------------------------ */
2381 /* ---- CMU_HSI2 ------------------------------------------------------------ */
2869 /* ---- CMU_MISC ------------------------------------------------------------ */
3435 CLK_OF_DECLARE(gs101_cmu_misc, "google,gs101-cmu-misc",
3438 /* ---- CMU_PERIC0 ---------------------------------------------------------- */
4026 /* ---- CMU_PERIC1 ---------------------------------------------------------- */
4374 /* ---- platform_driver ----------------------------------------------------- */
4379 struct device *dev = &pdev->dev; in gs101_cmu_probe()
4382 exynos_arm64_register_cmu(dev, dev->of_node, info); in gs101_cmu_probe()
4389 .compatible = "google,gs101-cmu-apm",
4392 .compatible = "google,gs101-cmu-hsi0",
4395 .compatible = "google,gs101-cmu-hsi2",
4398 .compatible = "google,gs101-cmu-peric0",
4401 .compatible = "google,gs101-cmu-peric1",
4409 .name = "gs101-cmu",