mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / intel / baskingridge / onboard.h
blob66812a55f07738a6417501c62f0a4278497228aa
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef BASKINGRIDGE_ONBOARD_H
4 #define BASKINGRIDGE_ONBOARD_H
6 /* Recovery: GPIO69, active high - SV_DETECT - J8E3 (silkscreen: J8E2) */
7 #define GPIO_REC_MODE 69
9 /* Write protect is active low */
10 #define GPIO_SPI_WP 22
12 #endif