Skip to content

Commit 9e6acf9

Browse files
committed
[nrf fromtree] dts: vendor: nordic: nrf54h20 update canpll to use auxpll binding
Added new binding for macros of possible auxpll frequency settings. Will be used in future products also. Signed-off-by: David Jewsbury <[email protected]> (cherry picked from commit b4a9b8e)
1 parent 25b7371 commit 9e6acf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dts/vendor/nordic/nrf54h20.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <zephyr/dt-bindings/adc/nrf-saadc-haltium.h>
1111
#include <zephyr/dt-bindings/clock/nrfs-audiopll.h>
12+
#include <zephyr/dt-bindings/clock/nrf-auxpll.h>
1213
#include <zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf54h20.h>
1314
#include <zephyr/dt-bindings/misc/nordic-domain-id-nrf54h20.h>
1415
#include <zephyr/dt-bindings/misc/nordic-owner-id-nrf54h20.h>
@@ -571,7 +572,7 @@
571572
clocks = <&hfxo>;
572573
#clock-cells = <0>;
573574
nordic,ficrs = <&ficr NRF_FICR_TRIM_GLOBAL_CANPLL_TRIM_CTUNE>;
574-
nordic,frequency = <0>;
575+
nordic,frequency = <NRF_AUXPLL_FREQ_DIV_MIN>;
575576
nordic,out-div = <2>;
576577
nordic,out-drive = <0>;
577578
nordic,current-tune = <6>;

0 commit comments

Comments
 (0)