Skip to content

Commit 721e7e9

Browse files
committed
last fix
Signed-off-by: Gilberto Conti <g.conti@arduino.cc>
1 parent 07b70e7 commit 721e7e9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

variants/arduino_nano_connect_rp2040/arduino_nano_connect_rp2040.overlay

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,18 @@
273273
};
274274
};
275275
};
276+
277+
nina_spi: &spi1 {
278+
status = "okay";
279+
/delete-node/ nina_w102@0;
280+
};
281+
282+
/*
283+
* Alias for NINA WiFi UART (uart1) without hardware flow control,
284+
* used for firmware flashing mode. Normal operation uses uart1 directly
285+
* (with hw-flow-control enabled above). Having both lets Arduino sketch
286+
* code select the right configuration at compile time.
287+
*/
288+
uart2: &uart1 {
289+
/delete-node/ nina_prog;
290+
};

0 commit comments

Comments
 (0)