1description: Kinetis GPIO node
2
3compatible: "nxp,kinetis-gpio"
4
5include: [gpio-controller.yaml, base.yaml]
6
7properties:
8  reg:
9    required: true
10
11  "#gpio-cells":
12    const: 2
13
14  nxp,kinetis-port:
15    required: true
16    type: phandle
17    description: |
18      A phandle reference to the device tree node that contains the pinmux
19      port associated with this GPIO controller.
20
21gpio-cells:
22  - pin
23  - flags
24