• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#include "device_info.hcs"
2root {
3    platform {
4        watchdog_config {
5            match_attr = "watchdog_config";
6            watchdogId = 0;
7        }
8        gpio_config {
9            match_attr = "gpio_config";
10            groupNum = 1;
11            pinNum = 48;
12            config = [5, 2];
13        }
14        pwm_config {
15            match_attr = "pwm_config";
16            channel = 0;
17            freq = 156250;
18        }
19    }
20}
21