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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/ata/apm-xgene.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/ata/apm-xgene.txt (Architecture mips) and /Documentation/devicetree/bindings/ata/apm-xgene.txt (Architecture i386)


  1 * APM X-Gene 6.0 Gb/s SATA host controller nod      1 * APM X-Gene 6.0 Gb/s SATA host controller nodes
  2                                                     2 
  3 SATA host controller nodes are defined to desc      3 SATA host controller nodes are defined to describe on-chip Serial ATA
  4 controllers. Each SATA controller (pair of por      4 controllers. Each SATA controller (pair of ports) have its own node.
  5                                                     5 
  6 Required properties:                                6 Required properties:
  7 - compatible            : Shall contain:            7 - compatible            : Shall contain:
  8   * "apm,xgene-ahci"                                8   * "apm,xgene-ahci"
  9 - reg                   : First memory resourc      9 - reg                   : First memory resource shall be the AHCI memory
 10                           resource.                10                           resource.
 11                           Second memory resour     11                           Second memory resource shall be the host controller
 12                           core memory resource     12                           core memory resource.
 13                           Third memory resourc     13                           Third memory resource shall be the host controller
 14                           diagnostic memory re     14                           diagnostic memory resource.
 15                           4th memory resource      15                           4th memory resource shall be the host controller
 16                           AXI memory resource.     16                           AXI memory resource.
 17                           5th optional memory      17                           5th optional memory resource shall be the host
 18                           controller MUX memor     18                           controller MUX memory resource if required.
 19 - interrupts            : Interrupt-specifier      19 - interrupts            : Interrupt-specifier for SATA host controller IRQ.
 20 - clocks                : Reference to the clo     20 - clocks                : Reference to the clock entry.
 21 - phys                  : A list of phandles +     21 - phys                  : A list of phandles + phy-specifiers, one for each
 22                           entry in phy-names.      22                           entry in phy-names.
 23 - phy-names             : Should contain:          23 - phy-names             : Should contain:
 24   * "sata-phy" for the SATA 6.0Gbps PHY            24   * "sata-phy" for the SATA 6.0Gbps PHY
 25                                                    25 
 26 Optional properties:                               26 Optional properties:
 27 - dma-coherent          : Present if dma opera     27 - dma-coherent          : Present if dma operations are coherent
 28 - status                : Shall be "ok" if ena     28 - status                : Shall be "ok" if enabled or "disabled" if disabled.
 29                           Default is "ok".         29                           Default is "ok".
 30                                                    30 
 31 Example:                                           31 Example:
 32                 sataclk: sataclk {                 32                 sataclk: sataclk {
 33                         compatible = "fixed-cl     33                         compatible = "fixed-clock";
 34                         #clock-cells = <1>;        34                         #clock-cells = <1>;
 35                         clock-frequency = <100     35                         clock-frequency = <100000000>;
 36                         clock-output-names = "     36                         clock-output-names = "sataclk";
 37                 };                                 37                 };
 38                                                    38 
 39                 phy2: phy@1f22a000 {               39                 phy2: phy@1f22a000 {
 40                         compatible = "apm,xgen     40                         compatible = "apm,xgene-phy";
 41                         reg = <0x0 0x1f22a000      41                         reg = <0x0 0x1f22a000 0x0 0x100>;
 42                         #phy-cells = <1>;          42                         #phy-cells = <1>;
 43                 };                                 43                 };
 44                                                    44 
 45                 phy3: phy@1f23a000 {               45                 phy3: phy@1f23a000 {
 46                         compatible = "apm,xgen     46                         compatible = "apm,xgene-phy";
 47                         reg = <0x0 0x1f23a000      47                         reg = <0x0 0x1f23a000 0x0 0x100>;
 48                         #phy-cells = <1>;          48                         #phy-cells = <1>;
 49                 };                                 49                 };
 50                                                    50 
 51                 sata2: sata@1a400000 {             51                 sata2: sata@1a400000 {
 52                         compatible = "apm,xgen     52                         compatible = "apm,xgene-ahci";
 53                         reg = <0x0 0x1a400000      53                         reg = <0x0 0x1a400000 0x0 0x1000>,
 54                               <0x0 0x1f220000      54                               <0x0 0x1f220000 0x0 0x1000>,
 55                               <0x0 0x1f22d000      55                               <0x0 0x1f22d000 0x0 0x1000>,
 56                               <0x0 0x1f22e000      56                               <0x0 0x1f22e000 0x0 0x1000>,
 57                               <0x0 0x1f227000      57                               <0x0 0x1f227000 0x0 0x1000>;
 58                         interrupts = <0x0 0x87     58                         interrupts = <0x0 0x87 0x4>;
 59                         dma-coherent;              59                         dma-coherent;
 60                         clocks = <&sataclk 0>;     60                         clocks = <&sataclk 0>;
 61                         phys = <&phy2 0>;          61                         phys = <&phy2 0>;
 62                         phy-names = "sata-phy"     62                         phy-names = "sata-phy";
 63                 };                                 63                 };
 64                                                    64 
 65                 sata3: sata@1a800000 {             65                 sata3: sata@1a800000 {
 66                         compatible = "apm,xgen     66                         compatible = "apm,xgene-ahci-pcie";
 67                         reg = <0x0 0x1a800000      67                         reg = <0x0 0x1a800000 0x0 0x1000>,
 68                               <0x0 0x1f230000      68                               <0x0 0x1f230000 0x0 0x1000>,
 69                               <0x0 0x1f23d000      69                               <0x0 0x1f23d000 0x0 0x1000>,
 70                               <0x0 0x1f23e000      70                               <0x0 0x1f23e000 0x0 0x1000>,
 71                               <0x0 0x1f237000      71                               <0x0 0x1f237000 0x0 0x1000>;
 72                         interrupts = <0x0 0x88     72                         interrupts = <0x0 0x88 0x4>;
 73                         dma-coherent;              73                         dma-coherent;
 74                         clocks = <&sataclk 0>;     74                         clocks = <&sataclk 0>;
 75                         phys = <&phy3 0>;          75                         phys = <&phy3 0>;
 76                         phy-names = "sata-phy"     76                         phy-names = "sata-phy";
 77                 };                                 77                 };
                                                      

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