summaryrefslogtreecommitdiff
path: root/zephyr/projects/intelrvp/include/intel_rvp_board_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/intelrvp/include/intel_rvp_board_id.h')
-rw-r--r--zephyr/projects/intelrvp/include/intel_rvp_board_id.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/zephyr/projects/intelrvp/include/intel_rvp_board_id.h b/zephyr/projects/intelrvp/include/intel_rvp_board_id.h
new file mode 100644
index 0000000000..7825b272e3
--- /dev/null
+++ b/zephyr/projects/intelrvp/include/intel_rvp_board_id.h
@@ -0,0 +1,17 @@
+/* Copyright 2022 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __INTEL_RVP_BOARD_ID_H
+#define __INTEL_RVP_BOARD_ID_H
+
+#include <zephyr/drivers/gpio.h>
+
+extern const struct gpio_dt_spec bom_id_config[];
+
+extern const struct gpio_dt_spec fab_id_config[];
+
+extern const struct gpio_dt_spec board_id_config[];
+
+#endif /* __INTEL_RVP_BOARD_ID_H */