blob: 9ee3336b534150cbf4d017492fada9dfc8d620bb [file] [log] [blame]
Yang Chen26afa782024-01-16 16:11:18 +08001{
2 "gpio_definitions": [
3 {
4 "name": "POWER_BUTTON",
5 "pin": "P0",
6 "direction": "both"
7 },
8 {
9 "name": "DEBUG_SELECTOR_BUTTON",
10 "pin": "Q7",
11 "direction": "both"
12 },
13 {
14 "name": "HOST_SELECTOR",
15 "group_gpio_config" : [],
16 "max_position" : 0,
17 "host_selector_map" : {}
18 }
19 ]
20}