blob: 9df066b72ce4633247371fa5781b341899bfb191 [file] [log] [blame]
Potin Lai1a308772023-12-13 19:17:12 +08001#!/bin/bash
2
3connect_uart_route() {
4 echo -ne "$1" > /sys/devices/platform/ahb/ahb:apb/1e789000.lpc/1e789098.uart-routing/"$2"
5 echo -ne "$2" > /sys/devices/platform/ahb/ahb:apb/1e789000.lpc/1e789098.uart-routing/"$1"
6}
7
8connect_uart_route "uart1" "uart4"
9connect_uart_route "io1" "uart2"