summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/cbi/named-cbi-ssfc-value.yaml
blob: f97d6887272a615a7abb4244193623df23c86fff (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 Chromium OS Authors. All rights reserved.
# 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.