Skip to content

Commit da0fa0d

Browse files
committed
boards: shields: rpi_pico_uno_flexypin: Fix conflicting connector node
The `/connector` node conflicts with `boards/raspberrypi/rpi_pico/rpi_pico-common.dtsi` definition. Renaming it to `connector_arduino` to avoid conflict with that. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent cb77257 commit da0fa0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/shields/rpi_pico_uno_flexypin/rpi_pico_uno_flexypin.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <zephyr/dt-bindings/gpio/arduino-header-r3.h>
88

99
/ {
10-
arduino_header: connector {
10+
arduino_header: arduino_connector {
1111
compatible = "arduino-header-r3";
1212
#gpio-cells = <2>;
1313
gpio-map-mask = <0xffffffff 0xffffffc0>;

0 commit comments

Comments
 (0)