Skip to content

Commit 25564e0

Browse files
pelwelllimeng-linux
authored andcommitted
ARM: dts: zero-2-w: Better names for GPIOs 14 & 15
commit 83bb3768c8823ec294e4a7f30d1c9e1b308b7e96 from https://github.com/raspberrypi/linux.git rpi-5.15.y 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: raspberrypi/linux#5058 Signed-off-by: Phil Elwell <[email protected]> Signed-off-by: Meng Li <[email protected]>
1 parent 33a3348 commit 25564e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/bcm2710-rpi-zero-2-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)