aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/samsung/stumpy/onboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/samsung/stumpy/onboard.h')
-rw-r--r--src/mainboard/samsung/stumpy/onboard.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/samsung/stumpy/onboard.h b/src/mainboard/samsung/stumpy/onboard.h
new file mode 100644
index 0000000000..602d456636
--- /dev/null
+++ b/src/mainboard/samsung/stumpy/onboard.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef STUMPY_ONBOARD_H
+#define STUMPY_ONBOARD_H
+
+/* Recovery: GPIO42 = CHP3_REC_MODE#, active low */
+#define GPIO_REC_MODE 42
+
+/* Write Protect: GPIO68 = CHP3_SPI_WP, active high */
+#define GPIO_SPI_WP 68
+
+#endif