summaryrefslogtreecommitdiff
path: root/zephyr/projects/it8xxx2_evb/include/i2c_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/it8xxx2_evb/include/i2c_map.h')
-rw-r--r--zephyr/projects/it8xxx2_evb/include/i2c_map.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/zephyr/projects/it8xxx2_evb/include/i2c_map.h b/zephyr/projects/it8xxx2_evb/include/i2c_map.h
new file mode 100644
index 0000000000..e83a238d3a
--- /dev/null
+++ b/zephyr/projects/it8xxx2_evb/include/i2c_map.h
@@ -0,0 +1,16 @@
+/* Copyright 2021 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __ZEPHYR_CHROME_I2C_MAP_H
+#define __ZEPHYR_CHROME_I2C_MAP_H
+
+#include <zephyr/devicetree.h>
+
+#include "config.h"
+
+/* We need registers.h to get the chip specific defines for now */
+#include "i2c/i2c.h"
+
+#endif /* __ZEPHYR_CHROME_I2C_MAP_H */