xillybus.txt 508 B

123456789101112131415161718
  1. * Xillybus driver for generic FPGA interface
  2. Required properties:
  3. - compatible: Should be "xillybus,xillybus-1.00.a"
  4. - reg: Address and length of the register set for the device
  5. - interrupts: Contains one interrupt node, typically consisting of three cells.
  6. Optional properties:
  7. - dma-coherent: Present if DMA operations are coherent
  8. Example:
  9. xillybus@ff200400 {
  10. compatible = "xillybus,xillybus-1.00.a";
  11. reg = < 0xff200400 0x00000080 >;
  12. interrupts = < 0 40 1 >;
  13. interrupt-parent = <&intc>;
  14. } ;