summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/emul/cros-ec,kb-raw-emul.yaml
blob: 781f1498d76aaee2ab349589dbdcc12459c6a72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2022 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: Emulator for Chromiumos EC raw keyboard driver.

compatible: "cros-ec,kb-raw-emul"

include: cros-kb-raw-controller.yaml

properties:
  rows:
    required: false
    type: int
    default: 8
    description: Number of keyboard scan rows
  cols:
    required: false
    type: int
    default: 18
    description: Number of keyboard scan columns