summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/console/ec-console.yaml
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-02-16 13:13:07 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-17 21:53:29 +0000
commite8a96e49e310cd6a8a5f915e3c53b92f18fb8ace (patch)
tree32fcbf152edee2649df37f9bee8cf6c9c2cc5e22 /zephyr/dts/bindings/console/ec-console.yaml
parent844783bbd9e11ce936c78b03299197cc85adafd2 (diff)
downloadchrome-ec-e8a96e49e310cd6a8a5f915e3c53b92f18fb8ace.tar.gz
zephyr: add support for disabling console channels
Add support in the device tree for disabling console output channels by default. BUG=b:180421120 BRANCH=none TEST=make buildall TEST=zmake testall TEST=On Volteer, verify "hostcmd" channel is disabled by default Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I9fa1fe78ee3927346ede8e75378260f6061075cd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2698268 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/dts/bindings/console/ec-console.yaml')
-rw-r--r--zephyr/dts/bindings/console/ec-console.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/console/ec-console.yaml b/zephyr/dts/bindings/console/ec-console.yaml
new file mode 100644
index 0000000000..f79ddd67b0
--- /dev/null
+++ b/zephyr/dts/bindings/console/ec-console.yaml
@@ -0,0 +1,14 @@
+# 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.
+
+description: EC Console node
+
+compatible: "ec-console"
+
+properties:
+ disabled:
+ required: false
+ type: string-array
+ description:
+ List of EC channel names that are disabled in the output by default.