summaryrefslogtreecommitdiff
path: root/zephyr/program/nissa/xivur/cbi.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/nissa/xivur/cbi.dtsi')
-rw-r--r--zephyr/program/nissa/xivur/cbi.dtsi30
1 files changed, 0 insertions, 30 deletions
diff --git a/zephyr/program/nissa/xivur/cbi.dtsi b/zephyr/program/nissa/xivur/cbi.dtsi
deleted file mode 100644
index 112a2a885c..0000000000
--- a/zephyr/program/nissa/xivur/cbi.dtsi
+++ /dev/null
@@ -1,30 +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.
- */
-
-/ {
- /* Nivviks-specific fw_config fields. */
- nissa-fw-config {
- /*
- * FW_CONFIG field to describe mainboard orientation in chassis.
- */
- base-inversion {
- enum-name = "FW_BASE_INVERSION";
- start = <3>;
- size = <1>;
-
- inverted {
- compatible = "cros-ec,cbi-fw-config-value";
- enum-name = "FW_BASE_INVERTED";
- value = <0>;
- };
- regular {
- compatible = "cros-ec,cbi-fw-config-value";
- enum-name = "FW_BASE_REGULAR";
- value = <1>;
- default;
- };
- };
- };
-};