18c2ecf20Sopenharmony_ci* Xillybus driver for generic FPGA interface
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: Should be "xillybus,xillybus-1.00.a"
58c2ecf20Sopenharmony_ci- reg: Address and length of the register set for the device
68c2ecf20Sopenharmony_ci- interrupts: Contains one interrupt node, typically consisting of three cells.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciOptional properties:
98c2ecf20Sopenharmony_ci- dma-coherent: Present if DMA operations are coherent
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample:
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	xillybus@ff200400 {
148c2ecf20Sopenharmony_ci		compatible = "xillybus,xillybus-1.00.a";
158c2ecf20Sopenharmony_ci		reg = < 0xff200400 0x00000080 >;
168c2ecf20Sopenharmony_ci		interrupts = < 0 40 1 >;
178c2ecf20Sopenharmony_ci		interrupt-parent = <&intc>;
188c2ecf20Sopenharmony_ci	} ;
19