aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/onboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/auron/onboard.h')
-rw-r--r--src/mainboard/google/auron/onboard.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/google/auron/onboard.h b/src/mainboard/google/auron/onboard.h
new file mode 100644
index 0000000000..6d4ff28dd8
--- /dev/null
+++ b/src/mainboard/google/auron/onboard.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef AURON_ONBOARD_H
+#define AURON_ONBOARD_H
+
+/* SPI Write protect is GPIO 58 */
+#define CROS_WP_GPIO 58
+
+#endif