Back to home page

OSCL-LXR

 
 

    


0001 * Xillybus driver for generic FPGA interface
0002 
0003 Required properties:
0004 - compatible: Should be "xillybus,xillybus-1.00.a"
0005 - reg: Address and length of the register set for the device
0006 - interrupts: Contains one interrupt node, typically consisting of three cells.
0007 
0008 Optional properties:
0009 - dma-coherent: Present if DMA operations are coherent
0010 
0011 Example:
0012 
0013         xillybus@ff200400 {
0014                 compatible = "xillybus,xillybus-1.00.a";
0015                 reg = < 0xff200400 0x00000080 >;
0016                 interrupts = < 0 40 1 >;
0017                 interrupt-parent = <&intc>;
0018         } ;