···11+Xilinx SPI controller Device Tree Bindings22+-------------------------------------------------33+44+Required properties:55+- compatible : Should be "xlnx,xps-spi-2.00.a" or "xlnx,xps-spi-2.00.b"66+- reg : Physical base address and size of SPI registers map.77+- interrupts : Property with a value describing the interrupt88+ number.99+- interrupt-parent : Must be core interrupt controller1010+1111+Optional properties:1212+- xlnx,num-ss-bits : Number of chip selects used.1313+1414+Example:1515+ axi_quad_spi@41e00000 {1616+ compatible = "xlnx,xps-spi-2.00.a";1717+ interrupt-parent = <&intc>;1818+ interrupts = <0 31 1>;1919+ reg = <0x41e00000 0x10000>;2020+ xlnx,num-ss-bits = <0x1>;2121+ };2222+