Skip to content

Commit b4a9b8e

Browse files
Hi-Im-Davidkartben
authored andcommitted
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 <david.jewsbury@nordicsemi.no>
1 parent 8b5ff6a commit b4a9b8e

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>
@@ -562,7 +563,7 @@
562563
clocks = <&hfxo>;
563564
#clock-cells = <0>;
564565
nordic,ficrs = <&ficr NRF_FICR_TRIM_GLOBAL_CANPLL_TRIM_CTUNE>;
565-
nordic,frequency = <0>;
566+
nordic,frequency = <NRF_AUXPLL_FREQ_DIV_MIN>;
566567
nordic,out-div = <2>;
567568
nordic,out-drive = <0>;
568569
nordic,current-tune = <6>;

0 commit comments

Comments
 (0)