Skip to content

Commit aef5642

Browse files
bama-nordickapbh
authored andcommitted
[nrf fromtree] dts: nordic: Add wifi_spi label
Add wifi_spi label to nRF54h and nRF54l dts files to help in shield overlay files Signed-off-by: Bansidhar P.M <[email protected]> (cherry picked from commit eb93df2)
1 parent 410cc88 commit aef5642

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
@@ -16,3 +16,6 @@
1616
&lfxo {
1717
status = "okay";
1818
};
19+
20+
/* Get a node label for wi-fi spi to use in shield files */
21+
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 label for wi-fi spi to use in shield files */
103+
wifi_spi: &spi22 {};

0 commit comments

Comments
 (0)