summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/mancomb/variants/baseboard/include/baseboard/gpio.h
blob: be0fb72ffd2f90e600cac15151202a367cc0b679 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef __BASEBOARD_GPIO_H__
#define __BASEBOARD_GPIO_H__

#include <soc/gpio.h>

/* SPI Write protect */
#define CROS_WP_GPIO GPIO_67

#endif /* __BASEBOARD_GPIO_H__ */