Matt Spinler | 6abf060 | 2018-08-08 10:59:48 -0500 | [diff] [blame] | 1 | { |
| 2 | "gpio_configs": { |
| 3 | |
| 4 | "power_config": { |
| 5 | "power_good_in": "SYS_PWROK_BUFF", |
| 6 | "latch_out": "BMC_UCD_LATCH_LE", |
| 7 | "power_up_outs": [ |
| 8 | {"name": "SOFTWARE_PGOOD", "polarity": true}, |
| 9 | {"name": "BMC_POWER_UP", "polarity": false} |
| 10 | ], |
| 11 | "reset_outs": [ |
| 12 | ] |
| 13 | } |
| 14 | }, |
| 15 | |
| 16 | "gpio_definitions": [ |
| 17 | { |
| 18 | "name": "SOFTWARE_PGOOD", |
| 19 | "pin": "M6", |
| 20 | "direction": "out" |
| 21 | }, |
| 22 | { |
| 23 | "name": "BMC_POWER_UP", |
| 24 | "pin": "E2", |
| 25 | "direction": "out" |
| 26 | }, |
| 27 | { |
| 28 | "name": "SYS_PWROK_BUFF", |
| 29 | "pin": "F6", |
| 30 | "direction": "in" |
| 31 | }, |
| 32 | { |
| 33 | "name": "PHY_RST_N", |
| 34 | "pin": "D6", |
| 35 | "direction": "out" |
| 36 | }, |
| 37 | { |
| 38 | "name": "HDD_PWR_EN", |
| 39 | "pin": "B0", |
| 40 | "direction": "out" |
| 41 | }, |
| 42 | { |
| 43 | "name": "CP0_DEVICES_RESET_N", |
| 44 | "pin": "AA6", |
| 45 | "direction": "out" |
| 46 | }, |
| 47 | { |
| 48 | "name": "BMC_CP0_PERST_ENABLE", |
| 49 | "pin": "H3", |
| 50 | "direction": "out" |
| 51 | }, |
| 52 | { |
| 53 | "name": "BMC_UCD_LATCH_LE", |
| 54 | "pin": "P4", |
| 55 | "direction": "out" |
| 56 | }, |
| 57 | { |
| 58 | "name": "POWER_BUTTON", |
| 59 | "pin": "E4", |
| 60 | "direction": "both" |
| 61 | }, |
| 62 | { |
| 63 | "name": "RESET_BUTTON", |
| 64 | "pin": "E3", |
| 65 | "direction": "both" |
| 66 | }, |
| 67 | { |
| 68 | "name": "PE_MEZZB_PRSNT_N", |
| 69 | "pin": "P6", |
| 70 | "direction": "in" |
| 71 | }, |
| 72 | { |
| 73 | "name": "CHECKSTOP", |
| 74 | "pin": "F3", |
| 75 | "direction": "falling" |
| 76 | } |
| 77 | ] |
| 78 | } |