···11+* Xillybus driver for generic FPGA interface22+33+Required properties:44+- compatible: Should be "xillybus,xillybus-1.00.a"55+- reg: Address and length of the register set for the device66+- interrupts: Contains one interrupt node, typically consisting of three cells.77+- interrupt-parent: the phandle for the interrupt controller that88+ services interrupts for this device.99+1010+Optional properties:1111+- dma-coherent: Present if DMA operations are coherent1212+1313+Example:1414+1515+ xillybus@ff200400 {1616+ compatible = "xillybus,xillybus-1.00.a";1717+ reg = < 0xff200400 0x00000080 >;1818+ interrupts = < 0 40 1 >;1919+ interrupt-parent = <&intc>;2020+ } ;