arm64: dts: exynosautov920: add cpucl0 clock DT nodes

Add cmu_cpucl0 clocks for switch, cluster, and dbg domains respectively.

Signed-off-by: Shin Son <shin.son@samsung.com>
Link: https://lore.kernel.org/r/20250423044153.1288077-4-shin.son@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Shin Son 2025-04-23 13:41:53 +09:00 committed by Krzysztof Kozlowski
parent 1a6ee48d87
commit 2a4067c89e

View File

@ -1075,6 +1075,21 @@ pinctrl_aud: pinctrl@1a460000 {
compatible = "samsung,exynosautov920-pinctrl";
reg = <0x1a460000 0x10000>;
};
cmu_cpucl0: clock-controller@1ec00000 {
compatible = "samsung,exynosautov920-cmu-cpucl0";
reg = <0x1ec00000 0x8000>;
#clock-cells = <1>;
clocks = <&xtcxo>,
<&cmu_top DOUT_CLKCMU_CPUCL0_SWITCH>,
<&cmu_top DOUT_CLKCMU_CPUCL0_CLUSTER>,
<&cmu_top DOUT_CLKCMU_CPUCL0_DBG>;
clock-names = "oscclk",
"switch",
"cluster",
"dbg";
};
};
timer {