• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root {
2    module = "asrmicro,asr582x";
3    device_info {
4        match_attr = "hdf_manager";
5        template host {
6            hostName = "";
7            priority = 100;
8            template device {
9                template deviceNode {
10                    policy = 0;
11                    priority = 100;
12                    preload = 0;
13                    permission = 0664;
14                    moduleName = "";
15                    serviceName = "";
16                    deviceMatchAttr = "";
17                }
18            }
19        }
20        platform :: host {
21            hostName = "platform_host";
22            priority = 50;
23            device_gpio :: device {
24                gpio0 :: deviceNode {
25                    policy = 0;
26                    priority = 100;
27                    moduleName = "ASR_GPIO_MODULE_HDF";
28                    serviceName = "HDF_PLATFORM_GPIO";
29                    deviceMatchAttr = "gpio_config";
30                }
31            }
32            device_uart :: device {
33                device0 :: deviceNode {
34                    policy = 1;
35                    priority = 40;
36                    permission = 0644;
37                    moduleName = "HDF_PLATFORM_UART";
38                    serviceName = "HDF_PLATFORM_UART_0";
39                    deviceMatchAttr = "asr582x_uart_0";
40                }
41            }
42        }
43   }
44}