brintos

brintos / linux-shallow public Read only

0
0
Text · 508 B · e65d1f9 Raw
19 lines · plain
1* Xillybus driver for generic FPGA interface2 3Required properties:4- compatible: Should be "xillybus,xillybus-1.00.a"5- reg: Address and length of the register set for the device6- interrupts: Contains one interrupt node, typically consisting of three cells.7 8Optional properties:9- dma-coherent: Present if DMA operations are coherent10 11Example:12 13	xillybus@ff200400 {14		compatible = "xillybus,xillybus-1.00.a";15		reg = < 0xff200400 0x00000080 >;16		interrupts = < 0 40 1 >;17		interrupt-parent = <&intc>;18	} ;19