Matt Spinler | b11913c | 2018-08-08 10:49:38 -0500 | [diff] [blame] | 1 | { |
| 2 | "gpio_configs": { |
| 3 | |
| 4 | "power_config": { |
| 5 | "power_good_in": "SYS_PWROK_BUFF", |
| 6 | "power_up_outs": [ |
| 7 | {"name": "SOFTWARE_PGOOD", "polarity": true}, |
| 8 | {"name": "BMC_POWER_UP", "polarity": true} |
| 9 | ], |
| 10 | "reset_outs": [ |
| 11 | {"name": "BMC_CP0_RESET_N", "polarity": false} |
| 12 | ] |
| 13 | } |
| 14 | }, |
| 15 | |
| 16 | "gpio_definitions": [ |
| 17 | { |
| 18 | "name": "BMC_POWER_UP", |
| 19 | "pin": "D1", |
| 20 | "direction": "out" |
| 21 | }, |
| 22 | { |
| 23 | "name": "SOFTWARE_PGOOD", |
| 24 | "pin": "R1", |
| 25 | "direction": "out" |
| 26 | }, |
| 27 | { |
| 28 | "name": "SYS_PWROK_BUFF", |
| 29 | "pin": "D2", |
| 30 | "direction": "in" |
| 31 | }, |
| 32 | { |
| 33 | "name": "CHECKSTOP", |
| 34 | "pin": "J2", |
| 35 | "direction": "falling" |
| 36 | }, |
| 37 | { |
| 38 | "name": "BMC_CP0_RESET_N", |
| 39 | "pin": "A1", |
| 40 | "direction": "out" |
| 41 | }, |
| 42 | { |
| 43 | "name": "BMC_VS1_PERST_N", |
| 44 | "pin": "B7", |
| 45 | "direction": "out" |
| 46 | }, |
| 47 | { |
| 48 | "name": "BMC_CP0_PERST_ENABLE_R", |
| 49 | "pin": "A3", |
| 50 | "direction": "out" |
| 51 | }, |
| 52 | { |
| 53 | "name": "POWER_BUTTON", |
| 54 | "pin": "I3", |
| 55 | "direction": "both" |
Matt Spinler | b11913c | 2018-08-08 10:49:38 -0500 | [diff] [blame] | 56 | } |
| 57 | ] |
| 58 | } |