summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/cbi/named-cbi-ssfc-value.yaml
blob: 7e04afed8777f5eec88d15281af24a778138f90e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.