Skip to content

Commit 15dbca9

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 693769a commit 15dbca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@
10031003
zephyr,pm-device-runtime-auto;
10041004
};
10051005

1006-
spi130: spi@9a5000 {
1006+
wifi_spi: spi130: spi@9a5000 {
10071007
compatible = "nordic,nrf-spim";
10081008
reg = <0x9a5000 0x1000>;
10091009
status = "disabled";

dts/common/nordic/nrf54l_05_10_15.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
zephyr,pm-device-runtime-auto;
372372
};
373373

374-
spi22: spi@c8000 {
374+
wifi_spi: spi22: spi@c8000 {
375375
/*
376376
* This spi node can be either SPIM or SPIS,
377377
* for the user to pick:

0 commit comments

Comments
 (0)