Skip to content

Commit 16209ec

Browse files
pelwellpopcornmix
authored andcommitted
ARM: dts: zero-w: Better names for GPIOs 14 & 15
GPIOs 14 and 15 are currently labelled TXD0 and RXD0, which matches comments on the schematic but 1) doesn't reflect their likely usage (i.e. UART1) and 2) clashes with GPIOs 32 and 33. Adopt the common naming for those two pins on BT-equipped Pis - TXD1 and RXD1. See: #5058 Signed-off-by: Phil Elwell <[email protected]>
1 parent 6be2510 commit 16209ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/bcm2708-rpi-zero-w.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"GPIO12",
4646
"GPIO13",
4747
/* Serial port */
48-
"TXD0",
49-
"RXD0",
48+
"TXD1",
49+
"RXD1",
5050
"GPIO16",
5151
"GPIO17",
5252
"GPIO18",

0 commit comments

Comments
 (0)