summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/i2c/named-i2c-ports.yaml
blob: 088990eec1ae8d668cc8d715375626041fbc3ead (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: Named I2C ports parent node

compatible: "named-i2c-ports"

child-binding:
  description: Named I2C ports 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)