summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/gpio.dts
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-03-10 14:30:47 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-11 23:43:21 +0000
commit8224f153994ec70661259ec0de49e473eefce359 (patch)
tree360f6c9a912c422572bfaae66b1cec157a2a432f /zephyr/projects/trogdor/lazor/gpio.dts
parent97e22d467763dace5df64c9869cd8d4984f4ab39 (diff)
downloadchrome-ec-8224f153994ec70661259ec0de49e473eefce359.tar.gz
zephyr: add support for trogdor/lazor
Initial bringup for Lazor, featuring just a UART console, flash access, and basic commands. I structured the directories to look a little more like what we discussed in last week's meeting (putting the Zephyr "board" directory to be common to the baseboard, and putting variants under a directory categorized by baseboard). I hope we can go back to volteer/delbin and re-adopt this layout there too, as it's much cleaner and leads to less repeated code. BUG=b:182398910 BRANCH=none TEST=flash on lazor, test out UART and basic commands ("gettime", "flashinfo", etc.) Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I411c47e9b9563d78349abbeebf71223ae41748a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2749765 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/projects/trogdor/lazor/gpio.dts')
-rw-r--r--zephyr/projects/trogdor/lazor/gpio.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/zephyr/projects/trogdor/lazor/gpio.dts b/zephyr/projects/trogdor/lazor/gpio.dts
new file mode 100644
index 0000000000..5de0a5e422
--- /dev/null
+++ b/zephyr/projects/trogdor/lazor/gpio.dts
@@ -0,0 +1,10 @@
+/* Copyright 2021 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.
+ */
+
+/ {
+ named-gpios {
+ compatible = "named-gpios";
+ };
+};