Skip to content

Commit 35805e2

Browse files
[nrf fromlist] dts: common: nordic: nRF54L20: add audio clock node
Added binding and node for audio clock on nRF54L20 with fixed frequency of 24 MHz. Upstream PR #: 87105 Signed-off-by: Michał Stasiak <[email protected]>
1 parent 653648b commit 35805e2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: Nordic Audio clock node
5+
6+
compatible: "nordic,nrf-aclk"
7+
8+
include: fixed-clock.yaml
9+
10+
properties:
11+
clock-frequency:
12+
type: int
13+
description: |
14+
Frequency of the Audio clock in Hz.

dts/common/nordic/nrf54l20.dtsi

+6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@
7676
#clock-cells = <0>;
7777
clock-frequency = <DT_FREQ_M(128)>;
7878
};
79+
80+
aclk: aclk {
81+
compatible = "nordic,nrf-aclk";
82+
#clock-cells = <0>;
83+
clock-frequency = <DT_FREQ_M(24)>;
84+
};
7985
};
8086

8187
soc {

0 commit comments

Comments
 (0)