Add ME_WE gpio for all boards

This commit is contained in:
Jeremy Soller
2023-03-06 13:14:50 -07:00
parent 4a1e0a5aa8
commit 86f281b410
50 changed files with 51 additions and 1 deletions

View File

@ -21,6 +21,7 @@ struct Gpio __code LED_BAT_CHG = GPIO(H, 5);
struct Gpio __code LED_BAT_FULL = GPIO(J, 0);
struct Gpio __code LED_PWR = GPIO(D, 0);
struct Gpio __code LID_SW_N = GPIO(B, 1);
struct Gpio __code ME_WE = GPIO(H, 0);
struct Gpio __code PCH_DPWROK_EC = GPIO(F, 3);
struct Gpio __code PM_PWROK = GPIO(C, 6);
struct Gpio __code PWR_BTN_N = GPIO(D, 5);