blob: 9df066b72ce4633247371fa5781b341899bfb191 [file] [log] [blame]
#!/bin/bash
connect_uart_route() {
echo -ne "$1" > /sys/devices/platform/ahb/ahb:apb/1e789000.lpc/1e789098.uart-routing/"$2"
echo -ne "$2" > /sys/devices/platform/ahb/ahb:apb/1e789000.lpc/1e789098.uart-routing/"$1"
}
connect_uart_route "uart1" "uart4"
connect_uart_route "io1" "uart2"