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 791db47 commit d88fa8dCopy full SHA for d88fa8d
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>
@@ -202,6 +203,12 @@
202
203
clocks = <&hfxo>, <&lfxo>;
204
clock-names = "hfxo", "lfxo";
205
};
206
+
207
+ audiopll: audiopll {
208
+ compatible = "nordic,nrfs-audiopll";
209
+ frequency = <NRFS_AUDIOPLL_FREQ_AUDIO_44K1>;
210
+ status = "disabled";
211
+ };
212
213
214
gpd: global-power-domain {
0 commit comments