/* 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