Searched +full:c3 +full:- +full:peripherals +full:- +full:clkc (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | amlogic,c3-peripherals-clkc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2022-2023 Amlogic, Inc. All rights reserved 4 --- 5 $id: http://devicetree.org/schemas/clock/amlogic,c3-peripherals-clkc.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Amlogic C3 series Peripheral Clock Controller 11 - Neil Armstrong <neil.armstrong@linaro.org> 12 - Jerome Brunet <jbrunet@baylibre.com> 13 - Xianwei Zhao <xianwei.zhao@amlogic.com> 14 - Chuan Liu <chuan.liu@amlogic.com> [all …]
|
/linux-6.12.1/drivers/clk/meson/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 4 obj-$(CONFIG_COMMON_CLK_MESON_CLKC_UTILS) += meson-clkc-utils.o 5 obj-$(CONFIG_COMMON_CLK_MESON_AO_CLKC) += meson-aoclk.o 6 obj-$(CONFIG_COMMON_CLK_MESON_CPU_DYNDIV) += clk-cpu-dyndiv.o 7 obj-$(CONFIG_COMMON_CLK_MESON_DUALDIV) += clk-dualdiv.o 8 obj-$(CONFIG_COMMON_CLK_MESON_EE_CLKC) += meson-eeclk.o 9 obj-$(CONFIG_COMMON_CLK_MESON_MPLL) += clk-mpll.o 10 obj-$(CONFIG_COMMON_CLK_MESON_PHASE) += clk-phase.o 11 obj-$(CONFIG_COMMON_CLK_MESON_PLL) += clk-pll.o 12 obj-$(CONFIG_COMMON_CLK_MESON_REGMAP) += clk-regmap.o [all …]
|
D | c3-peripherals.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Amlogic C3 Peripherals Clock Controller Driver 9 #include <linux/clk-provider.h> 11 #include "clk-regmap.h" 12 #include "clk-dualdiv.h" 13 #include "meson-clkc-utils.h" 14 #include <dt-bindings/clock/amlogic,c3-peripherals-clkc.h> 212 * disabled, cpu_clk and other key CPU-related configurations cannot take effect. 221 * AOCPU. If the clock is disabled, interrupt-related functions will occurs an 324 * NOTE: axi_dev1_dmc provides the clock for the peripherals(EMMC, SDIO, [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/amlogic/ |
D | amlogic-c3.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/reset/amlogic,c3-reset.h> 10 #include <dt-bindings/clock/amlogic,c3-pll-clkc.h> 11 #include <dt-bindings/clock/amlogic,c3-scmi-clkc.h> 12 #include <dt-bindings/clock/amlogic,c3-peripherals-clkc.h> 13 #include <dt-bindings/power/amlogic,c3-pwrc.h> 14 #include <dt-bindings/gpio/amlogic-c3-gpio.h> [all …]
|