zephyr/dts/bindings/gpio/openisa,rv32m1-gpio.yaml
Kumar Gala 2880a0ef7b dts: openisa: rv32ma: Update openisa,rv32m1-gpio binding for ports
Add a property to the openisa,rv32m1-gpio binding that relates the GPIO
node to the pinmux PORT node.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-10 14:38:04 -05:00

30 lines
506 B
YAML

description: OpenISA GPIO node
compatible: "openisa,rv32m1-gpio"
include: [gpio-controller.yaml, base.yaml]
properties:
reg:
required: true
interrupts:
required: true
label:
required: true
"#gpio-cells":
const: 2
openisa,rv32m1-port:
required: true
type: phandle
description: |
A phandle reference to the device tree node that contains the pinmux
port associated with this GPIO controller.
gpio-cells:
- pin
- flags