| Xilinx Zynq GPIO controller Device Tree Bindings |
| ------------------------------------------- |
| - #gpio-cells : Should be two |
| - First cell is the GPIO line number |
| - Second cell is used to specify optional |
| - compatible : Should be "xlnx,zynq-gpio-1.0" or "xlnx,zynqmp-gpio-1.0" |
| - clocks : Clock specifier (see clock bindings for details) |
| - gpio-controller : Marks the device node as a GPIO controller. |
| - interrupts : Interrupt specifier (see interrupt bindings for |
| - interrupt-parent : Must be core interrupt controller |
| - reg : Address and length of the register set for the device |
| compatible = "xlnx,zynq-gpio-1.0"; |
| interrupt-parent = <&intc>; |
| reg = <0xe000a000 0x1000>; |