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 de1fd4a commit a1ea697Copy full SHA for a1ea697
dts/common/nordic/nrf54h20.dtsi
@@ -8,6 +8,7 @@
8
#include <nordic/nrf_common.dtsi>
9
10
#include <zephyr/dt-bindings/adc/nrf-saadc-haltium.h>
11
+#include <zephyr/dt-bindings/clock/nrfs-audiopll.h>
12
#include <zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf54h20.h>
13
#include <zephyr/dt-bindings/misc/nordic-domain-id-nrf54h20.h>
14
#include <zephyr/dt-bindings/misc/nordic-owner-id-nrf54h20.h>
@@ -201,6 +202,12 @@
201
202
clocks = <&hfxo>, <&lfxo>;
203
clock-names = "hfxo", "lfxo";
204
};
205
+
206
+ audiopll: audiopll {
207
+ compatible = "nordic,nrfs-audiopll";
208
+ frequency = <NRFS_AUDIOPLL_FREQ_AUDIO_44K1>;
209
+ status = "disabled";
210
+ };
211
212
213
gpd: global-power-domain {
0 commit comments