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