Skip to content

Commit 78a34c4

Browse files
committed
[nrf fromlist] dts: nordic: Add wifi_spi label
Add wifi_spi label to nRF54h and nRF54l dts files to help in shield overlay files Upstream PR #: 85481 Signed-off-by: Bansidhar P.M <[email protected]>
1 parent 10ab9b6 commit 78a34c4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-common.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
startup-time-us = <600000>;
2222
mode = "crystal";
2323
};
24+
25+
/* Get a node lablel for wi-fi spi to use in shield files */
26+
wifi_spi: &spi130 {};

boards/nordic/nrf54l15dk/nrf54l15dk_common.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,6 @@
9898
pinctrl-1 = <&pwm20_sleep>;
9999
pinctrl-names = "default", "sleep";
100100
};
101+
102+
/* Get a node lablel for wi-fi spi to use in shield files */
103+
wifi_spi: &spi22 {};

0 commit comments

Comments
 (0)