Skip to content

Commit 520fcca

Browse files
committed
drivers: clock_control: Separated nrf lfclk shim from nrf clock shim.
Separated clock_control_nrf_lfclk shim from clock_control_nrf shim. Signed-off-by: Michal Frankiewicz <[email protected]>
1 parent 0a2f964 commit 520fcca

36 files changed

+1047
-486
lines changed

boards/ezurio/bl54l15_dvk/nrf54l_10_15_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
status = "okay";
9797
};
9898

99+
&lfclk {
100+
status = "okay";
101+
};
102+
99103
&spi00 {
100104
status = "okay";
101105
cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;

boards/ezurio/bl54l15u_dvk/nrf54l15_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
status = "okay";
9797
};
9898

99+
&lfclk {
100+
status = "okay";
101+
};
102+
99103
&spi00 {
100104
status = "okay";
101105
cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;

boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,7 @@
139139
&xo {
140140
status = "okay";
141141
};
142+
143+
&lfclk {
144+
status = "okay";
145+
};

boards/native/nrf_bsim/nrf54lm20bsim_nrf54lm20a_cpuapp.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,7 @@
146146
&xo {
147147
status = "okay";
148148
};
149+
150+
&lfclk {
151+
status = "okay";
152+
};

boards/nordic/nrf54l15dk/nrf54l_05_10_15_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
status = "okay";
106106
};
107107

108+
&lfclk {
109+
status = "okay";
110+
};
111+
108112
&gpregret1 {
109113
status = "okay";
110114

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2025 Nordic Semiconductor
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
5+
# - power@X010e000 & clock@X010e000 & xo@X010e000 & lfclk@X010e000
6+
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")

boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@
134134
status = "okay";
135135
};
136136

137+
&lfclk {
138+
status = "okay";
139+
};
140+
137141
&ieee802154 {
138142
status = "okay";
139143
};

boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
status = "okay";
9696
};
9797

98+
&lfclk {
99+
status = "okay";
100+
};
101+
98102
&spi00 {
99103
status = "okay";
100104
cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;

boards/raytac/an54l15q_db/raytac_an54l15q_db_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
status = "okay";
9797
};
9898

99+
&lfclk {
100+
status = "okay";
101+
};
102+
99103
&spi00 {
100104
status = "okay";
101105
cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;

boards/we/ophelia4ev/ophelia4ev_nrf54l15_cpuapp.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
status = "okay";
104104
};
105105

106+
&lfclk {
107+
status = "okay";
108+
};
109+
106110
&spi00 {
107111
status = "okay";
108112

0 commit comments

Comments
 (0)