Home
last modified time | relevance | path

Searched +full:exynosautov920 +full:- +full:cmu +full:- +full:peric0 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dsamsung,exynosautov920-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/samsung,exynosautov920-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sunyeal Hong <sunyeal.hong@samsung.com>
11 - Chanwoo Choi <cw00.choi@samsung.com>
12 - Krzysztof Kozlowski <krzk@kernel.org>
13 - Sylwester Nawrocki <s.nawrocki@samsung.com>
16 ExynosAuto v920 clock controller is comprised of several CMU units, generating
17 clocks for different domains. Those CMU units are modeled as separate device
[all …]
/linux-6.12.1/arch/arm64/boot/dts/exynos/
Dexynosautov920.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's ExynosAutov920 SoC device tree source
9 #include <dt-bindings/clock/samsung,exynosautov920.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/soc/samsung,exynos-usi.h>
14 compatible = "samsung,exynosautov920";
15 #address-cells = <2>;
16 #size-cells = <1>;
18 interrupt-parent = <&gic>;
31 arm-pmu {
[all …]
/linux-6.12.1/drivers/clk/samsung/
Dclk-exynosautov920.c1 // SPDX-License-Identifier: GPL-2.0-only
10 #include <linux/clk-provider.h>
14 #include <dt-bindings/clock/samsung,exynosautov920.h>
17 #include "clk-exynos-arm64.h"
23 /* ---- CMU_TOP ------------------------------------------------------------ */
718 /* PERIC0 */
899 /* PERIC0 */
999 CLK_OF_DECLARE(exynosautov920_cmu_top, "samsung,exynosautov920-cmu-top",
1002 /* ---- CMU_PERIC0 --------------------------------------------------------- */
1145 struct device *dev = &pdev->dev; in exynosautov920_cmu_probe()
[all …]