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 c60c99e commit 16b49e2Copy full SHA for 16b49e2
boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi
@@ -137,6 +137,18 @@
137
status = "okay";
138
};
139
140
+&ic17 {
141
+ pll-src = <1>;
142
+ ic-div = <4>;
143
+ status = "okay";
144
+};
145
+
146
+&ic18 {
147
148
+ ic-div = <60>;
149
150
151
152
&perck {
153
clocks = <&rcc STM32_SRC_HSI PER_SEL(0)>;
154
0 commit comments