summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/gpio/named-gpios.yaml
blob: 563c841f5448a492c3ef98b33dfb4b3b80751a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
description: Named GPIOs parent node

compatible: "named-gpios"

child-binding:
    description: Named GPIOs child node
    include: gpio-enum-name.yaml
    properties:
       gpios:
          type: phandle-array
          required: true
       label:
          required: true
          type: string
          description: |
            Human readable string describing the device (used as
            device_get_binding() argument)
       "#gpio-cells":
          type: int
          required: false
          const: 0