summaryrefslogtreecommitdiff
path: root/board/arcada_ish/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/arcada_ish/gpio.inc')
-rwxr-xr-xboard/arcada_ish/gpio.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/arcada_ish/gpio.inc b/board/arcada_ish/gpio.inc
new file mode 100755
index 0000000000..ab71f264d5
--- /dev/null
+++ b/board/arcada_ish/gpio.inc
@@ -0,0 +1,15 @@
+/* -*- mode:c -*-
+ *
+ * Copyright 2018 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* We don't have a ENTERING_RW signal wired to the cr50 but common code needs
+ * it to be defined.
+ */
+UNIMPLEMENTED(ENTERING_RW)
+
+/* TODO: We do want to fill these in correctly*/
+UNIMPLEMENTED(ISH_I2C0_SDA)
+UNIMPLEMENTED(ISH_I2C0_SCL)