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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/mips/cavium-octeon/octeon_68xx.dts

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 /scripts/dtc/include-prefixes/mips/cavium-octeon/octeon_68xx.dts (Architecture i386) and /scripts/dtc/include-prefixes/mips/cavium-octeon/octeon_68xx.dts (Architecture mips)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 /dts-v1/;                                           2 /dts-v1/;
  3 /*                                                  3 /*
  4  * OCTEON 68XX device tree skeleton.                4  * OCTEON 68XX device tree skeleton.
  5  *                                                  5  *
  6  * This device tree is pruned and patched by e      6  * This device tree is pruned and patched by early boot code before
  7  * use.  Because of this, it contains a super-      7  * use.  Because of this, it contains a super-set of the available
  8  * devices and properties.                          8  * devices and properties.
  9  */                                                 9  */
 10 / {                                                10 / {
 11         compatible = "cavium,octeon-6880";         11         compatible = "cavium,octeon-6880";
 12         #address-cells = <2>;                      12         #address-cells = <2>;
 13         #size-cells = <2>;                         13         #size-cells = <2>;
 14         interrupt-parent = <&ciu2>;                14         interrupt-parent = <&ciu2>;
 15                                                    15 
 16         soc@0 {                                    16         soc@0 {
 17                 compatible = "simple-bus";         17                 compatible = "simple-bus";
 18                 #address-cells = <2>;              18                 #address-cells = <2>;
 19                 #size-cells = <2>;                 19                 #size-cells = <2>;
 20                 ranges; /* Direct mapping */       20                 ranges; /* Direct mapping */
 21                                                    21 
 22                 ciu2: interrupt-controller@107     22                 ciu2: interrupt-controller@1070100000000 {
 23                         compatible = "cavium,o     23                         compatible = "cavium,octeon-6880-ciu2";
 24                         interrupt-controller;      24                         interrupt-controller;
 25                         /* Interrupts are spec     25                         /* Interrupts are specified by two parts:
 26                          * 1) Controller regis     26                          * 1) Controller register (0 or 7)
 27                          * 2) Bit within the r     27                          * 2) Bit within the register (0..63)
 28                          */                        28                          */
 29                         #address-cells = <0>;      29                         #address-cells = <0>;
 30                         #interrupt-cells = <2>     30                         #interrupt-cells = <2>;
 31                         reg = <0x10701 0x00000     31                         reg = <0x10701 0x00000000 0x0 0x4000000>;
 32                 };                                 32                 };
 33                                                    33 
 34                 gpio: gpio-controller@10700000     34                 gpio: gpio-controller@1070000000800 {
 35                         #gpio-cells = <2>;         35                         #gpio-cells = <2>;
 36                         compatible = "cavium,o     36                         compatible = "cavium,octeon-3860-gpio";
 37                         reg = <0x10700 0x00000     37                         reg = <0x10700 0x00000800 0x0 0x100>;
 38                         gpio-controller;           38                         gpio-controller;
 39                         /* Interrupts are spec     39                         /* Interrupts are specified by two parts:
 40                          * 1) GPIO pin number      40                          * 1) GPIO pin number (0..15)
 41                          * 2) Triggering (1 -      41                          * 2) Triggering (1 - edge rising
 42                          *                2 -      42                          *                2 - edge falling
 43                          *                4 -      43                          *                4 - level active high
 44                          *                8 -      44                          *                8 - level active low)
 45                          */                        45                          */
 46                         interrupt-controller;      46                         interrupt-controller;
 47                         #interrupt-cells = <2>     47                         #interrupt-cells = <2>;
 48                         /* The GPIO pins conne     48                         /* The GPIO pins connect to 16 consecutive CUI bits */
 49                         interrupts = <7 0>,  <     49                         interrupts = <7 0>,  <7 1>,  <7 2>,  <7 3>,
 50                                      <7 4>,  <     50                                      <7 4>,  <7 5>,  <7 6>,  <7 7>,
 51                                      <7 8>,  <     51                                      <7 8>,  <7 9>,  <7 10>, <7 11>,
 52                                      <7 12>, <     52                                      <7 12>, <7 13>, <7 14>, <7 15>;
 53                 };                                 53                 };
 54                                                    54 
 55                 smi0: mdio@1180000003800 {         55                 smi0: mdio@1180000003800 {
 56                         compatible = "cavium,o     56                         compatible = "cavium,octeon-3860-mdio";
 57                         #address-cells = <1>;      57                         #address-cells = <1>;
 58                         #size-cells = <0>;         58                         #size-cells = <0>;
 59                         reg = <0x11800 0x00003     59                         reg = <0x11800 0x00003800 0x0 0x40>;
 60                                                    60 
 61                         phy0: ethernet-phy@6 {     61                         phy0: ethernet-phy@6 {
 62                                 compatible = "     62                                 compatible = "marvell,88e1118";
 63                                 marvell,reg-in     63                                 marvell,reg-init =
 64                                         /* Fix     64                                         /* Fix rx and tx clock transition timing */
 65                                         <2 0x1     65                                         <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
 66                                         /* Adj     66                                         /* Adjust LED drive. */
 67                                         <3 0x1     67                                         <3 0x11 0 0x442a>, /* Reg 3,17 <- 0442a */
 68                                         /* irq     68                                         /* irq, blink-activity, blink-link */
 69                                         <3 0x1     69                                         <3 0x10 0 0x0242>; /* Reg 3,16 <- 0x0242 */
 70                                 reg = <6>;         70                                 reg = <6>;
 71                         };                         71                         };
 72                                                    72 
 73                         phy1: ethernet-phy@1 {     73                         phy1: ethernet-phy@1 {
 74                                 cavium,qlm-tri     74                                 cavium,qlm-trim = "4,sgmii";
 75                                 reg = <1>;         75                                 reg = <1>;
 76                                 compatible = "     76                                 compatible = "marvell,88e1149r";
 77                                 marvell,reg-in     77                                 marvell,reg-init = <3 0x10 0 0x5777>,
 78                                         <3 0x1     78                                         <3 0x11 0 0x00aa>,
 79                                         <3 0x1     79                                         <3 0x12 0 0x4105>,
 80                                         <3 0x1     80                                         <3 0x13 0 0x0a60>;
 81                         };                         81                         };
 82                         phy2: ethernet-phy@2 {     82                         phy2: ethernet-phy@2 {
 83                                 cavium,qlm-tri     83                                 cavium,qlm-trim = "4,sgmii";
 84                                 reg = <2>;         84                                 reg = <2>;
 85                                 compatible = "     85                                 compatible = "marvell,88e1149r";
 86                                 marvell,reg-in     86                                 marvell,reg-init = <3 0x10 0 0x5777>,
 87                                         <3 0x1     87                                         <3 0x11 0 0x00aa>,
 88                                         <3 0x1     88                                         <3 0x12 0 0x4105>,
 89                                         <3 0x1     89                                         <3 0x13 0 0x0a60>;
 90                         };                         90                         };
 91                         phy3: ethernet-phy@3 {     91                         phy3: ethernet-phy@3 {
 92                                 cavium,qlm-tri     92                                 cavium,qlm-trim = "4,sgmii";
 93                                 reg = <3>;         93                                 reg = <3>;
 94                                 compatible = "     94                                 compatible = "marvell,88e1149r";
 95                                 marvell,reg-in     95                                 marvell,reg-init = <3 0x10 0 0x5777>,
 96                                         <3 0x1     96                                         <3 0x11 0 0x00aa>,
 97                                         <3 0x1     97                                         <3 0x12 0 0x4105>,
 98                                         <3 0x1     98                                         <3 0x13 0 0x0a60>;
 99                         };                         99                         };
100                         phy4: ethernet-phy@4 {    100                         phy4: ethernet-phy@4 {
101                                 cavium,qlm-tri    101                                 cavium,qlm-trim = "4,sgmii";
102                                 reg = <4>;        102                                 reg = <4>;
103                                 compatible = "    103                                 compatible = "marvell,88e1149r";
104                                 marvell,reg-in    104                                 marvell,reg-init = <3 0x10 0 0x5777>,
105                                         <3 0x1    105                                         <3 0x11 0 0x00aa>,
106                                         <3 0x1    106                                         <3 0x12 0 0x4105>,
107                                         <3 0x1    107                                         <3 0x13 0 0x0a60>;
108                         };                        108                         };
109                 };                                109                 };
110                                                   110 
111                 smi1: mdio@1180000003880 {        111                 smi1: mdio@1180000003880 {
112                         compatible = "cavium,o    112                         compatible = "cavium,octeon-3860-mdio";
113                         #address-cells = <1>;     113                         #address-cells = <1>;
114                         #size-cells = <0>;        114                         #size-cells = <0>;
115                         reg = <0x11800 0x00003    115                         reg = <0x11800 0x00003880 0x0 0x40>;
116                                                   116 
117                         phy41: ethernet-phy@1     117                         phy41: ethernet-phy@1 {
118                                 cavium,qlm-tri    118                                 cavium,qlm-trim = "0,sgmii";
119                                 reg = <1>;        119                                 reg = <1>;
120                                 compatible = "    120                                 compatible = "marvell,88e1149r";
121                                 marvell,reg-in    121                                 marvell,reg-init = <3 0x10 0 0x5777>,
122                                         <3 0x1    122                                         <3 0x11 0 0x00aa>,
123                                         <3 0x1    123                                         <3 0x12 0 0x4105>,
124                                         <3 0x1    124                                         <3 0x13 0 0x0a60>;
125                         };                        125                         };
126                         phy42: ethernet-phy@2     126                         phy42: ethernet-phy@2 {
127                                 cavium,qlm-tri    127                                 cavium,qlm-trim = "0,sgmii";
128                                 reg = <2>;        128                                 reg = <2>;
129                                 compatible = "    129                                 compatible = "marvell,88e1149r";
130                                 marvell,reg-in    130                                 marvell,reg-init = <3 0x10 0 0x5777>,
131                                         <3 0x1    131                                         <3 0x11 0 0x00aa>,
132                                         <3 0x1    132                                         <3 0x12 0 0x4105>,
133                                         <3 0x1    133                                         <3 0x13 0 0x0a60>;
134                         };                        134                         };
135                         phy43: ethernet-phy@3     135                         phy43: ethernet-phy@3 {
136                                 cavium,qlm-tri    136                                 cavium,qlm-trim = "0,sgmii";
137                                 reg = <3>;        137                                 reg = <3>;
138                                 compatible = "    138                                 compatible = "marvell,88e1149r";
139                                 marvell,reg-in    139                                 marvell,reg-init = <3 0x10 0 0x5777>,
140                                         <3 0x1    140                                         <3 0x11 0 0x00aa>,
141                                         <3 0x1    141                                         <3 0x12 0 0x4105>,
142                                         <3 0x1    142                                         <3 0x13 0 0x0a60>;
143                         };                        143                         };
144                         phy44: ethernet-phy@4     144                         phy44: ethernet-phy@4 {
145                                 cavium,qlm-tri    145                                 cavium,qlm-trim = "0,sgmii";
146                                 reg = <4>;        146                                 reg = <4>;
147                                 compatible = "    147                                 compatible = "marvell,88e1149r";
148                                 marvell,reg-in    148                                 marvell,reg-init = <3 0x10 0 0x5777>,
149                                         <3 0x1    149                                         <3 0x11 0 0x00aa>,
150                                         <3 0x1    150                                         <3 0x12 0 0x4105>,
151                                         <3 0x1    151                                         <3 0x13 0 0x0a60>;
152                         };                        152                         };
153                 };                                153                 };
154                                                   154 
155                 smi2: mdio@1180000003900 {        155                 smi2: mdio@1180000003900 {
156                         compatible = "cavium,o    156                         compatible = "cavium,octeon-3860-mdio";
157                         #address-cells = <1>;     157                         #address-cells = <1>;
158                         #size-cells = <0>;        158                         #size-cells = <0>;
159                         reg = <0x11800 0x00003    159                         reg = <0x11800 0x00003900 0x0 0x40>;
160                                                   160 
161                         phy21: ethernet-phy@1     161                         phy21: ethernet-phy@1 {
162                                 cavium,qlm-tri    162                                 cavium,qlm-trim = "2,sgmii";
163                                 reg = <1>;        163                                 reg = <1>;
164                                 compatible = "    164                                 compatible = "marvell,88e1149r";
165                                 marvell,reg-in    165                                 marvell,reg-init = <3 0x10 0 0x5777>,
166                                         <3 0x1    166                                         <3 0x11 0 0x00aa>,
167                                         <3 0x1    167                                         <3 0x12 0 0x4105>,
168                                         <3 0x1    168                                         <3 0x13 0 0x0a60>;
169                         };                        169                         };
170                         phy22: ethernet-phy@2     170                         phy22: ethernet-phy@2 {
171                                 cavium,qlm-tri    171                                 cavium,qlm-trim = "2,sgmii";
172                                 reg = <2>;        172                                 reg = <2>;
173                                 compatible = "    173                                 compatible = "marvell,88e1149r";
174                                 marvell,reg-in    174                                 marvell,reg-init = <3 0x10 0 0x5777>,
175                                         <3 0x1    175                                         <3 0x11 0 0x00aa>,
176                                         <3 0x1    176                                         <3 0x12 0 0x4105>,
177                                         <3 0x1    177                                         <3 0x13 0 0x0a60>;
178                         };                        178                         };
179                         phy23: ethernet-phy@3     179                         phy23: ethernet-phy@3 {
180                                 cavium,qlm-tri    180                                 cavium,qlm-trim = "2,sgmii";
181                                 reg = <3>;        181                                 reg = <3>;
182                                 compatible = "    182                                 compatible = "marvell,88e1149r";
183                                 marvell,reg-in    183                                 marvell,reg-init = <3 0x10 0 0x5777>,
184                                         <3 0x1    184                                         <3 0x11 0 0x00aa>,
185                                         <3 0x1    185                                         <3 0x12 0 0x4105>,
186                                         <3 0x1    186                                         <3 0x13 0 0x0a60>;
187                         };                        187                         };
188                         phy24: ethernet-phy@4     188                         phy24: ethernet-phy@4 {
189                                 cavium,qlm-tri    189                                 cavium,qlm-trim = "2,sgmii";
190                                 reg = <4>;        190                                 reg = <4>;
191                                 compatible = "    191                                 compatible = "marvell,88e1149r";
192                                 marvell,reg-in    192                                 marvell,reg-init = <3 0x10 0 0x5777>,
193                                         <3 0x1    193                                         <3 0x11 0 0x00aa>,
194                                         <3 0x1    194                                         <3 0x12 0 0x4105>,
195                                         <3 0x1    195                                         <3 0x13 0 0x0a60>;
196                         };                        196                         };
197                 };                                197                 };
198                                                   198 
199                 smi3: mdio@1180000003980 {        199                 smi3: mdio@1180000003980 {
200                         compatible = "cavium,o    200                         compatible = "cavium,octeon-3860-mdio";
201                         #address-cells = <1>;     201                         #address-cells = <1>;
202                         #size-cells = <0>;        202                         #size-cells = <0>;
203                         reg = <0x11800 0x00003    203                         reg = <0x11800 0x00003980 0x0 0x40>;
204                                                   204 
205                         phy11: ethernet-phy@1     205                         phy11: ethernet-phy@1 {
206                                 cavium,qlm-tri    206                                 cavium,qlm-trim = "3,sgmii";
207                                 reg = <1>;        207                                 reg = <1>;
208                                 compatible = "    208                                 compatible = "marvell,88e1149r";
209                                 marvell,reg-in    209                                 marvell,reg-init = <3 0x10 0 0x5777>,
210                                         <3 0x1    210                                         <3 0x11 0 0x00aa>,
211                                         <3 0x1    211                                         <3 0x12 0 0x4105>,
212                                         <3 0x1    212                                         <3 0x13 0 0x0a60>;
213                         };                        213                         };
214                         phy12: ethernet-phy@2     214                         phy12: ethernet-phy@2 {
215                                 cavium,qlm-tri    215                                 cavium,qlm-trim = "3,sgmii";
216                                 reg = <2>;        216                                 reg = <2>;
217                                 compatible = "    217                                 compatible = "marvell,88e1149r";
218                                 marvell,reg-in    218                                 marvell,reg-init = <3 0x10 0 0x5777>,
219                                         <3 0x1    219                                         <3 0x11 0 0x00aa>,
220                                         <3 0x1    220                                         <3 0x12 0 0x4105>,
221                                         <3 0x1    221                                         <3 0x13 0 0x0a60>;
222                         };                        222                         };
223                         phy13: ethernet-phy@3     223                         phy13: ethernet-phy@3 {
224                                 cavium,qlm-tri    224                                 cavium,qlm-trim = "3,sgmii";
225                                 reg = <3>;        225                                 reg = <3>;
226                                 compatible = "    226                                 compatible = "marvell,88e1149r";
227                                 marvell,reg-in    227                                 marvell,reg-init = <3 0x10 0 0x5777>,
228                                         <3 0x1    228                                         <3 0x11 0 0x00aa>,
229                                         <3 0x1    229                                         <3 0x12 0 0x4105>,
230                                         <3 0x1    230                                         <3 0x13 0 0x0a60>;
231                         };                        231                         };
232                         phy14: ethernet-phy@4     232                         phy14: ethernet-phy@4 {
233                                 cavium,qlm-tri    233                                 cavium,qlm-trim = "3,sgmii";
234                                 reg = <4>;        234                                 reg = <4>;
235                                 compatible = "    235                                 compatible = "marvell,88e1149r";
236                                 marvell,reg-in    236                                 marvell,reg-init = <3 0x10 0 0x5777>,
237                                         <3 0x1    237                                         <3 0x11 0 0x00aa>,
238                                         <3 0x1    238                                         <3 0x12 0 0x4105>,
239                                         <3 0x1    239                                         <3 0x13 0 0x0a60>;
240                         };                        240                         };
241                 };                                241                 };
242                                                   242 
243                 mix0: ethernet@1070000100000 {    243                 mix0: ethernet@1070000100000 {
244                         compatible = "cavium,o    244                         compatible = "cavium,octeon-5750-mix";
245                         reg = <0x10700 0x00100    245                         reg = <0x10700 0x00100000 0x0 0x100>, /* MIX */
246                               <0x11800 0xE0000    246                               <0x11800 0xE0000000 0x0 0x300>, /* AGL */
247                               <0x11800 0xE0000    247                               <0x11800 0xE0000400 0x0 0x400>, /* AGL_SHARED  */
248                               <0x11800 0xE0002    248                               <0x11800 0xE0002000 0x0 0x8>;   /* AGL_PRT_CTL */
249                         cell-index = <0>;         249                         cell-index = <0>;
250                         interrupts = <6 40>, <    250                         interrupts = <6 40>, <6 32>;
251                         local-mac-address = [     251                         local-mac-address = [ 00 00 00 00 00 00 ];
252                         phy-handle = <&phy0>;     252                         phy-handle = <&phy0>;
253                 };                                253                 };
254                                                   254 
255                 pip: pip@11800a0000000 {          255                 pip: pip@11800a0000000 {
256                         compatible = "cavium,o    256                         compatible = "cavium,octeon-3860-pip";
257                         #address-cells = <1>;     257                         #address-cells = <1>;
258                         #size-cells = <0>;        258                         #size-cells = <0>;
259                         reg = <0x11800 0xa0000    259                         reg = <0x11800 0xa0000000 0x0 0x2000>;
260                                                   260 
261                         interface@4 {             261                         interface@4 {
262                                 compatible = "    262                                 compatible = "cavium,octeon-3860-pip-interface";
263                                 #address-cells    263                                 #address-cells = <1>;
264                                 #size-cells =     264                                 #size-cells = <0>;
265                                 reg = <0x4>; /    265                                 reg = <0x4>; /* interface */
266                                                   266 
267                                 ethernet@0 {      267                                 ethernet@0 {
268                                         compat    268                                         compatible = "cavium,octeon-3860-pip-port";
269                                         reg =     269                                         reg = <0x0>; /* Port */
270                                         local-    270                                         local-mac-address = [ 00 00 00 00 00 00 ];
271                                         phy-ha    271                                         phy-handle = <&phy1>;
272                                 };                272                                 };
273                                 ethernet@1 {      273                                 ethernet@1 {
274                                         compat    274                                         compatible = "cavium,octeon-3860-pip-port";
275                                         reg =     275                                         reg = <0x1>; /* Port */
276                                         local-    276                                         local-mac-address = [ 00 00 00 00 00 00 ];
277                                         phy-ha    277                                         phy-handle = <&phy2>;
278                                 };                278                                 };
279                                 ethernet@2 {      279                                 ethernet@2 {
280                                         compat    280                                         compatible = "cavium,octeon-3860-pip-port";
281                                         reg =     281                                         reg = <0x2>; /* Port */
282                                         local-    282                                         local-mac-address = [ 00 00 00 00 00 00 ];
283                                         phy-ha    283                                         phy-handle = <&phy3>;
284                                 };                284                                 };
285                                 ethernet@3 {      285                                 ethernet@3 {
286                                         compat    286                                         compatible = "cavium,octeon-3860-pip-port";
287                                         reg =     287                                         reg = <0x3>; /* Port */
288                                         local-    288                                         local-mac-address = [ 00 00 00 00 00 00 ];
289                                         phy-ha    289                                         phy-handle = <&phy4>;
290                                 };                290                                 };
291                         };                        291                         };
292                                                   292 
293                         interface@3 {             293                         interface@3 {
294                                 compatible = "    294                                 compatible = "cavium,octeon-3860-pip-interface";
295                                 #address-cells    295                                 #address-cells = <1>;
296                                 #size-cells =     296                                 #size-cells = <0>;
297                                 reg = <0x3>; /    297                                 reg = <0x3>; /* interface */
298                                                   298 
299                                 ethernet@0 {      299                                 ethernet@0 {
300                                         compat    300                                         compatible = "cavium,octeon-3860-pip-port";
301                                         reg =     301                                         reg = <0x0>; /* Port */
302                                         local-    302                                         local-mac-address = [ 00 00 00 00 00 00 ];
303                                         phy-ha    303                                         phy-handle = <&phy11>;
304                                 };                304                                 };
305                                 ethernet@1 {      305                                 ethernet@1 {
306                                         compat    306                                         compatible = "cavium,octeon-3860-pip-port";
307                                         reg =     307                                         reg = <0x1>; /* Port */
308                                         local-    308                                         local-mac-address = [ 00 00 00 00 00 00 ];
309                                         phy-ha    309                                         phy-handle = <&phy12>;
310                                 };                310                                 };
311                                 ethernet@2 {      311                                 ethernet@2 {
312                                         compat    312                                         compatible = "cavium,octeon-3860-pip-port";
313                                         reg =     313                                         reg = <0x2>; /* Port */
314                                         local-    314                                         local-mac-address = [ 00 00 00 00 00 00 ];
315                                         phy-ha    315                                         phy-handle = <&phy13>;
316                                 };                316                                 };
317                                 ethernet@3 {      317                                 ethernet@3 {
318                                         compat    318                                         compatible = "cavium,octeon-3860-pip-port";
319                                         reg =     319                                         reg = <0x3>; /* Port */
320                                         local-    320                                         local-mac-address = [ 00 00 00 00 00 00 ];
321                                         phy-ha    321                                         phy-handle = <&phy14>;
322                                 };                322                                 };
323                         };                        323                         };
324                                                   324 
325                         interface@2 {             325                         interface@2 {
326                                 compatible = "    326                                 compatible = "cavium,octeon-3860-pip-interface";
327                                 #address-cells    327                                 #address-cells = <1>;
328                                 #size-cells =     328                                 #size-cells = <0>;
329                                 reg = <0x2>; /    329                                 reg = <0x2>; /* interface */
330                                                   330 
331                                 ethernet@0 {      331                                 ethernet@0 {
332                                         compat    332                                         compatible = "cavium,octeon-3860-pip-port";
333                                         reg =     333                                         reg = <0x0>; /* Port */
334                                         local-    334                                         local-mac-address = [ 00 00 00 00 00 00 ];
335                                         phy-ha    335                                         phy-handle = <&phy21>;
336                                 };                336                                 };
337                                 ethernet@1 {      337                                 ethernet@1 {
338                                         compat    338                                         compatible = "cavium,octeon-3860-pip-port";
339                                         reg =     339                                         reg = <0x1>; /* Port */
340                                         local-    340                                         local-mac-address = [ 00 00 00 00 00 00 ];
341                                         phy-ha    341                                         phy-handle = <&phy22>;
342                                 };                342                                 };
343                                 ethernet@2 {      343                                 ethernet@2 {
344                                         compat    344                                         compatible = "cavium,octeon-3860-pip-port";
345                                         reg =     345                                         reg = <0x2>; /* Port */
346                                         local-    346                                         local-mac-address = [ 00 00 00 00 00 00 ];
347                                         phy-ha    347                                         phy-handle = <&phy23>;
348                                 };                348                                 };
349                                 ethernet@3 {      349                                 ethernet@3 {
350                                         compat    350                                         compatible = "cavium,octeon-3860-pip-port";
351                                         reg =     351                                         reg = <0x3>; /* Port */
352                                         local-    352                                         local-mac-address = [ 00 00 00 00 00 00 ];
353                                         phy-ha    353                                         phy-handle = <&phy24>;
354                                 };                354                                 };
355                         };                        355                         };
356                                                   356 
357                         interface@1 {             357                         interface@1 {
358                                 compatible = "    358                                 compatible = "cavium,octeon-3860-pip-interface";
359                                 #address-cells    359                                 #address-cells = <1>;
360                                 #size-cells =     360                                 #size-cells = <0>;
361                                 reg = <0x1>; /    361                                 reg = <0x1>; /* interface */
362                                                   362 
363                                 ethernet@0 {      363                                 ethernet@0 {
364                                         compat    364                                         compatible = "cavium,octeon-3860-pip-port";
365                                         reg =     365                                         reg = <0x0>; /* Port */
366                                         local-    366                                         local-mac-address = [ 00 00 00 00 00 00 ];
367                                 };                367                                 };
368                         };                        368                         };
369                                                   369 
370                         interface@0 {             370                         interface@0 {
371                                 compatible = "    371                                 compatible = "cavium,octeon-3860-pip-interface";
372                                 #address-cells    372                                 #address-cells = <1>;
373                                 #size-cells =     373                                 #size-cells = <0>;
374                                 reg = <0x0>; /    374                                 reg = <0x0>; /* interface */
375                                                   375 
376                                 ethernet@0 {      376                                 ethernet@0 {
377                                         compat    377                                         compatible = "cavium,octeon-3860-pip-port";
378                                         reg =     378                                         reg = <0x0>; /* Port */
379                                         local-    379                                         local-mac-address = [ 00 00 00 00 00 00 ];
380                                         phy-ha    380                                         phy-handle = <&phy41>;
381                                 };                381                                 };
382                                 ethernet@1 {      382                                 ethernet@1 {
383                                         compat    383                                         compatible = "cavium,octeon-3860-pip-port";
384                                         reg =     384                                         reg = <0x1>; /* Port */
385                                         local-    385                                         local-mac-address = [ 00 00 00 00 00 00 ];
386                                         phy-ha    386                                         phy-handle = <&phy42>;
387                                 };                387                                 };
388                                 ethernet@2 {      388                                 ethernet@2 {
389                                         compat    389                                         compatible = "cavium,octeon-3860-pip-port";
390                                         reg =     390                                         reg = <0x2>; /* Port */
391                                         local-    391                                         local-mac-address = [ 00 00 00 00 00 00 ];
392                                         phy-ha    392                                         phy-handle = <&phy43>;
393                                 };                393                                 };
394                                 ethernet@3 {      394                                 ethernet@3 {
395                                         compat    395                                         compatible = "cavium,octeon-3860-pip-port";
396                                         reg =     396                                         reg = <0x3>; /* Port */
397                                         local-    397                                         local-mac-address = [ 00 00 00 00 00 00 ];
398                                         phy-ha    398                                         phy-handle = <&phy44>;
399                                 };                399                                 };
400                         };                        400                         };
401                 };                                401                 };
402                                                   402 
403                 twsi0: i2c@1180000001000 {        403                 twsi0: i2c@1180000001000 {
404                         #address-cells = <1>;     404                         #address-cells = <1>;
405                         #size-cells = <0>;        405                         #size-cells = <0>;
406                         compatible = "cavium,o    406                         compatible = "cavium,octeon-3860-twsi";
407                         reg = <0x11800 0x00001    407                         reg = <0x11800 0x00001000 0x0 0x200>;
408                         interrupts = <3 32>;      408                         interrupts = <3 32>;
409                         clock-frequency = <100    409                         clock-frequency = <100000>;
410                                                   410 
411                         rtc@68 {                  411                         rtc@68 {
412                                 compatible = "    412                                 compatible = "dallas,ds1337";
413                                 reg = <0x68>;     413                                 reg = <0x68>;
414                         };                        414                         };
415                         tmp@4c {                  415                         tmp@4c {
416                                 compatible = "    416                                 compatible = "ti,tmp421";
417                                 reg = <0x4c>;     417                                 reg = <0x4c>;
418                         };                        418                         };
419                 };                                419                 };
420                                                   420 
421                 twsi1: i2c@1180000001200 {        421                 twsi1: i2c@1180000001200 {
422                         #address-cells = <1>;     422                         #address-cells = <1>;
423                         #size-cells = <0>;        423                         #size-cells = <0>;
424                         compatible = "cavium,o    424                         compatible = "cavium,octeon-3860-twsi";
425                         reg = <0x11800 0x00001    425                         reg = <0x11800 0x00001200 0x0 0x200>;
426                         interrupts = <3 33>;      426                         interrupts = <3 33>;
427                         clock-frequency = <100    427                         clock-frequency = <100000>;
428                 };                                428                 };
429                                                   429 
430                 uart0: serial@1180000000800 {     430                 uart0: serial@1180000000800 {
431                         compatible = "cavium,o    431                         compatible = "cavium,octeon-3860-uart","ns16550";
432                         reg = <0x11800 0x00000    432                         reg = <0x11800 0x00000800 0x0 0x400>;
433                         clock-frequency = <0>;    433                         clock-frequency = <0>;
434                         current-speed = <11520    434                         current-speed = <115200>;
435                         reg-shift = <3>;          435                         reg-shift = <3>;
436                         interrupts = <3 36>;      436                         interrupts = <3 36>;
437                 };                                437                 };
438                                                   438 
439                 uart1: serial@1180000000c00 {     439                 uart1: serial@1180000000c00 {
440                         compatible = "cavium,o    440                         compatible = "cavium,octeon-3860-uart","ns16550";
441                         reg = <0x11800 0x00000    441                         reg = <0x11800 0x00000c00 0x0 0x400>;
442                         clock-frequency = <0>;    442                         clock-frequency = <0>;
443                         current-speed = <11520    443                         current-speed = <115200>;
444                         reg-shift = <3>;          444                         reg-shift = <3>;
445                         interrupts = <3 37>;      445                         interrupts = <3 37>;
446                 };                                446                 };
447                                                   447 
448                 bootbus: bootbus@1180000000000    448                 bootbus: bootbus@1180000000000 {
449                         compatible = "cavium,o    449                         compatible = "cavium,octeon-3860-bootbus";
450                         reg = <0x11800 0x00000    450                         reg = <0x11800 0x00000000 0x0 0x200>;
451                         /* The chip select num    451                         /* The chip select number and offset */
452                         #address-cells = <2>;     452                         #address-cells = <2>;
453                         /* The size of the chi    453                         /* The size of the chip select region */
454                         #size-cells = <1>;        454                         #size-cells = <1>;
455                         ranges = <0 0  0          455                         ranges = <0 0  0       0x1f400000  0xc00000>,
456                                  <1 0  0x10000    456                                  <1 0  0x10000 0x30000000  0>,
457                                  <2 0  0x10000    457                                  <2 0  0x10000 0x40000000  0>,
458                                  <3 0  0x10000    458                                  <3 0  0x10000 0x50000000  0>,
459                                  <4 0  0          459                                  <4 0  0       0x1d020000  0x10000>,
460                                  <5 0  0          460                                  <5 0  0       0x1d040000  0x10000>,
461                                  <6 0  0          461                                  <6 0  0       0x1d050000  0x10000>,
462                                  <7 0  0x10000    462                                  <7 0  0x10000 0x90000000  0>;
463                                                   463 
464                         cavium,cs-config@0 {      464                         cavium,cs-config@0 {
465                                 compatible = "    465                                 compatible = "cavium,octeon-3860-bootbus-config";
466                                 cavium,cs-inde    466                                 cavium,cs-index = <0>;
467                                 cavium,t-adr      467                                 cavium,t-adr  = <10>;
468                                 cavium,t-ce       468                                 cavium,t-ce   = <50>;
469                                 cavium,t-oe       469                                 cavium,t-oe   = <50>;
470                                 cavium,t-we       470                                 cavium,t-we   = <35>;
471                                 cavium,t-rd-hl    471                                 cavium,t-rd-hld = <25>;
472                                 cavium,t-wr-hl    472                                 cavium,t-wr-hld = <35>;
473                                 cavium,t-pause    473                                 cavium,t-pause  = <0>;
474                                 cavium,t-wait     474                                 cavium,t-wait   = <300>;
475                                 cavium,t-page     475                                 cavium,t-page   = <25>;
476                                 cavium,t-rd-dl    476                                 cavium,t-rd-dly = <0>;
477                                                   477 
478                                 cavium,pages      478                                 cavium,pages     = <0>;
479                                 cavium,bus-wid    479                                 cavium,bus-width = <8>;
480                         };                        480                         };
481                         cavium,cs-config@4 {      481                         cavium,cs-config@4 {
482                                 compatible = "    482                                 compatible = "cavium,octeon-3860-bootbus-config";
483                                 cavium,cs-inde    483                                 cavium,cs-index = <4>;
484                                 cavium,t-adr      484                                 cavium,t-adr  = <320>;
485                                 cavium,t-ce       485                                 cavium,t-ce   = <320>;
486                                 cavium,t-oe       486                                 cavium,t-oe   = <320>;
487                                 cavium,t-we       487                                 cavium,t-we   = <320>;
488                                 cavium,t-rd-hl    488                                 cavium,t-rd-hld = <320>;
489                                 cavium,t-wr-hl    489                                 cavium,t-wr-hld = <320>;
490                                 cavium,t-pause    490                                 cavium,t-pause  = <320>;
491                                 cavium,t-wait     491                                 cavium,t-wait   = <320>;
492                                 cavium,t-page     492                                 cavium,t-page   = <320>;
493                                 cavium,t-rd-dl    493                                 cavium,t-rd-dly = <0>;
494                                                   494 
495                                 cavium,pages      495                                 cavium,pages     = <0>;
496                                 cavium,bus-wid    496                                 cavium,bus-width = <8>;
497                         };                        497                         };
498                         cavium,cs-config@5 {      498                         cavium,cs-config@5 {
499                                 compatible = "    499                                 compatible = "cavium,octeon-3860-bootbus-config";
500                                 cavium,cs-inde    500                                 cavium,cs-index = <5>;
501                                 cavium,t-adr      501                                 cavium,t-adr  = <0>;
502                                 cavium,t-ce       502                                 cavium,t-ce   = <300>;
503                                 cavium,t-oe       503                                 cavium,t-oe   = <125>;
504                                 cavium,t-we       504                                 cavium,t-we   = <150>;
505                                 cavium,t-rd-hl    505                                 cavium,t-rd-hld = <100>;
506                                 cavium,t-wr-hl    506                                 cavium,t-wr-hld = <300>;
507                                 cavium,t-pause    507                                 cavium,t-pause  = <0>;
508                                 cavium,t-wait     508                                 cavium,t-wait   = <300>;
509                                 cavium,t-page     509                                 cavium,t-page   = <310>;
510                                 cavium,t-rd-dl    510                                 cavium,t-rd-dly = <0>;
511                                                   511 
512                                 cavium,pages      512                                 cavium,pages     = <0>;
513                                 cavium,bus-wid    513                                 cavium,bus-width = <16>;
514                         };                        514                         };
515                         cavium,cs-config@6 {      515                         cavium,cs-config@6 {
516                                 compatible = "    516                                 compatible = "cavium,octeon-3860-bootbus-config";
517                                 cavium,cs-inde    517                                 cavium,cs-index = <6>;
518                                 cavium,t-adr      518                                 cavium,t-adr  = <0>;
519                                 cavium,t-ce       519                                 cavium,t-ce   = <30>;
520                                 cavium,t-oe       520                                 cavium,t-oe   = <125>;
521                                 cavium,t-we       521                                 cavium,t-we   = <150>;
522                                 cavium,t-rd-hl    522                                 cavium,t-rd-hld = <100>;
523                                 cavium,t-wr-hl    523                                 cavium,t-wr-hld = <30>;
524                                 cavium,t-pause    524                                 cavium,t-pause  = <0>;
525                                 cavium,t-wait     525                                 cavium,t-wait   = <30>;
526                                 cavium,t-page     526                                 cavium,t-page   = <310>;
527                                 cavium,t-rd-dl    527                                 cavium,t-rd-dly = <0>;
528                                                   528 
529                                 cavium,pages      529                                 cavium,pages     = <0>;
530                                 cavium,wait-mo    530                                 cavium,wait-mode;
531                                 cavium,bus-wid    531                                 cavium,bus-width = <16>;
532                         };                        532                         };
533                                                   533 
534                         flash0: nor@0,0 {         534                         flash0: nor@0,0 {
535                                 compatible = "    535                                 compatible = "cfi-flash";
536                                 reg = <0 0 0x8    536                                 reg = <0 0 0x800000>;
537                                 #address-cells    537                                 #address-cells = <1>;
538                                 #size-cells =     538                                 #size-cells = <1>;
539                                                   539 
540                                 partition@0 {     540                                 partition@0 {
541                                         label     541                                         label = "bootloader";
542                                         reg =     542                                         reg = <0 0x200000>;
543                                         read-o    543                                         read-only;
544                                 };                544                                 };
545                                 partition@2000    545                                 partition@200000 {
546                                         label     546                                         label = "kernel";
547                                         reg =     547                                         reg = <0x200000 0x200000>;
548                                 };                548                                 };
549                                 partition@4000    549                                 partition@400000 {
550                                         label     550                                         label = "cramfs";
551                                         reg =     551                                         reg = <0x400000 0x3fe000>;
552                                 };                552                                 };
553                                 partition@7fe0    553                                 partition@7fe000 {
554                                         label     554                                         label = "environment";
555                                         reg =     555                                         reg = <0x7fe000 0x2000>;
556                                         read-o    556                                         read-only;
557                                 };                557                                 };
558                         };                        558                         };
559                                                   559 
560                         led0: led-display@4,0     560                         led0: led-display@4,0 {
561                                 compatible = "    561                                 compatible = "avago,hdsp-253x";
562                                 reg = <4 0x20     562                                 reg = <4 0x20 0x20>, <4 0 0x20>;
563                         };                        563                         };
564                                                   564 
565                         compact-flash@5,0 {       565                         compact-flash@5,0 {
566                                 compatible = "    566                                 compatible = "cavium,ebt3000-compact-flash";
567                                 reg = <5 0 0x1    567                                 reg = <5 0 0x10000>, <6 0 0x10000>;
568                                 cavium,bus-wid    568                                 cavium,bus-width = <16>;
569                                 cavium,true-id    569                                 cavium,true-ide;
570                                 cavium,dma-eng    570                                 cavium,dma-engine-handle = <&dma0>;
571                         };                        571                         };
572                 };                                572                 };
573                                                   573 
574                 dma0: dma-engine@1180000000100    574                 dma0: dma-engine@1180000000100 {
575                         compatible = "cavium,o    575                         compatible = "cavium,octeon-5750-bootbus-dma";
576                         reg = <0x11800 0x00000    576                         reg = <0x11800 0x00000100 0x0 0x8>;
577                         interrupts = <0 63>;      577                         interrupts = <0 63>;
578                 };                                578                 };
579                 dma1: dma-engine@1180000000108    579                 dma1: dma-engine@1180000000108 {
580                         compatible = "cavium,o    580                         compatible = "cavium,octeon-5750-bootbus-dma";
581                         reg = <0x11800 0x00000    581                         reg = <0x11800 0x00000108 0x0 0x8>;
582                         interrupts = <0 63>;      582                         interrupts = <0 63>;
583                 };                                583                 };
584                                                   584 
585                 uctl: uctl@118006f000000 {        585                 uctl: uctl@118006f000000 {
586                         compatible = "cavium,o    586                         compatible = "cavium,octeon-6335-uctl";
587                         reg = <0x11800 0x6f000    587                         reg = <0x11800 0x6f000000 0x0 0x100>;
588                         ranges; /* Direct mapp    588                         ranges; /* Direct mapping */
589                         #address-cells = <2>;     589                         #address-cells = <2>;
590                         #size-cells = <2>;        590                         #size-cells = <2>;
591                         /* 12MHz, 24MHz and 48    591                         /* 12MHz, 24MHz and 48MHz allowed */
592                         refclk-frequency = <12    592                         refclk-frequency = <12000000>;
593                         /* Either "crystal" or    593                         /* Either "crystal" or "external" */
594                         refclk-type = "crystal    594                         refclk-type = "crystal";
595                                                   595 
596                         ehci@16f0000000000 {      596                         ehci@16f0000000000 {
597                                 compatible = "    597                                 compatible = "cavium,octeon-6335-ehci","usb-ehci";
598                                 reg = <0x16f00    598                                 reg = <0x16f00 0x00000000 0x0 0x100>;
599                                 interrupts = <    599                                 interrupts = <3 44>;
600                                 big-endian-reg    600                                 big-endian-regs;
601                         };                        601                         };
602                         ohci@16f0000000400 {      602                         ohci@16f0000000400 {
603                                 compatible = "    603                                 compatible = "cavium,octeon-6335-ohci","usb-ohci";
604                                 reg = <0x16f00    604                                 reg = <0x16f00 0x00000400 0x0 0x100>;
605                                 interrupts = <    605                                 interrupts = <3 44>;
606                                 big-endian-reg    606                                 big-endian-regs;
607                         };                        607                         };
608                 };                                608                 };
609         };                                        609         };
610                                                   610 
611         aliases {                                 611         aliases {
612                 mix0 = &mix0;                     612                 mix0 = &mix0;
613                 pip = &pip;                       613                 pip = &pip;
614                 smi0 = &smi0;                     614                 smi0 = &smi0;
615                 smi1 = &smi1;                     615                 smi1 = &smi1;
616                 smi2 = &smi2;                     616                 smi2 = &smi2;
617                 smi3 = &smi3;                     617                 smi3 = &smi3;
618                 twsi0 = &twsi0;                   618                 twsi0 = &twsi0;
619                 twsi1 = &twsi1;                   619                 twsi1 = &twsi1;
620                 uart0 = &uart0;                   620                 uart0 = &uart0;
621                 uart1 = &uart1;                   621                 uart1 = &uart1;
622                 uctl = &uctl;                     622                 uctl = &uctl;
623                 led0 = &led0;                     623                 led0 = &led0;
624                 flash0 = &flash0;                 624                 flash0 = &flash0;
625         };                                        625         };
626  };                                               626  };
                                                      

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