aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/baskingridge/onboard.h
blob: 66812a55f07738a6417501c62f0a4278497228aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef BASKINGRIDGE_ONBOARD_H
#define BASKINGRIDGE_ONBOARD_H

/* Recovery: GPIO69, active high - SV_DETECT - J8E3 (silkscreen: J8E2) */
#define GPIO_REC_MODE	69

/* Write protect is active low */
#define GPIO_SPI_WP	22

#endif