summaryrefslogtreecommitdiff
path: root/app/dts/bindings/behaviors/two_param.yaml
blob: c508c401d2658c81018e3006951038a13bdd9a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT

properties:
  label:
    type: string
    required: true
  "#binding-cells":
    type: int
    required: true
    const: 2

binding-cells:
  - param1
  - param2