Skip to content

Commit 70f5939

Browse files
committed
boards: Add missing UART2 in 4G board definition
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 2ef32f9 commit 70f5939

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

boards.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ n58.menu.stdio.ttys0=Uart0 (/dev/ttyS0)
6969
n58.menu.stdio.ttys0.build.stdio_port=/dev/ttyS0
7070
n58.menu.stdio.ttys1=Uart1 (/dev/ttyS1)
7171
n58.menu.stdio.ttys1.build.stdio_port=/dev/ttyS1
72+
n58.menu.stdio.ttys2=Uart2 (/dev/ttyS2)
73+
n58.menu.stdio.ttys2.build.stdio_port=/dev/ttyS2
7274
n58.menu.stdio.ttyusb=USB Uart (/dev/ttyUSB0)
7375
n58.menu.stdio.ttyusb.build.stdio_port=/dev/ttyUSB0
7476

@@ -106,6 +108,8 @@ ec200u.menu.stdio.ttys0=Uart0 (/dev/ttyS0)
106108
ec200u.menu.stdio.ttys0.build.stdio_port=/dev/ttyS0
107109
ec200u.menu.stdio.ttys1=Uart1 (/dev/ttyS1)
108110
ec200u.menu.stdio.ttys1.build.stdio_port=/dev/ttyS1
111+
ec200u.menu.stdio.ttys2=Uart2 (/dev/ttyS2)
112+
ec200u.menu.stdio.ttys2.build.stdio_port=/dev/ttyS2
109113
ec200u.menu.stdio.ttyusb=USB Uart (/dev/ttyUSB0)
110114
ec200u.menu.stdio.ttyusb.build.stdio_port=/dev/ttyUSB0
111115

@@ -143,6 +147,8 @@ ec600u.menu.stdio.ttys0=Uart0 (/dev/ttyS0)
143147
ec600u.menu.stdio.ttys0.build.stdio_port=/dev/ttyS0
144148
ec600u.menu.stdio.ttys1=Uart1 (/dev/ttyS1)
145149
ec600u.menu.stdio.ttys1.build.stdio_port=/dev/ttyS1
150+
ec600u.menu.stdio.ttys2=Uart2 (/dev/ttyS2)
151+
ec600u.menu.stdio.ttys2.build.stdio_port=/dev/ttyS2
146152
ec600u.menu.stdio.ttyusb=USB Uart (/dev/ttyUSB0)
147153
ec600u.menu.stdio.ttyusb.build.stdio_port=/dev/ttyUSB0
148154

@@ -180,6 +186,8 @@ l610.menu.stdio.ttys0=Uart0 (/dev/ttyS0)
180186
l610.menu.stdio.ttys0.build.stdio_port=/dev/ttyS0
181187
l610.menu.stdio.ttys1=Uart1 (/dev/ttyS1)
182188
l610.menu.stdio.ttys1.build.stdio_port=/dev/ttyS1
189+
l610.menu.stdio.ttys2=Uart2 (/dev/ttyS2)
190+
l610.menu.stdio.ttys2.build.stdio_port=/dev/ttyS2
183191
l610.menu.stdio.ttyusb=USB Uart (/dev/ttyUSB0)
184192
l610.menu.stdio.ttyusb.build.stdio_port=/dev/ttyUSB0
185193

0 commit comments

Comments
 (0)