Ben_Pai | c53430a | 2019-07-15 16:19:02 +0800 | [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_VS0_PERST_N", |
| 44 | "pin": "B6", |
| 45 | "direction": "out" |
| 46 | }, |
| 47 | { |
| 48 | "name": "BMC_VS1_PERST_N", |
| 49 | "pin": "B7", |
| 50 | "direction": "out" |
| 51 | }, |
| 52 | { |
| 53 | "name": "BMC_CP0_PERST_ENABLE_R", |
| 54 | "pin": "A3", |
| 55 | "direction": "out" |
| 56 | }, |
| 57 | { |
| 58 | "name": "IDBTN", |
| 59 | "pin": "F1", |
| 60 | "direction": "both" |
| 61 | }, |
| 62 | { |
| 63 | "name": "POWER_BUTTON", |
| 64 | "pin": "I3", |
| 65 | "direction": "both" |
| 66 | }, |
| 67 | { |
| 68 | "name": "RESET_BUTTON", |
| 69 | "pin": "J1", |
| 70 | "direction": "both" |
| 71 | } |
| 72 | ] |
| 73 | } |
| 74 | |