| # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause |
| $id: http://devicetree.org/schemas/dma/altr,msgdma.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Altera mSGDMA IP core |
| - Olivier Dautricourt <olivierdautricourt@gmail.com> |
| Altera / Intel modular Scatter-Gather Direct Memory Access (mSGDMA) |
| intellectual property (IP) |
| - $ref: dma-controller.yaml# |
| const: altr,socfpga-msgdma |
| - description: Control and Status Register Slave Port |
| - description: Descriptor Slave Port |
| - description: Response Slave Port (Optional) |
| The cell identifies the channel id (must be 0) |
| unevaluatedProperties: false |
| #include <dt-bindings/interrupt-controller/irq.h> |
| msgdma_controller: dma-controller@ff200b00 { |
| compatible = "altr,socfpga-msgdma"; |
| reg = <0xff200b00 0x100>, <0xff200c00 0x100>, <0xff200d00 0x100>; |
| reg-names = "csr", "desc", "resp"; |
| interrupts = <0 67 IRQ_TYPE_LEVEL_HIGH>; |