Commit aa833db4 authored by Shin Son's avatar Shin Son Committed by Krzysztof Kozlowski
Browse files

arm64: dts: exynosautov920: add cpucl1/2 clock DT nodes



Add cmu_cpucl1/2(CPU Cluster 1 and CPU Cluster 2) clocks
for switch, cluster domains respectively.

Signed-off-by: default avatarShin Son <shin.son@samsung.com>
Link: https://lore.kernel.org/r/20250428113517.426987-5-shin.son@samsung.com


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 2a4067c8
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -1090,6 +1090,32 @@ cmu_cpucl0: clock-controller@1ec00000 {
				      "cluster",
				      "dbg";
		};

		cmu_cpucl1: clock-controller@1ed00000 {
			compatible = "samsung,exynosautov920-cmu-cpucl1";
			reg = <0x1ed00000 0x8000>;
			#clock-cells = <1>;

			clocks = <&xtcxo>,
				 <&cmu_top DOUT_CLKCMU_CPUCL1_SWITCH>,
				 <&cmu_top DOUT_CLKCMU_CPUCL1_CLUSTER>;
			clock-names = "oscclk",
				      "switch",
				      "cluster";
		};

		cmu_cpucl2: clock-controller@1ee00000 {
			compatible = "samsung,exynosautov920-cmu-cpucl2";
			reg = <0x1ee00000 0x8000>;
			#clock-cells = <1>;

			clocks = <&xtcxo>,
				 <&cmu_top DOUT_CLKCMU_CPUCL2_SWITCH>,
				 <&cmu_top DOUT_CLKCMU_CPUCL2_CLUSTER>;
			clock-names = "oscclk",
				      "switch",
				      "cluster";
		};
	};

	timer {