File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
arch/arm64/boot/dts/exynos Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1090
1090
"cluster",
1091
1091
"dbg";
1092
1092
};
1093
+
1094
+ cmu_cpucl1: clock-controller@1ed00000 {
1095
+ compatible = "samsung,exynosautov920-cmu-cpucl1";
1096
+ reg = <0x1ed00000 0x8000>;
1097
+ #clock-cells = <1>;
1098
+
1099
+ clocks = <&xtcxo>,
1100
+ <&cmu_top DOUT_CLKCMU_CPUCL1_SWITCH>,
1101
+ <&cmu_top DOUT_CLKCMU_CPUCL1_CLUSTER>;
1102
+ clock-names = "oscclk",
1103
+ "switch",
1104
+ "cluster";
1105
+ };
1106
+
1107
+ cmu_cpucl2: clock-controller@1ee00000 {
1108
+ compatible = "samsung,exynosautov920-cmu-cpucl2";
1109
+ reg = <0x1ee00000 0x8000>;
1110
+ #clock-cells = <1>;
1111
+
1112
+ clocks = <&xtcxo>,
1113
+ <&cmu_top DOUT_CLKCMU_CPUCL2_SWITCH>,
1114
+ <&cmu_top DOUT_CLKCMU_CPUCL2_CLUSTER>;
1115
+ clock-names = "oscclk",
1116
+ "switch",
1117
+ "cluster";
1118
+ };
1093
1119
};
1094
1120
1095
1121
timer {
You can’t perform that action at this time.
0 commit comments