summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/switchcap.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/herobrine/switchcap.dts')
-rw-r--r--zephyr/projects/herobrine/switchcap.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/zephyr/projects/herobrine/switchcap.dts b/zephyr/projects/herobrine/switchcap.dts
new file mode 100644
index 0000000000..ed200a0c6f
--- /dev/null
+++ b/zephyr/projects/herobrine/switchcap.dts
@@ -0,0 +1,12 @@
+/* Copyright 2021 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/ {
+ switchcap {
+ compatible = "switchcap-gpio";
+ enable-pin = <&gpio_switchcap_on>;
+ power-good-pin = <&gpio_switchcap_pg>;
+ };
+};