Skip to content

Commit 894cbed

Browse files
mstasiaknordickartben
authored andcommitted
dts: common: nordic: nRF54L20: add audio clock node
Added added node for audio clock on nRF54L20 with fixed frequency of 24 MHz. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent 6a6a0a9 commit 894cbed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/vendor/nordic/nrf54l20.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
#clock-cells = <0>;
7272
clock-frequency = <DT_FREQ_M(128)>;
7373
};
74+
75+
aclk: aclk {
76+
compatible = "fixed-clock";
77+
#clock-cells = <0>;
78+
clock-frequency = <DT_FREQ_M(24)>;
79+
};
7480
};
7581

7682
soc {

0 commit comments

Comments
 (0)