• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root {
2    device_info {
3        platform :: host {
4            hostName = "platform_host";
5            priority = 50;
6            device_uart :: device {
7                device5 :: deviceNode {
8                    policy = 2;
9                    priority = 10;
10                    permission = 0660;
11                    moduleName = "UART_SAMPLE";
12                    serviceName = "HDF_PLATFORM_UART_5";
13                    deviceMatchAttr = "sample_uart_5";
14                }
15            }
16        }
17    }
18}
19