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

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

binding-cells:
  - param1
  - param2