We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6ee48 commit 2a4067cCopy full SHA for 2a4067c
arch/arm64/boot/dts/exynos/exynosautov920.dtsi
@@ -1075,6 +1075,21 @@
1075
compatible = "samsung,exynosautov920-pinctrl";
1076
reg = <0x1a460000 0x10000>;
1077
};
1078
+
1079
+ cmu_cpucl0: clock-controller@1ec00000 {
1080
+ compatible = "samsung,exynosautov920-cmu-cpucl0";
1081
+ reg = <0x1ec00000 0x8000>;
1082
+ #clock-cells = <1>;
1083
1084
+ clocks = <&xtcxo>,
1085
+ <&cmu_top DOUT_CLKCMU_CPUCL0_SWITCH>,
1086
+ <&cmu_top DOUT_CLKCMU_CPUCL0_CLUSTER>,
1087
+ <&cmu_top DOUT_CLKCMU_CPUCL0_DBG>;
1088
+ clock-names = "oscclk",
1089
+ "switch",
1090
+ "cluster",
1091
+ "dbg";
1092
+ };
1093
1094
1095
timer {
0 commit comments