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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/powerpc/asp834x-redboot.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/powerpc/asp834x-redboot.dts (Architecture sparc) and /scripts/dtc/include-prefixes/powerpc/asp834x-redboot.dts (Architecture sparc64)


  1 // SPDX-License-Identifier: GPL-2.0-or-later        1 // SPDX-License-Identifier: GPL-2.0-or-later
  2 /*                                                  2 /*
  3  * Analogue & Micro ASP8347 Device Tree Source      3  * Analogue & Micro ASP8347 Device Tree Source
  4  *                                                  4  *
  5  * Copyright 2008 Codehermit                        5  * Copyright 2008 Codehermit
  6  */                                                 6  */
  7                                                     7 
  8 /dts-v1/;                                           8 /dts-v1/;
  9                                                     9 
 10 / {                                                10 / {
 11         model = "Analogue & Micro ASP8347E";       11         model = "Analogue & Micro ASP8347E";
 12         compatible = "analogue-and-micro,asp83     12         compatible = "analogue-and-micro,asp8347e";
 13         #address-cells = <1>;                      13         #address-cells = <1>;
 14         #size-cells = <1>;                         14         #size-cells = <1>;
 15                                                    15 
 16         aliases {                                  16         aliases {
 17                 ethernet0 = &enet0;                17                 ethernet0 = &enet0;
 18                 ethernet1 = &enet1;                18                 ethernet1 = &enet1;
 19                 serial0 = &serial0;                19                 serial0 = &serial0;
 20                 serial1 = &serial1;                20                 serial1 = &serial1;
 21         };                                         21         };
 22                                                    22 
 23         cpus {                                     23         cpus {
 24                 #address-cells = <1>;              24                 #address-cells = <1>;
 25                 #size-cells = <0>;                 25                 #size-cells = <0>;
 26                                                    26 
 27                 PowerPC,8347@0 {                   27                 PowerPC,8347@0 {
 28                         device_type = "cpu";       28                         device_type = "cpu";
 29                         reg = <0x0>;               29                         reg = <0x0>;
 30                         d-cache-line-size = <3     30                         d-cache-line-size = <32>;
 31                         i-cache-line-size = <3     31                         i-cache-line-size = <32>;
 32                         d-cache-size = <32768>     32                         d-cache-size = <32768>;
 33                         i-cache-size = <32768>     33                         i-cache-size = <32768>;
 34                         timebase-frequency = <     34                         timebase-frequency = <0>;       // from bootloader
 35                         bus-frequency = <0>;       35                         bus-frequency = <0>;            // from bootloader
 36                         clock-frequency = <0>;     36                         clock-frequency = <0>;          // from bootloader
 37                 };                                 37                 };
 38         };                                         38         };
 39                                                    39 
 40         memory {                                   40         memory {
 41                 device_type = "memory";            41                 device_type = "memory";
 42                 reg = <0x00000000 0x8000000>;      42                 reg = <0x00000000 0x8000000>;   // 128MB at 0
 43         };                                         43         };
 44                                                    44 
 45         localbus@ff005000 {                        45         localbus@ff005000 {
 46                 #address-cells = <2>;              46                 #address-cells = <2>;
 47                 #size-cells = <1>;                 47                 #size-cells = <1>;
 48                 compatible = "fsl,mpc8347e-loc     48                 compatible = "fsl,mpc8347e-localbus",
 49                              "fsl,pq2pro-local     49                              "fsl,pq2pro-localbus",
 50                              "simple-bus";         50                              "simple-bus";
 51                 reg = <0xff005000 0x1000>;         51                 reg = <0xff005000 0x1000>;
 52                 interrupts = <77 0x8>;             52                 interrupts = <77 0x8>;
 53                 interrupt-parent = <&ipic>;        53                 interrupt-parent = <&ipic>;
 54                                                    54 
 55                 ranges = <                         55                 ranges = <
 56                         0 0 0xf0000000 0x02000     56                         0 0 0xf0000000 0x02000000
 57                 >;                                 57                 >;
 58                                                    58 
 59                 flash@0,0 {                        59                 flash@0,0 {
 60                         compatible = "cfi-flas     60                         compatible = "cfi-flash";
 61                         reg = <0 0 0x02000000>     61                         reg = <0 0 0x02000000>;
 62                         bank-width = <2>;          62                         bank-width = <2>;
 63                         device-width = <2>;        63                         device-width = <2>;
 64                 };                                 64                 };
 65         };                                         65         };
 66                                                    66 
 67         soc8349@ff000000 {                         67         soc8349@ff000000 {
 68                 #address-cells = <1>;              68                 #address-cells = <1>;
 69                 #size-cells = <1>;                 69                 #size-cells = <1>;
 70                 device_type = "soc";               70                 device_type = "soc";
 71                 ranges = <0x0 0xff000000 0x001     71                 ranges = <0x0 0xff000000 0x00100000>;
 72                 reg = <0xff000000 0x00000200>;     72                 reg = <0xff000000 0x00000200>;
 73                 bus-frequency = <0>;               73                 bus-frequency = <0>;
 74                                                    74 
 75                 wdt@200 {                          75                 wdt@200 {
 76                         device_type = "watchdo     76                         device_type = "watchdog";
 77                         compatible = "mpc83xx_     77                         compatible = "mpc83xx_wdt";
 78                         reg = <0x200 0x100>;       78                         reg = <0x200 0x100>;
 79                 };                                 79                 };
 80                                                    80 
 81                 i2c@3000 {                         81                 i2c@3000 {
 82                         #address-cells = <1>;      82                         #address-cells = <1>;
 83                         #size-cells = <0>;         83                         #size-cells = <0>;
 84                         cell-index = <0>;          84                         cell-index = <0>;
 85                         compatible = "fsl-i2c"     85                         compatible = "fsl-i2c";
 86                         reg = <0x3000 0x100>;      86                         reg = <0x3000 0x100>;
 87                         interrupts = <14 0x8>;     87                         interrupts = <14 0x8>;
 88                         interrupt-parent = <&i     88                         interrupt-parent = <&ipic>;
 89                         dfsrr;                     89                         dfsrr;
 90                                                    90 
 91                         rtc@68 {                   91                         rtc@68 {
 92                                 compatible = "     92                                 compatible = "dallas,ds1374";
 93                                 reg = <0x68>;      93                                 reg = <0x68>;
 94                         };                         94                         };
 95                 };                                 95                 };
 96                                                    96 
 97                 i2c@3100 {                         97                 i2c@3100 {
 98                         #address-cells = <1>;      98                         #address-cells = <1>;
 99                         #size-cells = <0>;         99                         #size-cells = <0>;
100                         cell-index = <1>;         100                         cell-index = <1>;
101                         compatible = "fsl-i2c"    101                         compatible = "fsl-i2c";
102                         reg = <0x3100 0x100>;     102                         reg = <0x3100 0x100>;
103                         interrupts = <15 0x8>;    103                         interrupts = <15 0x8>;
104                         interrupt-parent = <&i    104                         interrupt-parent = <&ipic>;
105                         dfsrr;                    105                         dfsrr;
106                 };                                106                 };
107                                                   107 
108                 spi@7000 {                        108                 spi@7000 {
109                         cell-index = <0>;         109                         cell-index = <0>;
110                         compatible = "fsl,spi"    110                         compatible = "fsl,spi";
111                         reg = <0x7000 0x1000>;    111                         reg = <0x7000 0x1000>;
112                         interrupts = <16 0x8>;    112                         interrupts = <16 0x8>;
113                         interrupt-parent = <&i    113                         interrupt-parent = <&ipic>;
114                         mode = "cpu";             114                         mode = "cpu";
115                 };                                115                 };
116                                                   116 
117                 dma@82a8 {                        117                 dma@82a8 {
118                         #address-cells = <1>;     118                         #address-cells = <1>;
119                         #size-cells = <1>;        119                         #size-cells = <1>;
120                         compatible = "fsl,mpc8    120                         compatible = "fsl,mpc8347-dma", "fsl,elo-dma";
121                         reg = <0x82a8 4>;         121                         reg = <0x82a8 4>;
122                         ranges = <0 0x8100 0x1    122                         ranges = <0 0x8100 0x1a8>;
123                         interrupt-parent = <&i    123                         interrupt-parent = <&ipic>;
124                         interrupts = <71 8>;      124                         interrupts = <71 8>;
125                         cell-index = <0>;         125                         cell-index = <0>;
126                         dma-channel@0 {           126                         dma-channel@0 {
127                                 compatible = "    127                                 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
128                                 reg = <0 0x80>    128                                 reg = <0 0x80>;
129                                 cell-index = <    129                                 cell-index = <0>;
130                                 interrupt-pare    130                                 interrupt-parent = <&ipic>;
131                                 interrupts = <    131                                 interrupts = <71 8>;
132                         };                        132                         };
133                         dma-channel@80 {          133                         dma-channel@80 {
134                                 compatible = "    134                                 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
135                                 reg = <0x80 0x    135                                 reg = <0x80 0x80>;
136                                 cell-index = <    136                                 cell-index = <1>;
137                                 interrupt-pare    137                                 interrupt-parent = <&ipic>;
138                                 interrupts = <    138                                 interrupts = <71 8>;
139                         };                        139                         };
140                         dma-channel@100 {         140                         dma-channel@100 {
141                                 compatible = "    141                                 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
142                                 reg = <0x100 0    142                                 reg = <0x100 0x80>;
143                                 cell-index = <    143                                 cell-index = <2>;
144                                 interrupt-pare    144                                 interrupt-parent = <&ipic>;
145                                 interrupts = <    145                                 interrupts = <71 8>;
146                         };                        146                         };
147                         dma-channel@180 {         147                         dma-channel@180 {
148                                 compatible = "    148                                 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
149                                 reg = <0x180 0    149                                 reg = <0x180 0x28>;
150                                 cell-index = <    150                                 cell-index = <3>;
151                                 interrupt-pare    151                                 interrupt-parent = <&ipic>;
152                                 interrupts = <    152                                 interrupts = <71 8>;
153                         };                        153                         };
154                 };                                154                 };
155                                                   155 
156                 /* phy type (ULPI or SERIAL) a    156                 /* phy type (ULPI or SERIAL) are only types supported for MPH */
157                 /* port = 0 or 1 */               157                 /* port = 0 or 1 */
158                 usb@22000 {                       158                 usb@22000 {
159                         compatible = "fsl-usb2    159                         compatible = "fsl-usb2-mph";
160                         reg = <0x22000 0x1000>    160                         reg = <0x22000 0x1000>;
161                         #address-cells = <1>;     161                         #address-cells = <1>;
162                         #size-cells = <0>;        162                         #size-cells = <0>;
163                         interrupt-parent = <&i    163                         interrupt-parent = <&ipic>;
164                         interrupts = <39 0x8>;    164                         interrupts = <39 0x8>;
165                         phy_type = "ulpi";        165                         phy_type = "ulpi";
166                         port0;                    166                         port0;
167                 };                                167                 };
168                 /* phy type (ULPI, UTMI, UTMI_    168                 /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
169                 usb@23000 {                       169                 usb@23000 {
170                         compatible = "fsl-usb2    170                         compatible = "fsl-usb2-dr";
171                         reg = <0x23000 0x1000>    171                         reg = <0x23000 0x1000>;
172                         #address-cells = <1>;     172                         #address-cells = <1>;
173                         #size-cells = <0>;        173                         #size-cells = <0>;
174                         interrupt-parent = <&i    174                         interrupt-parent = <&ipic>;
175                         interrupts = <38 0x8>;    175                         interrupts = <38 0x8>;
176                         dr_mode = "otg";          176                         dr_mode = "otg";
177                         phy_type = "ulpi";        177                         phy_type = "ulpi";
178                 };                                178                 };
179                                                   179 
180                 enet0: ethernet@24000 {           180                 enet0: ethernet@24000 {
181                         #address-cells = <1>;     181                         #address-cells = <1>;
182                         #size-cells = <1>;        182                         #size-cells = <1>;
183                         cell-index = <0>;         183                         cell-index = <0>;
184                         device_type = "network    184                         device_type = "network";
185                         model = "TSEC";           185                         model = "TSEC";
186                         compatible = "gianfar"    186                         compatible = "gianfar";
187                         reg = <0x24000 0x1000>    187                         reg = <0x24000 0x1000>;
188                         ranges = <0x0 0x24000     188                         ranges = <0x0 0x24000 0x1000>;
189                         local-mac-address = [     189                         local-mac-address = [ 00 08 e5 11 32 33 ];
190                         interrupts = <32 0x8 3    190                         interrupts = <32 0x8 33 0x8 34 0x8>;
191                         interrupt-parent = <&i    191                         interrupt-parent = <&ipic>;
192                         tbi-handle = <&tbi0>;     192                         tbi-handle = <&tbi0>;
193                         phy-handle = <&phy0>;     193                         phy-handle = <&phy0>;
194                         linux,network-index =     194                         linux,network-index = <0>;
195                                                   195 
196                         mdio@520 {                196                         mdio@520 {
197                                 #address-cells    197                                 #address-cells = <1>;
198                                 #size-cells =     198                                 #size-cells = <0>;
199                                 compatible = "    199                                 compatible = "fsl,gianfar-mdio";
200                                 reg = <0x520 0    200                                 reg = <0x520 0x20>;
201                                                   201 
202                                 phy0: ethernet    202                                 phy0: ethernet-phy@0 {
203                                         interr    203                                         interrupt-parent = <&ipic>;
204                                         interr    204                                         interrupts = <17 0x8>;
205                                         reg =     205                                         reg = <0x1>;
206                                 };                206                                 };
207                                                   207 
208                                 phy1: ethernet    208                                 phy1: ethernet-phy@1 {
209                                         interr    209                                         interrupt-parent = <&ipic>;
210                                         interr    210                                         interrupts = <18 0x8>;
211                                         reg =     211                                         reg = <0x2>;
212                                 };                212                                 };
213                                                   213 
214                                 tbi0: tbi-phy@    214                                 tbi0: tbi-phy@11 {
215                                         reg =     215                                         reg = <0x11>;
216                                         device    216                                         device_type = "tbi-phy";
217                                 };                217                                 };
218                         };                        218                         };
219                 };                                219                 };
220                                                   220 
221                 enet1: ethernet@25000 {           221                 enet1: ethernet@25000 {
222                         #address-cells = <1>;     222                         #address-cells = <1>;
223                         #size-cells = <1>;        223                         #size-cells = <1>;
224                         cell-index = <1>;         224                         cell-index = <1>;
225                         device_type = "network    225                         device_type = "network";
226                         model = "TSEC";           226                         model = "TSEC";
227                         compatible = "gianfar"    227                         compatible = "gianfar";
228                         reg = <0x25000 0x1000>    228                         reg = <0x25000 0x1000>;
229                         ranges = <0x0 0x25000     229                         ranges = <0x0 0x25000 0x1000>;
230                         local-mac-address = [     230                         local-mac-address = [ 00 08 e5 11 32 34 ];
231                         interrupts = <35 0x8 3    231                         interrupts = <35 0x8 36 0x8 37 0x8>;
232                         interrupt-parent = <&i    232                         interrupt-parent = <&ipic>;
233                         tbi-handle = <&tbi1>;     233                         tbi-handle = <&tbi1>;
234                         phy-handle = <&phy1>;     234                         phy-handle = <&phy1>;
235                         linux,network-index =     235                         linux,network-index = <1>;
236                                                   236 
237                         mdio@520 {                237                         mdio@520 {
238                                 #address-cells    238                                 #address-cells = <1>;
239                                 #size-cells =     239                                 #size-cells = <0>;
240                                 compatible = "    240                                 compatible = "fsl,gianfar-tbi";
241                                 reg = <0x520 0    241                                 reg = <0x520 0x20>;
242                                                   242 
243                                 tbi1: tbi-phy@    243                                 tbi1: tbi-phy@11 {
244                                         reg =     244                                         reg = <0x11>;
245                                         device    245                                         device_type = "tbi-phy";
246                                 };                246                                 };
247                         };                        247                         };
248                 };                                248                 };
249                                                   249 
250                 serial0: serial@4500 {            250                 serial0: serial@4500 {
251                         cell-index = <0>;         251                         cell-index = <0>;
252                         device_type = "serial"    252                         device_type = "serial";
253                         compatible = "fsl,ns16    253                         compatible = "fsl,ns16550", "ns16550";
254                         reg = <0x4500 0x100>;     254                         reg = <0x4500 0x100>;
255                         clock-frequency = <400    255                         clock-frequency = <400000000>;
256                         interrupts = <9 0x8>;     256                         interrupts = <9 0x8>;
257                         interrupt-parent = <&i    257                         interrupt-parent = <&ipic>;
258                 };                                258                 };
259                                                   259 
260                 serial1: serial@4600 {            260                 serial1: serial@4600 {
261                         cell-index = <1>;         261                         cell-index = <1>;
262                         device_type = "serial"    262                         device_type = "serial";
263                         compatible = "fsl,ns16    263                         compatible = "fsl,ns16550", "ns16550";
264                         reg = <0x4600 0x100>;     264                         reg = <0x4600 0x100>;
265                         clock-frequency = <400    265                         clock-frequency = <400000000>;
266                         interrupts = <10 0x8>;    266                         interrupts = <10 0x8>;
267                         interrupt-parent = <&i    267                         interrupt-parent = <&ipic>;
268                 };                                268                 };
269                                                   269 
270                 /* May need to remove if on a     270                 /* May need to remove if on a part without crypto engine */
271                 crypto@30000 {                    271                 crypto@30000 {
272                         device_type = "crypto"    272                         device_type = "crypto";
273                         model = "SEC2";           273                         model = "SEC2";
274                         compatible = "talitos"    274                         compatible = "talitos";
275                         reg = <0x30000 0x10000    275                         reg = <0x30000 0x10000>;
276                         interrupts = <11 0x8>;    276                         interrupts = <11 0x8>;
277                         interrupt-parent = <&i    277                         interrupt-parent = <&ipic>;
278                         num-channels = <4>;       278                         num-channels = <4>;
279                         channel-fifo-len = <24    279                         channel-fifo-len = <24>;
280                         exec-units-mask = <0x0    280                         exec-units-mask = <0x0000007e>;
281                         /* desc mask is for re    281                         /* desc mask is for rev2.0,
282                          * we need runtime fix    282                          * we need runtime fixup for >2.0 */
283                         descriptor-types-mask     283                         descriptor-types-mask = <0x01010ebf>;
284                 };                                284                 };
285                                                   285 
286                 /* IPIC                           286                 /* IPIC
287                  * interrupts cell = <intr #,     287                  * interrupts cell = <intr #, sense>
288                  * sense values match linux IO    288                  * sense values match linux IORESOURCE_IRQ_* defines:
289                  * sense == 8: Level, low asse    289                  * sense == 8: Level, low assertion
290                  * sense == 2: Edge, high-to-l    290                  * sense == 2: Edge, high-to-low change
291                  */                               291                  */
292                 ipic: pic@700 {                   292                 ipic: pic@700 {
293                         interrupt-controller;     293                         interrupt-controller;
294                         #address-cells = <0>;     294                         #address-cells = <0>;
295                         #interrupt-cells = <2>    295                         #interrupt-cells = <2>;
296                         reg = <0x700 0x100>;      296                         reg = <0x700 0x100>;
297                         device_type = "ipic";     297                         device_type = "ipic";
298                 };                                298                 };
299         };                                        299         };
300                                                   300 
301         chosen {                                  301         chosen {
302                 bootargs = "console=ttyS0,3840    302                 bootargs = "console=ttyS0,38400 root=/dev/mtdblock3 rootfstype=jffs2";
303                 stdout-path = &serial0;           303                 stdout-path = &serial0;
304         };                                        304         };
305                                                   305 
306 };                                                306 };
                                                      

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