| Xilinx SPI controller Device Tree Bindings |
| ------------------------------------------------- |
| - compatible : Should be "xlnx,xps-spi-2.00.a" or "xlnx,xps-spi-2.00.b" |
| - reg : Physical base address and size of SPI registers map. |
| - interrupts : Property with a value describing the interrupt |
| - interrupt-parent : Must be core interrupt controller |
| - xlnx,num-ss-bits : Number of chip selects used. |
| compatible = "xlnx,xps-spi-2.00.a"; |
| interrupt-parent = <&intc>; |
| reg = <0x41e00000 0x10000>; |
| xlnx,num-ss-bits = <0x1>; |