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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.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/infiniband/hisilicon-hns-roce.txt (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt (Version linux-5.6.19)


  1 Hisilicon RoCE DT description                       1 Hisilicon RoCE DT description
  2                                                     2 
  3 Hisilicon RoCE engine is a part of network sub      3 Hisilicon RoCE engine is a part of network subsystem.
  4 It works depending on other part of network su !!   4 It works depending on other part of network wubsytem, such as, gmac and
  5 dsa fabric.                                         5 dsa fabric.
  6                                                     6 
  7 Additional properties are described here:           7 Additional properties are described here:
  8                                                     8 
  9 Required properties:                                9 Required properties:
 10 - compatible: Should contain "hisilicon,hns-ro     10 - compatible: Should contain "hisilicon,hns-roce-v1".
 11 - reg: Physical base address of the RoCE drive     11 - reg: Physical base address of the RoCE driver and
 12 length of memory mapped region.                    12 length of memory mapped region.
 13 - eth-handle: phandle, specifies a reference t     13 - eth-handle: phandle, specifies a reference to a node
 14 representing a ethernet device.                    14 representing a ethernet device.
 15 - dsaf-handle: phandle, specifies a reference      15 - dsaf-handle: phandle, specifies a reference to a node
 16 representing a dsaf device.                        16 representing a dsaf device.
 17 - node_guid: a number that uniquely identifies     17 - node_guid: a number that uniquely identifies a device or component
 18 - #address-cells: must be 2                        18 - #address-cells: must be 2
 19 - #size-cells: must be 2                           19 - #size-cells: must be 2
 20 Optional properties:                               20 Optional properties:
 21 - dma-coherent: Present if DMA operations are      21 - dma-coherent: Present if DMA operations are coherent.
 22 - interrupts: should contain 32 completion eve     22 - interrupts: should contain 32 completion event irq,1 async event irq
 23 and 1 event overflow irq.                          23 and 1 event overflow irq.
 24 - interrupt-names:should be one of 34 irqs for     24 - interrupt-names:should be one of 34 irqs for roce device
 25   - hns-roce-comp-0 ~ hns-roce-comp-31: 32 com     25   - hns-roce-comp-0 ~ hns-roce-comp-31: 32 complete event irq
 26   - hns-roce-async: 1 async event irq              26   - hns-roce-async: 1 async event irq
 27   - hns-roce-common: named common exception wa     27   - hns-roce-common: named common exception warning irq
 28 Example:                                           28 Example:
 29         infiniband@c4000000 {                      29         infiniband@c4000000 {
 30                         compatible = "hisilico     30                         compatible = "hisilicon,hns-roce-v1";
 31                         reg = <0x0 0xc4000000      31                         reg = <0x0 0xc4000000 0x0 0x100000>;
 32                         dma-coherent;              32                         dma-coherent;
 33                         eth-handle = <&eth2 &e     33                         eth-handle = <&eth2 &eth3 &eth4 &eth5 &eth6 &eth7>;
 34                         dsaf-handle = <&soc0_d     34                         dsaf-handle = <&soc0_dsa>;
 35                         node-guid = [00 9A CD      35                         node-guid = [00 9A CD 00 00 01 02 03];
 36                         #address-cells = <2>;      36                         #address-cells = <2>;
 37                         #size-cells = <2>;         37                         #size-cells = <2>;
 38                         interrupt-parent = <&m     38                         interrupt-parent = <&mbigen_dsa>;
 39                         interrupts = <722 1>,      39                         interrupts = <722 1>,
 40                                         <723 1     40                                         <723 1>,
 41                                         <724 1     41                                         <724 1>,
 42                                         <725 1     42                                         <725 1>,
 43                                         <726 1     43                                         <726 1>,
 44                                         <727 1     44                                         <727 1>,
 45                                         <728 1     45                                         <728 1>,
 46                                         <729 1     46                                         <729 1>,
 47                                         <730 1     47                                         <730 1>,
 48                                         <731 1     48                                         <731 1>,
 49                                         <732 1     49                                         <732 1>,
 50                                         <733 1     50                                         <733 1>,
 51                                         <734 1     51                                         <734 1>,
 52                                         <735 1     52                                         <735 1>,
 53                                         <736 1     53                                         <736 1>,
 54                                         <737 1     54                                         <737 1>,
 55                                         <738 1     55                                         <738 1>,
 56                                         <739 1     56                                         <739 1>,
 57                                         <740 1     57                                         <740 1>,
 58                                         <741 1     58                                         <741 1>,
 59                                         <742 1     59                                         <742 1>,
 60                                         <743 1     60                                         <743 1>,
 61                                         <744 1     61                                         <744 1>,
 62                                         <745 1     62                                         <745 1>,
 63                                         <746 1     63                                         <746 1>,
 64                                         <747 1     64                                         <747 1>,
 65                                         <748 1     65                                         <748 1>,
 66                                         <749 1     66                                         <749 1>,
 67                                         <750 1     67                                         <750 1>,
 68                                         <751 1     68                                         <751 1>,
 69                                         <752 1     69                                         <752 1>,
 70                                         <753 1     70                                         <753 1>,
 71                                         <785 1     71                                         <785 1>,
 72                                         <754 4     72                                         <754 4>;
 73                                                    73 
 74                         interrupt-names = "hns     74                         interrupt-names = "hns-roce-comp-0",
 75                                         "hns-r     75                                         "hns-roce-comp-1",
 76                                         "hns-r     76                                         "hns-roce-comp-2",
 77                                         "hns-r     77                                         "hns-roce-comp-3",
 78                                         "hns-r     78                                         "hns-roce-comp-4",
 79                                         "hns-r     79                                         "hns-roce-comp-5",
 80                                         "hns-r     80                                         "hns-roce-comp-6",
 81                                         "hns-r     81                                         "hns-roce-comp-7",
 82                                         "hns-r     82                                         "hns-roce-comp-8",
 83                                         "hns-r     83                                         "hns-roce-comp-9",
 84                                         "hns-r     84                                         "hns-roce-comp-10",
 85                                         "hns-r     85                                         "hns-roce-comp-11",
 86                                         "hns-r     86                                         "hns-roce-comp-12",
 87                                         "hns-r     87                                         "hns-roce-comp-13",
 88                                         "hns-r     88                                         "hns-roce-comp-14",
 89                                         "hns-r     89                                         "hns-roce-comp-15",
 90                                         "hns-r     90                                         "hns-roce-comp-16",
 91                                         "hns-r     91                                         "hns-roce-comp-17",
 92                                         "hns-r     92                                         "hns-roce-comp-18",
 93                                         "hns-r     93                                         "hns-roce-comp-19",
 94                                         "hns-r     94                                         "hns-roce-comp-20",
 95                                         "hns-r     95                                         "hns-roce-comp-21",
 96                                         "hns-r     96                                         "hns-roce-comp-22",
 97                                         "hns-r     97                                         "hns-roce-comp-23",
 98                                         "hns-r     98                                         "hns-roce-comp-24",
 99                                         "hns-r     99                                         "hns-roce-comp-25",
100                                         "hns-r    100                                         "hns-roce-comp-26",
101                                         "hns-r    101                                         "hns-roce-comp-27",
102                                         "hns-r    102                                         "hns-roce-comp-28",
103                                         "hns-r    103                                         "hns-roce-comp-29",
104                                         "hns-r    104                                         "hns-roce-comp-30",
105                                         "hns-r    105                                         "hns-roce-comp-31",
106                                         "hns-r    106                                         "hns-roce-async",
107                                         "hns-r    107                                         "hns-roce-common";
108                 };                                108                 };
                                                      

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