File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0
44 */
55
6- #define DT_DRV_COMPAT nordic_nrf_hsfll
6+ #define DT_DRV_COMPAT nordic_nrf_hsfll_local
77
88#include "clock_control_nrf2_common.h"
99#include <zephyr/devicetree.h>
Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0
33
44description : |
5- Nordic nRF HSFLL
5+ Nordic nRF local HSFLL
66
7- The HSFLL mixed-mode IP generates several clock frequencies in the range from
8- 64 MHz to 400 MHz (in steps of 16 MHz).
7+ The local HSFLL mixed-mode IP generates several clock frequencies in the range
8+ from 64 MHz to 400 MHz (in steps of 16 MHz).
99
1010 Usage example:
1111
1212 hsfll: clock@deadbeef {
13- compatible = "nordic,nrf-hsfll";
13+ compatible = "nordic,nrf-hsfll-local ";
1414 reg = <0xdeadbeef 0x1000>;
1515 clocks = <&fll16m>;
1616 clock-frequency = <DT_FREQ_M(320)>;
@@ -22,7 +22,7 @@ description: |
2222
2323 Required FICR entries are for VSUP, COARSE and FINE trim values.
2424
25- compatible : " nordic,nrf-hsfll"
25+ compatible : " nordic,nrf-hsfll-local "
2626
2727include : [base.yaml, fixed-clock.yaml, nordic-nrf-ficr-client.yaml]
2828
Original file line number Diff line number Diff line change 258258 ranges = <0x0 0x52000000 0x1000000>;
259259
260260 cpuapp_hsfll: clock@d000 {
261- compatible = "nordic,nrf-hsfll";
261+ compatible = "nordic,nrf-hsfll-local ";
262262 #clock-cells = <0>;
263263 reg = <0xd000 0x1000>;
264264 clocks = <&fll16m>;
312312 ranges = <0x0 0x53000000 0x1000000>;
313313
314314 cpurad_hsfll: clock@d000 {
315- compatible = "nordic,nrf-hsfll";
315+ compatible = "nordic,nrf-hsfll-local ";
316316 #clock-cells = <0>;
317317 reg = <0xd000 0x1000>;
318318 clocks = <&fll16m>;
Original file line number Diff line number Diff line change 149149 ranges = <0x0 0x52000000 0x1000000>;
150150
151151 cpuapp_hsfll: clock@d000 {
152- compatible = "nordic,nrf-hsfll";
152+ compatible = "nordic,nrf-hsfll-local ";
153153 #clock-cells = <0>;
154154 reg = <0xd000 0x1000>;
155155 clocks = <&fll16m>;
201201 ranges = <0x0 0x53000000 0x1000000>;
202202
203203 cpurad_hsfll: clock@d000 {
204- compatible = "nordic,nrf-hsfll";
204+ compatible = "nordic,nrf-hsfll-local ";
205205 #clock-cells = <0>;
206206 reg = <0xd000 0x1000>;
207207 clocks = <&fll16m>;
You can’t perform that action at this time.
0 commit comments