summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/cbi/named-cbi-ssfc-value.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/dts/bindings/cbi/named-cbi-ssfc-value.yaml')
-rw-r--r--zephyr/dts/bindings/cbi/named-cbi-ssfc-value.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/cbi/named-cbi-ssfc-value.yaml b/zephyr/dts/bindings/cbi/named-cbi-ssfc-value.yaml
new file mode 100644
index 0000000000..7e04afed87
--- /dev/null
+++ b/zephyr/dts/bindings/cbi/named-cbi-ssfc-value.yaml
@@ -0,0 +1,22 @@
+# 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.
+
+description:
+ Possible CBI SSFC field values.
+ It has to be defied as grandchild on the "named-cbi-ssfc"
+
+compatible: "named-cbi-ssfc-value"
+
+properties:
+ value:
+ type: int
+ required: true
+ description:
+ Unique value of CBI SSFC field
+ default:
+ type: boolean
+ description:
+ Indicates that the specified value is default for the parent
+ CBI SSFC field node. It should appear only once for the CBI SSFC
+ definition.