snps-dma.txt 453 B

1234567891011121314151617
  1. * Synopsys Designware DMA Controller
  2. Required properties:
  3. - compatible: "snps,dma-spear1340"
  4. - reg: Address range of the DMAC registers
  5. - interrupt-parent: Should be the phandle for the interrupt controller
  6. that services interrupts for this device
  7. - interrupt: Should contain the DMAC interrupt number
  8. Example:
  9. dma@fc000000 {
  10. compatible = "snps,dma-spear1340";
  11. reg = <0xfc000000 0x1000>;
  12. interrupt-parent = <&vic1>;
  13. interrupts = <12>;
  14. };