• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root {
2    platform {
3        uart_config {
4            template uart_device {
5                serviceName = "";
6                match_attr = "";
7                driver_name = "ttyS";
8                num = 0;
9            }
10
11            device_uart_0x0000 :: uart_device {
12                match_attr = "rockchip_rk3568_uart_0";
13            }
14            device_uart_0x0001 :: uart_device {
15                num = 1;
16                match_attr = "rockchip_rk3568_uart_1";
17            }
18            device_uart_0x0003 :: uart_device {
19                num = 3;
20                match_attr = "rockchip_rk3568_uart_3";
21            }
22        }
23    }
24}
25