File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
include/zephyr/dt-bindings/clock Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2024 Nordic Semiconductor ASA
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ description : Nordic NRFS AudioPLL clock
5
+
6
+ compatible : " nordic,nrfs-audiopll"
7
+
8
+ include : base.yaml
9
+
10
+ properties :
11
+ frequency :
12
+ type : int
13
+ required : true
14
+ description : |
15
+ Initial frequency in Hertz.
16
+
17
+ See zephyr/include/zephyr/dt-bindings/nrfs_audiopll.h for
18
+ predefined frequencies.
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRFS_AUDIOPLL_H_
8
+ #define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRFS_AUDIOPLL_H_
9
+
10
+ #define NRFS_AUDIOPLL_FREQ_MIN 10666707
11
+ #define NRFS_AUDIOPLL_FREQ_AUDIO_44K1 11289591
12
+ #define NRFS_AUDIOPLL_FREQ_AUDIO_48K 12287963
13
+ #define NRFS_AUDIOPLL_FREQ_MAX 13333292
14
+
15
+ #endif /* #define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRFS_AUDIOPLL_H_ */
You can’t perform that action at this time.
0 commit comments