1 * Xillybus driver for generic FPGA interface 1 * Xillybus driver for generic FPGA interface 2 2 3 Required properties: 3 Required properties: 4 - compatible: Should be "xillybus,xillybus-1.0 4 - compatible: Should be "xillybus,xillybus-1.00.a" 5 - reg: Address and length of the register set 5 - reg: Address and length of the register set for the device 6 - interrupts: Contains one interrupt node, typ 6 - interrupts: Contains one interrupt node, typically consisting of three cells. 7 7 8 Optional properties: 8 Optional properties: 9 - dma-coherent: Present if DMA operations are 9 - dma-coherent: Present if DMA operations are coherent 10 10 11 Example: 11 Example: 12 12 13 xillybus@ff200400 { 13 xillybus@ff200400 { 14 compatible = "xillybus,xillybu 14 compatible = "xillybus,xillybus-1.00.a"; 15 reg = < 0xff200400 0x00000080 15 reg = < 0xff200400 0x00000080 >; 16 interrupts = < 0 40 1 >; 16 interrupts = < 0 40 1 >; 17 interrupt-parent = <&intc>; 17 interrupt-parent = <&intc>; 18 } ; 18 } ;
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.