summaryrefslogtreecommitdiff
path: root/zephyr/program/herobrine/switchcap.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/herobrine/switchcap.dtsi')
-rw-r--r--zephyr/program/herobrine/switchcap.dtsi12
1 files changed, 0 insertions, 12 deletions
diff --git a/zephyr/program/herobrine/switchcap.dtsi b/zephyr/program/herobrine/switchcap.dtsi
deleted file mode 100644
index fb2db35d1a..0000000000
--- a/zephyr/program/herobrine/switchcap.dtsi
+++ /dev/null
@@ -1,12 +0,0 @@
-/* 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 = "cros-ec,switchcap-gpio";
- enable-pin = <&gpio_switchcap_on>;
- power-good-pin = <&gpio_switchcap_pg>;
- };
-};