Skip to content

Commit f88a042

Browse files
Hi-Im-Davidrlubos
authored andcommitted
boards: nordic: nrf7120dk: enable audiopll
Enable audiopll (required by PDM and TDM) and setup frequency. Signed-off-by: David Jewsbury <[email protected]>
1 parent fa5524a commit f88a042

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/nordic/nrf7120pdk/nrf7120_cpuapp_common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@
184184
status = "okay";
185185
};
186186

187+
&audio_auxpll {
188+
nordic,frequency = <NRF_AUXPLL_FREQ_DIV_AUDIO_48K>;
189+
status = "okay";
190+
};
191+
187192
&cpuapp_bellboard {
188193
status = "okay";
189194
};

0 commit comments

Comments
 (0)