sysfs-driver-aspeed-uart-routing 1.0 KB

123456789101112131415161718192021222324252627
  1. What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/uart\*
  2. Date: September 2021
  3. Contact: Oskar Senft <[email protected]>
  4. Chia-Wei Wang <[email protected]>
  5. Description: Selects the RX source of the UARTx device.
  6. When read, each file shows the list of available options with currently
  7. selected option marked by brackets "[]". The list of available options
  8. depends on the selected file.
  9. e.g.
  10. cat /sys/bus/platform/drivers/aspeed-uart-routing/\*.uart_routing/uart1
  11. [io1] io2 io3 io4 uart2 uart3 uart4 io6
  12. In this case, UART1 gets its input from IO1 (physical serial port 1).
  13. Users: OpenBMC. Proposed changes should be mailed to
  14. [email protected]
  15. What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/io\*
  16. Date: September 2021
  17. Contact: Oskar Senft <[email protected]>
  18. Chia-Wei Wang <[email protected]>
  19. Description: Selects the RX source of IOx serial port. The current selection
  20. will be marked by brackets "[]".
  21. Users: OpenBMC. Proposed changes should be mailed to
  22. [email protected]