1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef CYAN_ONBOARD_H 4 #define CYAN_ONBOARD_H 5 6 /* Write protect active high. */ 7 #define WP_GPIO GP_E_22 8 9 #endif 10