diff options
Diffstat (limited to 'src/mainboard/google/rauru/gpio.h')
-rw-r--r-- | src/mainboard/google/rauru/gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/rauru/gpio.h b/src/mainboard/google/rauru/gpio.h index 9d0c722a65..870a02ff59 100644 --- a/src/mainboard/google/rauru/gpio.h +++ b/src/mainboard/google/rauru/gpio.h @@ -5,6 +5,8 @@ #include <soc/gpio.h> +#define GPIO_BEEP_ON_OD GPIO(PERIPHERAL_EN1) +#define GPIO_EN_SPKR GPIO(PERIPHERAL_EN0) #define GPIO_XHCI_INIT_DONE GPIO(EINT28) #define GPIO_FP_RST_1V8_S3_L GPIO(EINT26) #define GPIO_AP_FP_FW_UP_STRAP GPIO(EINT27) |