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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/powerpc/4xx/ppc440spe-adma.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 ] ~

  1 PPC440SPe DMA/XOR (DMA Controller and XOR Accelerator)
  2 
  3 Device nodes needed for operation of the ppc440spe-adma driver
  4 are specified hereby. These are I2O/DMA, DMA and XOR nodes
  5 for DMA engines and Memory Queue Module node. The latter is used
  6 by ADMA driver for configuration of RAID-6 H/W capabilities of
  7 the PPC440SPe. In addition to the nodes and properties described
  8 below, the ranges property of PLB node must specify ranges for
  9 DMA devices.
 10 
 11  i) The I2O node
 12 
 13  Required properties:
 14 
 15  - compatible           : "ibm,i2o-440spe";
 16  - reg                  : <registers mapping>
 17  - dcr-reg              : <DCR registers range>
 18 
 19  Example:
 20 
 21         I2O: i2o@400100000 {
 22                 compatible = "ibm,i2o-440spe";
 23                 reg = <0x00000004 0x00100000 0x100>;
 24                 dcr-reg = <0x060 0x020>;
 25         };
 26 
 27 
 28  ii) The DMA node
 29 
 30  Required properties:
 31 
 32  - compatible           : "ibm,dma-440spe";
 33  - cell-index           : 1 cell, hardware index of the DMA engine
 34                           (typically 0x0 and 0x1 for DMA0 and DMA1)
 35  - reg                  : <registers mapping>
 36  - dcr-reg              : <DCR registers range>
 37  - interrupts           : <interrupt mapping for DMA0/1 interrupts sources:
 38                            2 sources: DMAx CS FIFO Needs Service IRQ (on UIC0)
 39                            and DMA Error IRQ (on UIC1). The latter is common
 40                            for both DMA engines>.
 41 
 42  Example:
 43 
 44         DMA0: dma0@400100100 {
 45                 compatible = "ibm,dma-440spe";
 46                 cell-index = <0>;
 47                 reg = <0x00000004 0x00100100 0x100>;
 48                 dcr-reg = <0x060 0x020>;
 49                 interrupt-parent = <&DMA0>;
 50                 interrupts = <0 1>;
 51                 #interrupt-cells = <1>;
 52                 #address-cells = <0>;
 53                 #size-cells = <0>;
 54                 interrupt-map = <
 55                         0 &UIC0 0x14 4
 56                         1 &UIC1 0x16 4>;
 57         };
 58 
 59 
 60  iii) XOR Accelerator node
 61 
 62  Required properties:
 63 
 64  - compatible           : "amcc,xor-accelerator";
 65  - reg                  : <registers mapping>
 66  - interrupts           : <interrupt mapping for XOR interrupt source>
 67 
 68  Example:
 69 
 70         xor-accel@400200000 {
 71                 compatible = "amcc,xor-accelerator";
 72                 reg = <0x00000004 0x00200000 0x400>;
 73                 interrupt-parent = <&UIC1>;
 74                 interrupts = <0x1f 4>;
 75         };
 76 
 77 
 78  iv) Memory Queue Module node
 79 
 80  Required properties:
 81 
 82  - compatible           : "ibm,mq-440spe";
 83  - dcr-reg              : <DCR registers range>
 84 
 85  Example:
 86 
 87         MQ0: mq {
 88                 compatible = "ibm,mq-440spe";
 89                 dcr-reg = <0x040 0x020>;
 90         };
 91 

~ [ 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