summaryrefslogtreecommitdiff
path: root/app/dts/bindings/behaviors/two_param.yaml
blob: f8b3af932db8c15a430ba6cb3cd6969040f4b346 (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