clk: spacemit: k3: add the clock tree

Add clock support to SpacemiT K3 SoC, the clock tree consist of several
blocks which are APBC, APBS, APMU, DCIU, MPUM.

Link: https://lore.kernel.org/r/20260108-k3-clk-v5-5-42a11b74ad58@gentoo.org
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan 2025-11-02 21:17:17 +08:00
parent ffadd62d93
commit e371a77255
No known key found for this signature in database
GPG key ID: 31AAEA47594DBBED
3 changed files with 1496 additions and 0 deletions

View file

@ -14,4 +14,10 @@ config SPACEMIT_K1_CCU
help
Support for clock controller unit in SpacemiT K1 SoC.
config SPACEMIT_K3_CCU
tristate "Support for SpacemiT K3 SoC"
select SPACEMIT_CCU
help
Support for clock controller unit in SpacemiT K3 SoC.
endmenu

View file

@ -8,3 +8,6 @@ spacemit-ccu-y += ccu_ddn.o
obj-$(CONFIG_SPACEMIT_K1_CCU) += spacemit-ccu-k1.o
spacemit-ccu-k1-y += ccu-k1.o
obj-$(CONFIG_SPACEMIT_K3_CCU) += spacemit-ccu-k3.o
spacemit-ccu-k3-y += ccu-k3.o

File diff suppressed because it is too large Load diff