summaryrefslogtreecommitdiff
path: root/zephyr/program/minimal/npcx9.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/minimal/npcx9.dts')
-rw-r--r--zephyr/program/minimal/npcx9.dts28
1 files changed, 0 insertions, 28 deletions
diff --git a/zephyr/program/minimal/npcx9.dts b/zephyr/program/minimal/npcx9.dts
deleted file mode 100644
index 3a9f3b26e4..0000000000
--- a/zephyr/program/minimal/npcx9.dts
+++ /dev/null
@@ -1,28 +0,0 @@
-/* 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.
- */
-
-/ {
- aliases {
- gpio-wp = &ec_wp_l;
- };
-
- named-gpios {
- compatible = "named-gpios";
-
- ec_wp_l: write-protect {
- gpios = <&gpioa 0 GPIO_INPUT>;
- };
- /* unimplemented GPIOs */
- entering-rw {
- enum-name = "GPIO_ENTERING_RW";
- };
- };
-};
-
-&cros_kb_raw {
- status = "okay";
- pinctrl-0 = <>;
- pinctrl-names = "default";
-};