~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/dma/adi,axi-dmac.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/dma/adi,axi-dmac.txt (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/dma/adi,axi-dmac.txt (Version linux-5.13.19)


  1 Analog Devices AXI-DMAC DMA controller              1 Analog Devices AXI-DMAC DMA controller
  2                                                     2 
  3 Required properties:                                3 Required properties:
  4  - compatible: Must be "adi,axi-dmac-1.00.a".       4  - compatible: Must be "adi,axi-dmac-1.00.a".
  5  - reg: Specification for the controllers memo      5  - reg: Specification for the controllers memory mapped register map.
  6  - interrupts: Specification for the controlle      6  - interrupts: Specification for the controllers interrupt.
  7  - clocks: Phandle and specifier to the contro      7  - clocks: Phandle and specifier to the controllers AXI interface clock
  8  - #dma-cells: Must be 1.                           8  - #dma-cells: Must be 1.
  9                                                     9 
 10 Required sub-nodes:                                10 Required sub-nodes:
 11  - adi,channels: This sub-node must contain a      11  - adi,channels: This sub-node must contain a sub-node for each DMA channel. For
 12    the channel sub-nodes the following binding     12    the channel sub-nodes the following bindings apply. They must match the
 13    configuration options of the peripheral as      13    configuration options of the peripheral as it was instantiated.
 14                                                    14 
 15 Required properties for adi,channels sub-node:     15 Required properties for adi,channels sub-node:
 16  - #size-cells: Must be 0                          16  - #size-cells: Must be 0
 17  - #address-cells: Must be 1                       17  - #address-cells: Must be 1
 18                                                    18 
 19 Required channel sub-node properties:              19 Required channel sub-node properties:
 20  - reg: Which channel this node refers to.         20  - reg: Which channel this node refers to.
 21  - adi,source-bus-width,                           21  - adi,source-bus-width,
 22    adi,destination-bus-width: Width of the sou     22    adi,destination-bus-width: Width of the source or destination bus in bits.
 23  - adi,source-bus-type,                            23  - adi,source-bus-type,
 24    adi,destination-bus-type: Type of the sourc     24    adi,destination-bus-type: Type of the source or destination bus. Must be one
 25    of the following:                               25    of the following:
 26         0 (AXI_DMAC_TYPE_AXI_MM): Memory mappe     26         0 (AXI_DMAC_TYPE_AXI_MM): Memory mapped AXI interface
 27         1 (AXI_DMAC_TYPE_AXI_STREAM): Streamin     27         1 (AXI_DMAC_TYPE_AXI_STREAM): Streaming AXI interface
 28         2 (AXI_DMAC_TYPE_AXI_FIFO): FIFO inter     28         2 (AXI_DMAC_TYPE_AXI_FIFO): FIFO interface
 29                                                    29 
 30 Deprecated optional channel properties:            30 Deprecated optional channel properties:
 31  - adi,length-width: Width of the DMA transfer     31  - adi,length-width: Width of the DMA transfer length register.
 32  - adi,cyclic: Must be set if the channel supp     32  - adi,cyclic: Must be set if the channel supports hardware cyclic DMA
 33    transfers.                                      33    transfers.
 34  - adi,2d: Must be set if the channel supports     34  - adi,2d: Must be set if the channel supports hardware 2D DMA transfers.
 35                                                    35 
 36 DMA clients connected to the AXI-DMAC DMA cont     36 DMA clients connected to the AXI-DMAC DMA controller must use the format
 37 described in the dma.txt file using a one-cell     37 described in the dma.txt file using a one-cell specifier. The value of the
 38 specifier refers to the DMA channel index.         38 specifier refers to the DMA channel index.
 39                                                    39 
 40 Example:                                           40 Example:
 41                                                    41 
 42 dma: dma@7c420000 {                                42 dma: dma@7c420000 {
 43         compatible = "adi,axi-dmac-1.00.a";        43         compatible = "adi,axi-dmac-1.00.a";
 44         reg = <0x7c420000 0x10000>;                44         reg = <0x7c420000 0x10000>;
 45         interrupts = <0 57 0>;                     45         interrupts = <0 57 0>;
 46         clocks = <&clkc 16>;                       46         clocks = <&clkc 16>;
 47         #dma-cells = <1>;                          47         #dma-cells = <1>;
 48                                                    48 
 49         adi,channels {                             49         adi,channels {
 50                 #size-cells = <0>;                 50                 #size-cells = <0>;
 51                 #address-cells = <1>;              51                 #address-cells = <1>;
 52                                                    52 
 53                 dma-channel@0 {                    53                 dma-channel@0 {
 54                         reg = <0>;                 54                         reg = <0>;
 55                         adi,source-bus-width =     55                         adi,source-bus-width = <32>;
 56                         adi,source-bus-type =      56                         adi,source-bus-type = <ADI_AXI_DMAC_TYPE_MM_AXI>;
 57                         adi,destination-bus-wi     57                         adi,destination-bus-width = <64>;
 58                         adi,destination-bus-ty     58                         adi,destination-bus-type = <ADI_AXI_DMAC_TYPE_FIFO>;
 59                 };                                 59                 };
 60         };                                         60         };
 61 };                                                 61 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php