• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root {
2    platform {
3        pwm_config {
4            template pwm_device {
5                serviceName = "";
6                match_attr = "";
7                num = 0;
8            }
9
10            device_pwm_0x00000000 :: pwm_device {
11                num = 0;
12                match_attr = "linux_pwm_adapter_0";
13            }
14
15            device_pwm_0x00000001 :: pwm_device {
16                num = 1;
17                match_attr = "linux_pwm_adapter_1";
18            }
19
20            device_pwm_0x00000002 :: pwm_device {
21                num = 2;
22                match_attr = "linux_pwm_adapter_2";
23            }
24
25            device_pwm_0x00000003 :: pwm_device {
26                num = 3;
27                match_attr = "linux_pwm_adapter_3";
28            }
29
30            device_pwm_0x00000004 :: pwm_device {
31                num = 4;
32                match_attr = "linux_pwm_adapter_4";
33            }
34        }
35    }
36}
37
38