Skip to content

Commit a809b18

Browse files
committed
develop/hardware: Add info on Up Squared UART communication
Change-type: patch Signed-off-by: Alexandru Costache <[email protected]>
1 parent 74bd27a commit a809b18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/learn/develop/hardware/i2c-and-spi.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ title: I2C and Other Interfaces
2020
* [MRAA for GPIO and hardware access](/hardware/i2c-and-spi#mraa-for-gpio-and-hardware-access)
2121
* [Edison in USB Host mode](/hardware/i2c-and-spi#edison-in-usb-host-mode)
2222
* [IOT-GATE-iMX8](/hardware/i2c-and-spi#iot-gate-imx8)
23+
* [Up Squared](/hardware/i2c-and-spi#up-squared)
2324
* [Serial ports](/hardware/i2c-and-spi#serial-ports)
2425
* [Jetson Devices](/hardware/i2c-and-spi#jetson-devices)
2526
* [Custom device trees](/hardware/i2c-and-spi#custom-device-trees)
@@ -312,6 +313,12 @@ uart_mode=rs232
312313

313314
Similarly, rs485 can be selected in the environment file as well. The device should be rebooted after setting the uart operating mode the for the changes to take effect.
314315

316+
## Up Squared
317+
318+
### Serial Ports
319+
320+
Up Squared UART communication on pins 6, 8 and 10 can be performed using /dev/ttyS5.
321+
315322
## Jetson Devices
316323

317324
### Custom device trees

0 commit comments

Comments
 (0)