Searched +full:gs101 +full:- +full:cmu +full:- +full:top (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | google,gs101-clock.yaml | 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 controller 10 - Peter Griffin <[email protected]> 13 Google GS101 clock controller is comprised of several CMU units, generating 14 clocks for different domains. Those CMU units are modeled as separate device 16 is OSCCLK (24.576 MHz). That external clock must be defined as a fixed-rate 19 CMU_TOP is a top-level CMU, where all base clocks are prepared using PLLs and [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/exynos/google/ |
D | gs101.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * GS101 SoC 5 * Copyright 2019-2023 Google LLC 6 * Copyright 2023 Linaro Ltd - <[email protected]> 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 …]
|
/linux-6.14.4/drivers/clk/samsung/ |
D | clk-gs101.c | 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 ------------------------------------------------------------ */ [all …]
|
/linux-6.14.4/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 37 F: */net/* all files in "any top level directory"/net 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-[email protected] [all …]
|