summaryrefslogtreecommitdiff
path: root/zephyr/projects/brya/brya.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/brya/brya.dts')
-rw-r--r--zephyr/projects/brya/brya.dts24
1 files changed, 24 insertions, 0 deletions
diff --git a/zephyr/projects/brya/brya.dts b/zephyr/projects/brya/brya.dts
new file mode 100644
index 0000000000..4b0490afa9
--- /dev/null
+++ b/zephyr/projects/brya/brya.dts
@@ -0,0 +1,24 @@
+/* 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.
+ */
+
+/ {
+ model = "Google Brya Baseboard";
+
+ chosen {
+ cros,rtc = &mtc;
+ };
+
+ ec-console {
+ compatible = "ec-console";
+ disabled = "events", "lpc", "hostcmd";
+ };
+};
+
+/* host interface */
+&espi0 {
+ status = "okay";
+ pinctrl-0 = <&espi_lpc_gp46_47_51_52_53_54_55_57>;
+ pinctrl-names = "default";
+};