summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/i2c/i2c-keys.yaml
blob: 08add12b32ca1ed6439248f03257947e16167e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2020 The Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0

description: I2C KEYS parent node

compatible: "i2c-keys"

child-binding:
  description: I2C KEYS child node
  properties:
    i2c-port:
      type: phandle
      required: true
    label:
      required: true
      type: string
      description: Human readable string describing the device (used as device_get_binding() argument)