mb/google/geralt: Configure firmware display for eDP panel
[coreboot.git] / src / mainboard / google / geralt / gpio.h
blobdf2520a7254370ad1e2056447ea5104a72be0b26
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __MAINBOARD_GOOGLE_GERALT_GPIO_H__
4 #define __MAINBOARD_GOOGLE_GERALT_GPIO_H__
6 #include <soc/gpio.h>
8 #define GPIO_AP_EC_WARM_RST_REQ GPIO(DPI_HSYNC)
9 #define GPIO_AP_WP_ODL GPIO(GPIO15)
10 #define GPIO_BEEP_ON_OD GPIO(I2SIN_WS)
11 #define GPIO_EC_AP_INT_ODL GPIO(DPI_DE)
12 #define GPIO_EN_SPKR GPIO(I2SIN_D2)
13 #define GPIO_GSC_AP_INT_ODL GPIO(GPIO00)
14 #define GPIO_XHCI_INIT_DONE GPIO(DPI_CK)
16 #define GPIO_AP_EDP_BKLTEN GPIO(GPIO01)
17 #define GPIO_EDP_BL_PWM_1V8 GPIO(DISP_PWM1)
18 #define GPIO_EDP_HPD_1V8 GPIO(GPIO17)
19 #define GPIO_EN_PP3300_EDP_DISP_X GPIO(DSI1_LCM_RST)
21 void setup_chromeos_gpios(void);
23 #endif