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

#ifndef EMERALDLAKE2_ONBOARD_H
#define EMERALDLAKE2_ONBOARD_H

/* Recovery: GPIO22, active low */
#define GPIO_REC_MODE	22

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

#endif