summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rauru/gpio.h
blob: 9d0c722a65b076f7682a219cbfb5cd8e6c20a1bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __MAINBOARD_GOOGLE_RAURU_GPIO_H__
#define __MAINBOARD_GOOGLE_RAURU_GPIO_H__

#include <soc/gpio.h>

#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)
#define GPIO_EN_PWR_FP		GPIO(PERIPHERAL_EN3)

void setup_chromeos_gpios(void);

#endif