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