summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/usba.dtsi
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2022-11-08 14:45:08 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-16 07:28:54 +0000
commit5165e73a987491d048c3bf47fccbb68bba41d435 (patch)
tree2537518936e1240955a0c965e32b4aee642cdac3 /zephyr/program/corsola/usba.dtsi
parent1d3a7723f310fd32a64e2ba59f3ab41d7f6c9042 (diff)
downloadchrome-ec-5165e73a987491d048c3bf47fccbb68bba41d435.tar.gz
corsola: zephyr project organization
Firstly, renames the .dts, .conf and places to the project folder. For the components excluding battery and led, rename them by the rule: - kingler -> npcx - krabby -> ite - prj.conf -> program.conf - prj_npcx|ite.conf -> npcx|ite_program.conf - move prj_*.conf to $project/project.conf - rename .dts to .dtsi - move consolidate project dts to $project/project.overlay There will be following CLs for the next step organizing. - clean up krabby family dtsi sharing - add CMakeLists.txt for projects reference: go/zephyr-projects BUG=b:254097516 TEST=zmake compare-binaries -a BRANCH=corsola Change-Id: Ia4d9fe8750300185922f7e013fbdb4bf08265de2 Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4022563 Auto-Submit: Eric Yilun Lin <yllin@google.com> Tested-by: Eric Yilun Lin <yllin@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'zephyr/program/corsola/usba.dtsi')
-rw-r--r--zephyr/program/corsola/usba.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/program/corsola/usba.dtsi b/zephyr/program/corsola/usba.dtsi
new file mode 100644
index 0000000000..2ecb3b7d5a
--- /dev/null
+++ b/zephyr/program/corsola/usba.dtsi
@@ -0,0 +1,11 @@
+/* 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.
+ */
+
+/ {
+ usba_port_enable_list: usba-port-enable-list {
+ compatible = "cros-ec,usba-port-enable-pins";
+ enable-pins = <&en_pp5000_usb_a0_vbus>;
+ };
+};