• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root {
2    platform {
3        uart_config {
4            template uart_device {
5                serviceName = "";
6                match_attr = "";
7                driver_name = "ttyAMA";
8                num = 0;
9            }
10
11            device_uart_0x0000 :: uart_device {
12                match_attr = "hisilicon_hi35xx_uart_0";
13            }
14            device_uart_0x0001 :: uart_device {
15                num = 1;
16                match_attr = "hisilicon_hi35xx_uart_1";
17            }
18        }
19    }
20}
21