Searched +full:gs101 +full:- +full:cmu +full:- +full:top (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/google,gs101-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Google GS101 SoC clock controller10 - Peter Griffin <peter.griffin@linaro.org>13 Google GS101 clock controller is comprised of several CMU units, generating14 clocks for different domains. Those CMU units are modeled as separate device16 is OSCCLK (24.576 MHz). That external clock must be defined as a fixed-rate19 CMU_TOP is a top-level CMU, where all base clocks are prepared using PLLs and[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * GS101 SoC5 * Copyright 2019-2023 Google LLC6 * Copyright 2023 Linaro Ltd - <peter.griffin@linaro.org>9 #include <dt-bindings/clock/google,gs101.h>10 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/soc/samsung,exynos-usi.h>15 compatible = "google,gs101";16 #address-cells = <2>;[all …]