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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/fsl-ls1043a.dtsi

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/arm64/freescale/fsl-ls1043a.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/fsl-ls1043a.dtsi (Version linux-5.9.16)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Device Tree Include file for NXP Layerscape !!   3  * Device Tree Include file for Freescale Layerscape-1043A family SoC.
  4  *                                                  4  *
  5  * Copyright 2014-2015 Freescale Semiconductor      5  * Copyright 2014-2015 Freescale Semiconductor, Inc.
  6  * Copyright 2018, 2020 NXP                    !!   6  * Copyright 2018 NXP
  7  *                                                  7  *
  8  * Mingkai Hu <Mingkai.hu@freescale.com>             8  * Mingkai Hu <Mingkai.hu@freescale.com>
  9  */                                                 9  */
 10                                                    10 
 11 #include <dt-bindings/clock/fsl,qoriq-clockgen << 
 12 #include <dt-bindings/thermal/thermal.h>           11 #include <dt-bindings/thermal/thermal.h>
 13 #include <dt-bindings/interrupt-controller/arm     12 #include <dt-bindings/interrupt-controller/arm-gic.h>
 14 #include <dt-bindings/gpio/gpio.h>             << 
 15                                                    13 
 16 / {                                                14 / {
 17         compatible = "fsl,ls1043a";                15         compatible = "fsl,ls1043a";
 18         interrupt-parent = <&gic>;                 16         interrupt-parent = <&gic>;
 19         #address-cells = <2>;                      17         #address-cells = <2>;
 20         #size-cells = <2>;                         18         #size-cells = <2>;
 21                                                    19 
 22         aliases {                                  20         aliases {
 23                 crypto = &crypto;                  21                 crypto = &crypto;
 24                 fman0 = &fman0;                    22                 fman0 = &fman0;
 25                 ethernet0 = &enet0;                23                 ethernet0 = &enet0;
 26                 ethernet1 = &enet1;                24                 ethernet1 = &enet1;
 27                 ethernet2 = &enet2;                25                 ethernet2 = &enet2;
 28                 ethernet3 = &enet3;                26                 ethernet3 = &enet3;
 29                 ethernet4 = &enet4;                27                 ethernet4 = &enet4;
 30                 ethernet5 = &enet5;                28                 ethernet5 = &enet5;
 31                 ethernet6 = &enet6;                29                 ethernet6 = &enet6;
 32                 rtc1 = &ftm_alarm0;                30                 rtc1 = &ftm_alarm0;
 33         };                                         31         };
 34                                                    32 
 35         cpus {                                     33         cpus {
 36                 #address-cells = <1>;              34                 #address-cells = <1>;
 37                 #size-cells = <0>;                 35                 #size-cells = <0>;
 38                                                    36 
 39                 /*                                 37                 /*
 40                  * We expect the enable-method     38                  * We expect the enable-method for cpu's to be "psci", but this
 41                  * is dependent on the SoC FW,     39                  * is dependent on the SoC FW, which will fill this in.
 42                  *                                 40                  *
 43                  * Currently supported enable-     41                  * Currently supported enable-method is psci v0.2
 44                  */                                42                  */
 45                 cpu0: cpu@0 {                      43                 cpu0: cpu@0 {
 46                         device_type = "cpu";       44                         device_type = "cpu";
 47                         compatible = "arm,cort     45                         compatible = "arm,cortex-a53";
 48                         reg = <0x0>;               46                         reg = <0x0>;
 49                         clocks = <&clockgen QO !!  47                         clocks = <&clockgen 1 0>;
 50                         next-level-cache = <&l     48                         next-level-cache = <&l2>;
 51                         cpu-idle-states = <&CP     49                         cpu-idle-states = <&CPU_PH20>;
 52                         #cooling-cells = <2>;      50                         #cooling-cells = <2>;
 53                 };                                 51                 };
 54                                                    52 
 55                 cpu1: cpu@1 {                      53                 cpu1: cpu@1 {
 56                         device_type = "cpu";       54                         device_type = "cpu";
 57                         compatible = "arm,cort     55                         compatible = "arm,cortex-a53";
 58                         reg = <0x1>;               56                         reg = <0x1>;
 59                         clocks = <&clockgen QO !!  57                         clocks = <&clockgen 1 0>;
 60                         next-level-cache = <&l     58                         next-level-cache = <&l2>;
 61                         cpu-idle-states = <&CP     59                         cpu-idle-states = <&CPU_PH20>;
 62                         #cooling-cells = <2>;      60                         #cooling-cells = <2>;
 63                 };                                 61                 };
 64                                                    62 
 65                 cpu2: cpu@2 {                      63                 cpu2: cpu@2 {
 66                         device_type = "cpu";       64                         device_type = "cpu";
 67                         compatible = "arm,cort     65                         compatible = "arm,cortex-a53";
 68                         reg = <0x2>;               66                         reg = <0x2>;
 69                         clocks = <&clockgen QO !!  67                         clocks = <&clockgen 1 0>;
 70                         next-level-cache = <&l     68                         next-level-cache = <&l2>;
 71                         cpu-idle-states = <&CP     69                         cpu-idle-states = <&CPU_PH20>;
 72                         #cooling-cells = <2>;      70                         #cooling-cells = <2>;
 73                 };                                 71                 };
 74                                                    72 
 75                 cpu3: cpu@3 {                      73                 cpu3: cpu@3 {
 76                         device_type = "cpu";       74                         device_type = "cpu";
 77                         compatible = "arm,cort     75                         compatible = "arm,cortex-a53";
 78                         reg = <0x3>;               76                         reg = <0x3>;
 79                         clocks = <&clockgen QO !!  77                         clocks = <&clockgen 1 0>;
 80                         next-level-cache = <&l     78                         next-level-cache = <&l2>;
 81                         cpu-idle-states = <&CP     79                         cpu-idle-states = <&CPU_PH20>;
 82                         #cooling-cells = <2>;      80                         #cooling-cells = <2>;
 83                 };                                 81                 };
 84                                                    82 
 85                 l2: l2-cache {                     83                 l2: l2-cache {
 86                         compatible = "cache";      84                         compatible = "cache";
 87                         cache-level = <2>;     << 
 88                         cache-unified;         << 
 89                 };                                 85                 };
 90         };                                         86         };
 91                                                    87 
 92         idle-states {                              88         idle-states {
 93                 /*                                 89                 /*
 94                  * PSCI node is not added defa     90                  * PSCI node is not added default, U-boot will add missing
 95                  * parts if it determines to u     91                  * parts if it determines to use PSCI.
 96                  */                                92                  */
 97                 entry-method = "psci";             93                 entry-method = "psci";
 98                                                    94 
 99                 CPU_PH20: cpu-ph20 {               95                 CPU_PH20: cpu-ph20 {
100                         compatible = "arm,idle     96                         compatible = "arm,idle-state";
101                         idle-state-name = "PH2     97                         idle-state-name = "PH20";
102                         arm,psci-suspend-param     98                         arm,psci-suspend-param = <0x0>;
103                         entry-latency-us = <10     99                         entry-latency-us = <1000>;
104                         exit-latency-us = <100    100                         exit-latency-us = <1000>;
105                         min-residency-us = <30    101                         min-residency-us = <3000>;
106                 };                                102                 };
107         };                                        103         };
108                                                   104 
109         memory@80000000 {                         105         memory@80000000 {
110                 device_type = "memory";           106                 device_type = "memory";
111                 reg = <0x0 0x80000000 0 0x8000    107                 reg = <0x0 0x80000000 0 0x80000000>;
112                       /* DRAM space 1, size: 2    108                       /* DRAM space 1, size: 2GiB DRAM */
113         };                                        109         };
114                                                   110 
115         reserved-memory {                         111         reserved-memory {
116                 #address-cells = <2>;             112                 #address-cells = <2>;
117                 #size-cells = <2>;                113                 #size-cells = <2>;
118                 ranges;                           114                 ranges;
119                                                   115 
120                 bman_fbpr: bman-fbpr {            116                 bman_fbpr: bman-fbpr {
121                         compatible = "shared-d    117                         compatible = "shared-dma-pool";
122                         size = <0 0x1000000>;     118                         size = <0 0x1000000>;
123                         alignment = <0 0x10000    119                         alignment = <0 0x1000000>;
124                         no-map;                   120                         no-map;
125                 };                                121                 };
126                                                   122 
127                 qman_fqd: qman-fqd {              123                 qman_fqd: qman-fqd {
128                         compatible = "shared-d    124                         compatible = "shared-dma-pool";
129                         size = <0 0x400000>;      125                         size = <0 0x400000>;
130                         alignment = <0 0x40000    126                         alignment = <0 0x400000>;
131                         no-map;                   127                         no-map;
132                 };                                128                 };
133                                                   129 
134                 qman_pfdr: qman-pfdr {            130                 qman_pfdr: qman-pfdr {
135                         compatible = "shared-d    131                         compatible = "shared-dma-pool";
136                         size = <0 0x2000000>;     132                         size = <0 0x2000000>;
137                         alignment = <0 0x20000    133                         alignment = <0 0x2000000>;
138                         no-map;                   134                         no-map;
139                 };                                135                 };
140         };                                        136         };
141                                                   137 
142         sysclk: sysclk {                          138         sysclk: sysclk {
143                 compatible = "fixed-clock";       139                 compatible = "fixed-clock";
144                 #clock-cells = <0>;               140                 #clock-cells = <0>;
145                 clock-frequency = <100000000>;    141                 clock-frequency = <100000000>;
146                 clock-output-names = "sysclk";    142                 clock-output-names = "sysclk";
147         };                                        143         };
148                                                   144 
149         reboot {                                  145         reboot {
150                 compatible = "syscon-reboot";  !! 146                 compatible ="syscon-reboot";
151                 regmap = <&dcfg>;                 147                 regmap = <&dcfg>;
152                 offset = <0xb0>;                  148                 offset = <0xb0>;
153                 mask = <0x02>;                    149                 mask = <0x02>;
154         };                                        150         };
155                                                   151 
156         thermal-zones {                           152         thermal-zones {
157                 ddr-thermal {                  !! 153                 ddr-controller {
158                         polling-delay-passive     154                         polling-delay-passive = <1000>;
159                         polling-delay = <5000>    155                         polling-delay = <5000>;
160                         thermal-sensors = <&tm    156                         thermal-sensors = <&tmu 0>;
161                                                   157 
162                         trips {                   158                         trips {
163                                 ddr-ctrler-ale    159                                 ddr-ctrler-alert {
164                                         temper    160                                         temperature = <85000>;
165                                         hyster    161                                         hysteresis = <2000>;
166                                         type =    162                                         type = "passive";
167                                 };                163                                 };
168                                                   164 
169                                 ddr-ctrler-cri    165                                 ddr-ctrler-crit {
170                                         temper    166                                         temperature = <95000>;
171                                         hyster    167                                         hysteresis = <2000>;
172                                         type =    168                                         type = "critical";
173                                 };                169                                 };
174                         };                        170                         };
175                 };                                171                 };
176                                                   172 
177                 serdes-thermal {               !! 173                 serdes {
178                         polling-delay-passive     174                         polling-delay-passive = <1000>;
179                         polling-delay = <5000>    175                         polling-delay = <5000>;
180                         thermal-sensors = <&tm    176                         thermal-sensors = <&tmu 1>;
181                                                   177 
182                         trips {                   178                         trips {
183                                 serdes-alert {    179                                 serdes-alert {
184                                         temper    180                                         temperature = <85000>;
185                                         hyster    181                                         hysteresis = <2000>;
186                                         type =    182                                         type = "passive";
187                                 };                183                                 };
188                                                   184 
189                                 serdes-crit {     185                                 serdes-crit {
190                                         temper    186                                         temperature = <95000>;
191                                         hyster    187                                         hysteresis = <2000>;
192                                         type =    188                                         type = "critical";
193                                 };                189                                 };
194                         };                        190                         };
195                 };                                191                 };
196                                                   192 
197                 fman-thermal {                 !! 193                 fman {
198                         polling-delay-passive     194                         polling-delay-passive = <1000>;
199                         polling-delay = <5000>    195                         polling-delay = <5000>;
200                         thermal-sensors = <&tm    196                         thermal-sensors = <&tmu 2>;
201                                                   197 
202                         trips {                   198                         trips {
203                                 fman-alert {      199                                 fman-alert {
204                                         temper    200                                         temperature = <85000>;
205                                         hyster    201                                         hysteresis = <2000>;
206                                         type =    202                                         type = "passive";
207                                 };                203                                 };
208                                                   204 
209                                 fman-crit {       205                                 fman-crit {
210                                         temper    206                                         temperature = <95000>;
211                                         hyster    207                                         hysteresis = <2000>;
212                                         type =    208                                         type = "critical";
213                                 };                209                                 };
214                         };                        210                         };
215                 };                                211                 };
216                                                   212 
217                 cluster-thermal {              !! 213                 core-cluster {
218                         polling-delay-passive     214                         polling-delay-passive = <1000>;
219                         polling-delay = <5000>    215                         polling-delay = <5000>;
220                         thermal-sensors = <&tm    216                         thermal-sensors = <&tmu 3>;
221                                                   217 
222                         trips {                   218                         trips {
223                                 core_cluster_a    219                                 core_cluster_alert: core-cluster-alert {
224                                         temper    220                                         temperature = <85000>;
225                                         hyster    221                                         hysteresis = <2000>;
226                                         type =    222                                         type = "passive";
227                                 };                223                                 };
228                                                   224 
229                                 core_cluster_c    225                                 core_cluster_crit: core-cluster-crit {
230                                         temper    226                                         temperature = <95000>;
231                                         hyster    227                                         hysteresis = <2000>;
232                                         type =    228                                         type = "critical";
233                                 };                229                                 };
234                         };                        230                         };
235                                                   231 
236                         cooling-maps {            232                         cooling-maps {
237                                 map0 {            233                                 map0 {
238                                         trip =    234                                         trip = <&core_cluster_alert>;
239                                         coolin    235                                         cooling-device =
240                                                   236                                                 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
241                                                   237                                                 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
242                                                   238                                                 <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
243                                                   239                                                 <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
244                                 };                240                                 };
245                         };                        241                         };
246                 };                                242                 };
247                                                   243 
248                 sec-thermal {                  !! 244                 sec {
249                         polling-delay-passive     245                         polling-delay-passive = <1000>;
250                         polling-delay = <5000>    246                         polling-delay = <5000>;
251                         thermal-sensors = <&tm    247                         thermal-sensors = <&tmu 4>;
252                                                   248 
253                         trips {                   249                         trips {
254                                 sec-alert {       250                                 sec-alert {
255                                         temper    251                                         temperature = <85000>;
256                                         hyster    252                                         hysteresis = <2000>;
257                                         type =    253                                         type = "passive";
258                                 };                254                                 };
259                                                   255 
260                                 sec-crit {        256                                 sec-crit {
261                                         temper    257                                         temperature = <95000>;
262                                         hyster    258                                         hysteresis = <2000>;
263                                         type =    259                                         type = "critical";
264                                 };                260                                 };
265                         };                        261                         };
266                 };                                262                 };
267         };                                        263         };
268                                                   264 
269         timer {                                   265         timer {
270                 compatible = "arm,armv8-timer"    266                 compatible = "arm,armv8-timer";
271                 interrupts = <GIC_PPI 13 (GIC_ !! 267                 interrupts = <1 13 0xf08>, /* Physical Secure PPI */
272                              <GIC_PPI 14 (GIC_ !! 268                              <1 14 0xf08>, /* Physical Non-Secure PPI */
273                              <GIC_PPI 11 (GIC_ !! 269                              <1 11 0xf08>, /* Virtual PPI */
274                              <GIC_PPI 10 (GIC_ !! 270                              <1 10 0xf08>; /* Hypervisor PPI */
275                 fsl,erratum-a008585;              271                 fsl,erratum-a008585;
276         };                                        272         };
277                                                   273 
278         pmu {                                     274         pmu {
279                 compatible = "arm,cortex-a53-p !! 275                 compatible = "arm,armv8-pmuv3";
280                 interrupts = <GIC_SPI 106 IRQ_ !! 276                 interrupts = <0 106 0x4>,
281                              <GIC_SPI 107 IRQ_ !! 277                              <0 107 0x4>,
282                              <GIC_SPI 95 IRQ_T !! 278                              <0 95 0x4>,
283                              <GIC_SPI 97 IRQ_T !! 279                              <0 97 0x4>;
284                 interrupt-affinity = <&cpu0>,     280                 interrupt-affinity = <&cpu0>,
285                                      <&cpu1>,     281                                      <&cpu1>,
286                                      <&cpu2>,     282                                      <&cpu2>,
287                                      <&cpu3>;     283                                      <&cpu3>;
288         };                                        284         };
289                                                   285 
290         gic: interrupt-controller@1400000 {       286         gic: interrupt-controller@1400000 {
291                 compatible = "arm,gic-400";       287                 compatible = "arm,gic-400";
292                 #interrupt-cells = <3>;           288                 #interrupt-cells = <3>;
293                 interrupt-controller;             289                 interrupt-controller;
294                 reg = <0x0 0x1401000 0 0x1000>    290                 reg = <0x0 0x1401000 0 0x1000>, /* GICD */
295                       <0x0 0x1402000 0 0x2000>    291                       <0x0 0x1402000 0 0x2000>, /* GICC */
296                       <0x0 0x1404000 0 0x2000>    292                       <0x0 0x1404000 0 0x2000>, /* GICH */
297                       <0x0 0x1406000 0 0x2000>    293                       <0x0 0x1406000 0 0x2000>; /* GICV */
298                 interrupts = <GIC_PPI 9 (GIC_C !! 294                 interrupts = <1 9 0xf08>;
299         };                                        295         };
300                                                   296 
301         soc: soc {                                297         soc: soc {
302                 compatible = "simple-bus";        298                 compatible = "simple-bus";
303                 #address-cells = <2>;             299                 #address-cells = <2>;
304                 #size-cells = <2>;                300                 #size-cells = <2>;
305                 ranges;                           301                 ranges;
306                 dma-ranges = <0x0 0x0 0x0 0x0  << 
307                 dma-coherent;                  << 
308                                                   302 
309                 clockgen: clocking@1ee1000 {      303                 clockgen: clocking@1ee1000 {
310                         compatible = "fsl,ls10    304                         compatible = "fsl,ls1043a-clockgen";
311                         reg = <0x0 0x1ee1000 0    305                         reg = <0x0 0x1ee1000 0x0 0x1000>;
312                         #clock-cells = <2>;       306                         #clock-cells = <2>;
313                         clocks = <&sysclk>;       307                         clocks = <&sysclk>;
314                 };                                308                 };
315                                                   309 
316                 scfg: scfg@1570000 {              310                 scfg: scfg@1570000 {
317                         compatible = "fsl,ls10    311                         compatible = "fsl,ls1043a-scfg", "syscon";
318                         reg = <0x0 0x1570000 0    312                         reg = <0x0 0x1570000 0x0 0x10000>;
319                         big-endian;               313                         big-endian;
320                         #address-cells = <1>;  << 
321                         #size-cells = <1>;     << 
322                         ranges = <0x0 0x0 0x15 << 
323                                                << 
324                         extirq: interrupt-cont << 
325                                 compatible = " << 
326                                 #interrupt-cel << 
327                                 #address-cells << 
328                                 interrupt-cont << 
329                                 reg = <0x1ac 4 << 
330                                 interrupt-map  << 
331                                         <0 0 & << 
332                                         <1 0 & << 
333                                         <2 0 & << 
334                                         <3 0 & << 
335                                         <4 0 & << 
336                                         <5 0 & << 
337                                         <6 0 & << 
338                                         <7 0 & << 
339                                         <8 0 & << 
340                                         <9 0 & << 
341                                         <10 0  << 
342                                         <11 0  << 
343                                 interrupt-map- << 
344                         };                     << 
345                 };                                314                 };
346                                                   315 
347                 crypto: crypto@1700000 {          316                 crypto: crypto@1700000 {
348                         compatible = "fsl,sec-    317                         compatible = "fsl,sec-v5.4", "fsl,sec-v5.0",
349                                      "fsl,sec-    318                                      "fsl,sec-v4.0";
350                         fsl,sec-era = <3>;        319                         fsl,sec-era = <3>;
351                         #address-cells = <1>;     320                         #address-cells = <1>;
352                         #size-cells = <1>;        321                         #size-cells = <1>;
353                         ranges = <0x0 0x00 0x1    322                         ranges = <0x0 0x00 0x1700000 0x100000>;
354                         reg = <0x00 0x1700000     323                         reg = <0x00 0x1700000 0x0 0x100000>;
355                         interrupts = <GIC_SPI  !! 324                         interrupts = <0 75 0x4>;
356                         dma-coherent;          << 
357                                                   325 
358                         sec_jr0: jr@10000 {       326                         sec_jr0: jr@10000 {
359                                 compatible = "    327                                 compatible = "fsl,sec-v5.4-job-ring",
360                                              "    328                                              "fsl,sec-v5.0-job-ring",
361                                              "    329                                              "fsl,sec-v4.0-job-ring";
362                                 reg = <0x10000 !! 330                                 reg        = <0x10000 0x10000>;
363                                 interrupts = < !! 331                                 interrupts = <0 71 0x4>;
364                         };                        332                         };
365                                                   333 
366                         sec_jr1: jr@20000 {       334                         sec_jr1: jr@20000 {
367                                 compatible = "    335                                 compatible = "fsl,sec-v5.4-job-ring",
368                                              "    336                                              "fsl,sec-v5.0-job-ring",
369                                              "    337                                              "fsl,sec-v4.0-job-ring";
370                                 reg = <0x20000 !! 338                                 reg        = <0x20000 0x10000>;
371                                 interrupts = < !! 339                                 interrupts = <0 72 0x4>;
372                         };                        340                         };
373                                                   341 
374                         sec_jr2: jr@30000 {       342                         sec_jr2: jr@30000 {
375                                 compatible = "    343                                 compatible = "fsl,sec-v5.4-job-ring",
376                                              "    344                                              "fsl,sec-v5.0-job-ring",
377                                              "    345                                              "fsl,sec-v4.0-job-ring";
378                                 reg = <0x30000 !! 346                                 reg        = <0x30000 0x10000>;
379                                 interrupts = < !! 347                                 interrupts = <0 73 0x4>;
380                         };                        348                         };
381                                                   349 
382                         sec_jr3: jr@40000 {       350                         sec_jr3: jr@40000 {
383                                 compatible = "    351                                 compatible = "fsl,sec-v5.4-job-ring",
384                                              "    352                                              "fsl,sec-v5.0-job-ring",
385                                              "    353                                              "fsl,sec-v4.0-job-ring";
386                                 reg = <0x40000 !! 354                                 reg        = <0x40000 0x10000>;
387                                 interrupts = < !! 355                                 interrupts = <0 74 0x4>;
388                         };                        356                         };
389                 };                                357                 };
390                                                   358 
391                 sfp: efuse@1e80000 {           << 
392                         compatible = "fsl,ls10 << 
393                         reg = <0x0 0x1e80000 0 << 
394                         clocks = <&clockgen QO << 
395                                             QO << 
396                         clock-names = "sfp";   << 
397                 };                             << 
398                                                << 
399                 dcfg: dcfg@1ee0000 {              359                 dcfg: dcfg@1ee0000 {
400                         compatible = "fsl,ls10    360                         compatible = "fsl,ls1043a-dcfg", "syscon";
401                         reg = <0x0 0x1ee0000 0 !! 361                         reg = <0x0 0x1ee0000 0x0 0x10000>;
402                         big-endian;               362                         big-endian;
403                 };                                363                 };
404                                                   364 
405                 ifc: memory-controller@1530000 !! 365                 ifc: ifc@1530000 {
406                         compatible = "fsl,ifc" !! 366                         compatible = "fsl,ifc", "simple-bus";
407                         reg = <0x0 0x1530000 0    367                         reg = <0x0 0x1530000 0x0 0x10000>;
408                         interrupts = <GIC_SPI  !! 368                         interrupts = <0 43 0x4>;
409                 };                                369                 };
410                                                   370 
411                 qspi: spi@1550000 {               371                 qspi: spi@1550000 {
412                         compatible = "fsl,ls10    372                         compatible = "fsl,ls1043a-qspi", "fsl,ls1021a-qspi";
413                         #address-cells = <1>;     373                         #address-cells = <1>;
414                         #size-cells = <0>;        374                         #size-cells = <0>;
415                         reg = <0x0 0x1550000 0    375                         reg = <0x0 0x1550000 0x0 0x10000>,
416                                 <0x0 0x4000000    376                                 <0x0 0x40000000 0x0 0x4000000>;
417                         reg-names = "QuadSPI",    377                         reg-names = "QuadSPI", "QuadSPI-memory";
418                         interrupts = <GIC_SPI  !! 378                         interrupts = <0 99 0x4>;
419                         clock-names = "qspi_en    379                         clock-names = "qspi_en", "qspi";
420                         clocks = <&clockgen QO !! 380                         clocks = <&clockgen 4 0>, <&clockgen 4 0>;
421                                             QO << 
422                                  <&clockgen QO << 
423                                             QO << 
424                         status = "disabled";      381                         status = "disabled";
425                 };                                382                 };
426                                                   383 
427                 esdhc: mmc@1560000 {           !! 384                 esdhc: esdhc@1560000 {
428                         compatible = "fsl,ls10    385                         compatible = "fsl,ls1043a-esdhc", "fsl,esdhc";
429                         reg = <0x0 0x1560000 0    386                         reg = <0x0 0x1560000 0x0 0x10000>;
430                         interrupts = <GIC_SPI  !! 387                         interrupts = <0 62 0x4>;
431                         clock-frequency = <0>;    388                         clock-frequency = <0>;
432                         voltage-ranges = <1800    389                         voltage-ranges = <1800 1800 3300 3300>;
433                         sdhci,auto-cmd12;         390                         sdhci,auto-cmd12;
                                                   >> 391                         big-endian;
434                         bus-width = <4>;          392                         bus-width = <4>;
435                 };                                393                 };
436                                                   394 
437                 ddr: memory-controller@1080000    395                 ddr: memory-controller@1080000 {
438                         compatible = "fsl,qori    396                         compatible = "fsl,qoriq-memory-controller";
439                         reg = <0x0 0x1080000 0    397                         reg = <0x0 0x1080000 0x0 0x1000>;
440                         interrupts = <GIC_SPI  !! 398                         interrupts = <0 144 0x4>;
                                                   >> 399                         big-endian;
441                 };                                400                 };
442                                                   401 
443                 tmu: tmu@1f00000 {                402                 tmu: tmu@1f00000 {
444                         compatible = "fsl,qori    403                         compatible = "fsl,qoriq-tmu";
445                         reg = <0x0 0x1f00000 0    404                         reg = <0x0 0x1f00000 0x0 0x10000>;
446                         interrupts = <GIC_SPI  !! 405                         interrupts = <0 33 0x4>;
447                         fsl,tmu-range = <0xb00 !! 406                         fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x30062>;
448                         fsl,tmu-calibration =  !! 407                         fsl,tmu-calibration = <0x00000000 0x00000026
449                                         <0x000 !! 408                                                0x00000001 0x0000002d
450                                         <0x000 !! 409                                                0x00000002 0x00000032
451                                         <0x000 !! 410                                                0x00000003 0x00000039
452                                         <0x000 !! 411                                                0x00000004 0x0000003f
453                                         <0x000 !! 412                                                0x00000005 0x00000046
454                                         <0x000 !! 413                                                0x00000006 0x0000004d
455                                         <0x000 !! 414                                                0x00000007 0x00000054
456                                         <0x000 !! 415                                                0x00000008 0x0000005a
457                                         <0x000 !! 416                                                0x00000009 0x00000061
458                                         <0x000 !! 417                                                0x0000000a 0x0000006a
459                                         <0x000 !! 418                                                0x0000000b 0x00000071
460                                         <0x000 !! 419 
461                                                !! 420                                                0x00010000 0x00000025
462                                         <0x000 !! 421                                                0x00010001 0x0000002c
463                                         <0x000 !! 422                                                0x00010002 0x00000035
464                                         <0x000 !! 423                                                0x00010003 0x0000003d
465                                         <0x000 !! 424                                                0x00010004 0x00000045
466                                         <0x000 !! 425                                                0x00010005 0x0000004e
467                                         <0x000 !! 426                                                0x00010006 0x00000057
468                                         <0x000 !! 427                                                0x00010007 0x00000061
469                                         <0x000 !! 428                                                0x00010008 0x0000006b
470                                         <0x000 !! 429                                                0x00010009 0x00000076
471                                         <0x000 !! 430 
472                                                !! 431                                                0x00020000 0x00000029
473                                         <0x000 !! 432                                                0x00020001 0x00000033
474                                         <0x000 !! 433                                                0x00020002 0x0000003d
475                                         <0x000 !! 434                                                0x00020003 0x00000049
476                                         <0x000 !! 435                                                0x00020004 0x00000056
477                                         <0x000 !! 436                                                0x00020005 0x00000061
478                                         <0x000 !! 437                                                0x00020006 0x0000006d
479                                         <0x000 !! 438 
480                                                !! 439                                                0x00030000 0x00000021
481                                         <0x000 !! 440                                                0x00030001 0x0000002a
482                                         <0x000 !! 441                                                0x00030002 0x0000003c
483                                         <0x000 !! 442                                                0x00030003 0x0000004e>;
484                                         <0x000 << 
485                                         <0x000 << 
486                                         <0x000 << 
487                                         <0x000 << 
488                                         <0x000 << 
489                         #thermal-sensor-cells     443                         #thermal-sensor-cells = <1>;
490                 };                                444                 };
491                                                   445 
492                 qman: qman@1880000 {              446                 qman: qman@1880000 {
493                         compatible = "fsl,qman    447                         compatible = "fsl,qman";
494                         reg = <0x0 0x1880000 0    448                         reg = <0x0 0x1880000 0x0 0x10000>;
495                         interrupts = <GIC_SPI     449                         interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
496                         memory-region = <&qman    450                         memory-region = <&qman_fqd &qman_pfdr>;
497                 };                                451                 };
498                                                   452 
499                 bman: bman@1890000 {              453                 bman: bman@1890000 {
500                         compatible = "fsl,bman    454                         compatible = "fsl,bman";
501                         reg = <0x0 0x1890000 0    455                         reg = <0x0 0x1890000 0x0 0x10000>;
502                         interrupts = <GIC_SPI     456                         interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
503                         memory-region = <&bman    457                         memory-region = <&bman_fbpr>;
504                 };                                458                 };
505                                                   459 
506                 bportals: bman-portals-bus@508 !! 460                 bportals: bman-portals@508000000 {
507                         ranges = <0x0 0x5 0x08    461                         ranges = <0x0 0x5 0x08000000 0x8000000>;
508                 };                                462                 };
509                                                   463 
510                 qportals: qman-portals-bus@500 !! 464                 qportals: qman-portals@500000000 {
511                         ranges = <0x0 0x5 0x00    465                         ranges = <0x0 0x5 0x00000000 0x8000000>;
512                 };                                466                 };
513                                                   467 
514                 dspi0: spi@2100000 {              468                 dspi0: spi@2100000 {
515                         compatible = "fsl,ls10    469                         compatible = "fsl,ls1043a-dspi", "fsl,ls1021a-v1.0-dspi";
516                         #address-cells = <1>;     470                         #address-cells = <1>;
517                         #size-cells = <0>;        471                         #size-cells = <0>;
518                         reg = <0x0 0x2100000 0    472                         reg = <0x0 0x2100000 0x0 0x10000>;
519                         interrupts = <GIC_SPI  !! 473                         interrupts = <0 64 0x4>;
520                         clock-names = "dspi";     474                         clock-names = "dspi";
521                         clocks = <&clockgen QO !! 475                         clocks = <&clockgen 4 0>;
522                                             QO !! 476                         spi-num-chipselects = <5>;
                                                   >> 477                         big-endian;
                                                   >> 478                         status = "disabled";
                                                   >> 479                 };
                                                   >> 480 
                                                   >> 481                 dspi1: spi@2110000 {
                                                   >> 482                         compatible = "fsl,ls1043a-dspi", "fsl,ls1021a-v1.0-dspi";
                                                   >> 483                         #address-cells = <1>;
                                                   >> 484                         #size-cells = <0>;
                                                   >> 485                         reg = <0x0 0x2110000 0x0 0x10000>;
                                                   >> 486                         interrupts = <0 65 0x4>;
                                                   >> 487                         clock-names = "dspi";
                                                   >> 488                         clocks = <&clockgen 4 0>;
523                         spi-num-chipselects =     489                         spi-num-chipselects = <5>;
524                         big-endian;               490                         big-endian;
525                         status = "disabled";      491                         status = "disabled";
526                 };                                492                 };
527                                                   493 
528                 i2c0: i2c@2180000 {               494                 i2c0: i2c@2180000 {
529                         compatible = "fsl,ls10 !! 495                         compatible = "fsl,vf610-i2c";
530                         #address-cells = <1>;     496                         #address-cells = <1>;
531                         #size-cells = <0>;        497                         #size-cells = <0>;
532                         reg = <0x0 0x2180000 0    498                         reg = <0x0 0x2180000 0x0 0x10000>;
533                         interrupts = <GIC_SPI  !! 499                         interrupts = <0 56 0x4>;
534                         clock-names = "ipg";   !! 500                         clock-names = "i2c";
535                         clocks = <&clockgen QO !! 501                         clocks = <&clockgen 4 0>;
536                                             QO !! 502                         dmas = <&edma0 1 39>,
537                         dmas = <&edma0 1 38>,  !! 503                                <&edma0 1 38>;
538                                <&edma0 1 39>;  !! 504                         dma-names = "tx", "rx";
539                         dma-names = "rx", "tx" << 
540                         status = "disabled";      505                         status = "disabled";
541                 };                                506                 };
542                                                   507 
543                 i2c1: i2c@2190000 {               508                 i2c1: i2c@2190000 {
544                         compatible = "fsl,ls10 !! 509                         compatible = "fsl,vf610-i2c";
545                         #address-cells = <1>;     510                         #address-cells = <1>;
546                         #size-cells = <0>;        511                         #size-cells = <0>;
547                         reg = <0x0 0x2190000 0    512                         reg = <0x0 0x2190000 0x0 0x10000>;
548                         interrupts = <GIC_SPI  !! 513                         interrupts = <0 57 0x4>;
549                         clock-names = "ipg";   !! 514                         clock-names = "i2c";
550                         clocks = <&clockgen QO !! 515                         clocks = <&clockgen 4 0>;
551                                             QO << 
552                         scl-gpios = <&gpio4 2  << 
553                         status = "disabled";      516                         status = "disabled";
554                 };                                517                 };
555                                                   518 
556                 i2c2: i2c@21a0000 {               519                 i2c2: i2c@21a0000 {
557                         compatible = "fsl,ls10 !! 520                         compatible = "fsl,vf610-i2c";
558                         #address-cells = <1>;     521                         #address-cells = <1>;
559                         #size-cells = <0>;        522                         #size-cells = <0>;
560                         reg = <0x0 0x21a0000 0    523                         reg = <0x0 0x21a0000 0x0 0x10000>;
561                         interrupts = <GIC_SPI  !! 524                         interrupts = <0 58 0x4>;
562                         clock-names = "ipg";   !! 525                         clock-names = "i2c";
563                         clocks = <&clockgen QO !! 526                         clocks = <&clockgen 4 0>;
564                                             QO << 
565                         scl-gpios = <&gpio4 10 << 
566                         status = "disabled";      527                         status = "disabled";
567                 };                                528                 };
568                                                   529 
569                 i2c3: i2c@21b0000 {               530                 i2c3: i2c@21b0000 {
570                         compatible = "fsl,ls10 !! 531                         compatible = "fsl,vf610-i2c";
571                         #address-cells = <1>;     532                         #address-cells = <1>;
572                         #size-cells = <0>;        533                         #size-cells = <0>;
573                         reg = <0x0 0x21b0000 0    534                         reg = <0x0 0x21b0000 0x0 0x10000>;
574                         interrupts = <GIC_SPI  !! 535                         interrupts = <0 59 0x4>;
575                         clock-names = "ipg";   !! 536                         clock-names = "i2c";
576                         clocks = <&clockgen QO !! 537                         clocks = <&clockgen 4 0>;
577                                             QO << 
578                         scl-gpios = <&gpio4 12 << 
579                         status = "disabled";      538                         status = "disabled";
580                 };                                539                 };
581                                                   540 
582                 duart0: serial@21c0500 {          541                 duart0: serial@21c0500 {
583                         compatible = "fsl,ns16    542                         compatible = "fsl,ns16550", "ns16550a";
584                         reg = <0x00 0x21c0500     543                         reg = <0x00 0x21c0500 0x0 0x100>;
585                         interrupts = <GIC_SPI  !! 544                         interrupts = <0 54 0x4>;
586                         clocks = <&clockgen QO !! 545                         clocks = <&clockgen 4 0>;
587                                             QO << 
588                 };                                546                 };
589                                                   547 
590                 duart1: serial@21c0600 {          548                 duart1: serial@21c0600 {
591                         compatible = "fsl,ns16    549                         compatible = "fsl,ns16550", "ns16550a";
592                         reg = <0x00 0x21c0600     550                         reg = <0x00 0x21c0600 0x0 0x100>;
593                         interrupts = <GIC_SPI  !! 551                         interrupts = <0 54 0x4>;
594                         clocks = <&clockgen QO !! 552                         clocks = <&clockgen 4 0>;
595                                             QO << 
596                 };                                553                 };
597                                                   554 
598                 duart2: serial@21d0500 {          555                 duart2: serial@21d0500 {
599                         compatible = "fsl,ns16    556                         compatible = "fsl,ns16550", "ns16550a";
600                         reg = <0x0 0x21d0500 0    557                         reg = <0x0 0x21d0500 0x0 0x100>;
601                         interrupts = <GIC_SPI  !! 558                         interrupts = <0 55 0x4>;
602                         clocks = <&clockgen QO !! 559                         clocks = <&clockgen 4 0>;
603                                             QO << 
604                 };                                560                 };
605                                                   561 
606                 duart3: serial@21d0600 {          562                 duart3: serial@21d0600 {
607                         compatible = "fsl,ns16    563                         compatible = "fsl,ns16550", "ns16550a";
608                         reg = <0x0 0x21d0600 0    564                         reg = <0x0 0x21d0600 0x0 0x100>;
609                         interrupts = <GIC_SPI  !! 565                         interrupts = <0 55 0x4>;
610                         clocks = <&clockgen QO !! 566                         clocks = <&clockgen 4 0>;
611                                             QO << 
612                 };                                567                 };
613                                                   568 
614                 gpio1: gpio@2300000 {             569                 gpio1: gpio@2300000 {
615                         compatible = "fsl,ls10    570                         compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio";
616                         reg = <0x0 0x2300000 0    571                         reg = <0x0 0x2300000 0x0 0x10000>;
617                         interrupts = <GIC_SPI  !! 572                         interrupts = <0 66 0x4>;
618                         gpio-controller;          573                         gpio-controller;
619                         #gpio-cells = <2>;        574                         #gpio-cells = <2>;
620                         interrupt-controller;     575                         interrupt-controller;
621                         #interrupt-cells = <2>    576                         #interrupt-cells = <2>;
622                 };                                577                 };
623                                                   578 
624                 gpio2: gpio@2310000 {             579                 gpio2: gpio@2310000 {
625                         compatible = "fsl,ls10    580                         compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio";
626                         reg = <0x0 0x2310000 0    581                         reg = <0x0 0x2310000 0x0 0x10000>;
627                         interrupts = <GIC_SPI  !! 582                         interrupts = <0 67 0x4>;
628                         gpio-controller;          583                         gpio-controller;
629                         #gpio-cells = <2>;        584                         #gpio-cells = <2>;
630                         interrupt-controller;     585                         interrupt-controller;
631                         #interrupt-cells = <2>    586                         #interrupt-cells = <2>;
632                 };                                587                 };
633                                                   588 
634                 gpio3: gpio@2320000 {             589                 gpio3: gpio@2320000 {
635                         compatible = "fsl,ls10    590                         compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio";
636                         reg = <0x0 0x2320000 0    591                         reg = <0x0 0x2320000 0x0 0x10000>;
637                         interrupts = <GIC_SPI  !! 592                         interrupts = <0 68 0x4>;
638                         gpio-controller;          593                         gpio-controller;
639                         #gpio-cells = <2>;        594                         #gpio-cells = <2>;
640                         interrupt-controller;     595                         interrupt-controller;
641                         #interrupt-cells = <2>    596                         #interrupt-cells = <2>;
642                 };                                597                 };
643                                                   598 
644                 gpio4: gpio@2330000 {             599                 gpio4: gpio@2330000 {
645                         compatible = "fsl,ls10    600                         compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio";
646                         reg = <0x0 0x2330000 0    601                         reg = <0x0 0x2330000 0x0 0x10000>;
647                         interrupts = <GIC_SPI  !! 602                         interrupts = <0 134 0x4>;
648                         gpio-controller;          603                         gpio-controller;
649                         #gpio-cells = <2>;        604                         #gpio-cells = <2>;
650                         interrupt-controller;     605                         interrupt-controller;
651                         #interrupt-cells = <2>    606                         #interrupt-cells = <2>;
652                 };                                607                 };
653                                                   608 
654                 uqe: uqe-bus@2400000 {         !! 609                 uqe: uqe@2400000 {
655                         #address-cells = <1>;     610                         #address-cells = <1>;
656                         #size-cells = <1>;        611                         #size-cells = <1>;
657                         compatible = "fsl,qe",    612                         compatible = "fsl,qe", "simple-bus";
658                         ranges = <0x0 0x0 0x24    613                         ranges = <0x0 0x0 0x2400000 0x40000>;
659                         reg = <0x0 0x2400000 0    614                         reg = <0x0 0x2400000 0x0 0x480>;
660                         brg-frequency = <10000    615                         brg-frequency = <100000000>;
661                         bus-frequency = <20000    616                         bus-frequency = <200000000>;
662                         fsl,qe-num-riscs = <1>    617                         fsl,qe-num-riscs = <1>;
663                         fsl,qe-num-snums = <28    618                         fsl,qe-num-snums = <28>;
664                                                   619 
665                         qeic: qeic@80 {           620                         qeic: qeic@80 {
666                                 compatible = "    621                                 compatible = "fsl,qe-ic";
667                                 reg = <0x80 0x    622                                 reg = <0x80 0x80>;
                                                   >> 623                                 #address-cells = <0>;
668                                 interrupt-cont    624                                 interrupt-controller;
669                                 #interrupt-cel    625                                 #interrupt-cells = <1>;
670                                 interrupts = <    626                                 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>,
671                                              <    627                                              <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
672                         };                        628                         };
673                                                   629 
674                         si1: si@700 {             630                         si1: si@700 {
                                                   >> 631                                 #address-cells = <1>;
                                                   >> 632                                 #size-cells = <0>;
675                                 compatible = "    633                                 compatible = "fsl,ls1043-qe-si",
676                                                   634                                                 "fsl,t1040-qe-si";
677                                 reg = <0x700 0    635                                 reg = <0x700 0x80>;
678                         };                        636                         };
679                                                   637 
680                         siram1: siram@1000 {      638                         siram1: siram@1000 {
                                                   >> 639                                 #address-cells = <1>;
                                                   >> 640                                 #size-cells = <1>;
681                                 compatible = "    641                                 compatible = "fsl,ls1043-qe-siram",
682                                                   642                                                 "fsl,t1040-qe-siram";
683                                 reg = <0x1000     643                                 reg = <0x1000 0x800>;
684                         };                        644                         };
685                                                   645 
686                         ucc@2000 {                646                         ucc@2000 {
687                                 cell-index = <    647                                 cell-index = <1>;
688                                 reg = <0x2000     648                                 reg = <0x2000 0x200>;
689                                 interrupts = <    649                                 interrupts = <32>;
690                                 interrupt-pare    650                                 interrupt-parent = <&qeic>;
691                         };                        651                         };
692                                                   652 
693                         ucc@2200 {                653                         ucc@2200 {
694                                 cell-index = <    654                                 cell-index = <3>;
695                                 reg = <0x2200     655                                 reg = <0x2200 0x200>;
696                                 interrupts = <    656                                 interrupts = <34>;
697                                 interrupt-pare    657                                 interrupt-parent = <&qeic>;
698                         };                        658                         };
699                                                   659 
700                         muram@10000 {             660                         muram@10000 {
701                                 #address-cells    661                                 #address-cells = <1>;
702                                 #size-cells =     662                                 #size-cells = <1>;
703                                 compatible = "    663                                 compatible = "fsl,qe-muram", "fsl,cpm-muram";
704                                 ranges = <0x0     664                                 ranges = <0x0 0x10000 0x6000>;
705                                                   665 
706                                 data-only@0 {     666                                 data-only@0 {
707                                         compat    667                                         compatible = "fsl,qe-muram-data",
708                                         "fsl,c    668                                         "fsl,cpm-muram-data";
709                                         reg =     669                                         reg = <0x0 0x6000>;
710                                 };                670                                 };
711                         };                        671                         };
712                 };                                672                 };
713                                                   673 
714                 lpuart0: serial@2950000 {         674                 lpuart0: serial@2950000 {
715                         compatible = "fsl,ls10    675                         compatible = "fsl,ls1021a-lpuart";
716                         reg = <0x0 0x2950000 0    676                         reg = <0x0 0x2950000 0x0 0x1000>;
717                         interrupts = <GIC_SPI  !! 677                         interrupts = <0 48 0x4>;
718                         clocks = <&clockgen QO !! 678                         clocks = <&clockgen 0 0>;
719                         clock-names = "ipg";      679                         clock-names = "ipg";
720                         status = "disabled";      680                         status = "disabled";
721                 };                                681                 };
722                                                   682 
723                 lpuart1: serial@2960000 {         683                 lpuart1: serial@2960000 {
724                         compatible = "fsl,ls10    684                         compatible = "fsl,ls1021a-lpuart";
725                         reg = <0x0 0x2960000 0    685                         reg = <0x0 0x2960000 0x0 0x1000>;
726                         interrupts = <GIC_SPI  !! 686                         interrupts = <0 49 0x4>;
727                         clocks = <&clockgen QO !! 687                         clocks = <&clockgen 4 0>;
728                                             QO << 
729                         clock-names = "ipg";      688                         clock-names = "ipg";
730                         status = "disabled";      689                         status = "disabled";
731                 };                                690                 };
732                                                   691 
733                 lpuart2: serial@2970000 {         692                 lpuart2: serial@2970000 {
734                         compatible = "fsl,ls10    693                         compatible = "fsl,ls1021a-lpuart";
735                         reg = <0x0 0x2970000 0    694                         reg = <0x0 0x2970000 0x0 0x1000>;
736                         interrupts = <GIC_SPI  !! 695                         interrupts = <0 50 0x4>;
737                         clocks = <&clockgen QO !! 696                         clocks = <&clockgen 4 0>;
738                                             QO << 
739                         clock-names = "ipg";      697                         clock-names = "ipg";
740                         status = "disabled";      698                         status = "disabled";
741                 };                                699                 };
742                                                   700 
743                 lpuart3: serial@2980000 {         701                 lpuart3: serial@2980000 {
744                         compatible = "fsl,ls10    702                         compatible = "fsl,ls1021a-lpuart";
745                         reg = <0x0 0x2980000 0    703                         reg = <0x0 0x2980000 0x0 0x1000>;
746                         interrupts = <GIC_SPI  !! 704                         interrupts = <0 51 0x4>;
747                         clocks = <&clockgen QO !! 705                         clocks = <&clockgen 4 0>;
748                                             QO << 
749                         clock-names = "ipg";      706                         clock-names = "ipg";
750                         status = "disabled";      707                         status = "disabled";
751                 };                                708                 };
752                                                   709 
753                 lpuart4: serial@2990000 {         710                 lpuart4: serial@2990000 {
754                         compatible = "fsl,ls10    711                         compatible = "fsl,ls1021a-lpuart";
755                         reg = <0x0 0x2990000 0    712                         reg = <0x0 0x2990000 0x0 0x1000>;
756                         interrupts = <GIC_SPI  !! 713                         interrupts = <0 52 0x4>;
757                         clocks = <&clockgen QO !! 714                         clocks = <&clockgen 4 0>;
758                                             QO << 
759                         clock-names = "ipg";      715                         clock-names = "ipg";
760                         status = "disabled";      716                         status = "disabled";
761                 };                                717                 };
762                                                   718 
763                 lpuart5: serial@29a0000 {         719                 lpuart5: serial@29a0000 {
764                         compatible = "fsl,ls10    720                         compatible = "fsl,ls1021a-lpuart";
765                         reg = <0x0 0x29a0000 0    721                         reg = <0x0 0x29a0000 0x0 0x1000>;
766                         interrupts = <GIC_SPI  !! 722                         interrupts = <0 53 0x4>;
767                         clocks = <&clockgen QO !! 723                         clocks = <&clockgen 4 0>;
768                                             QO << 
769                         clock-names = "ipg";      724                         clock-names = "ipg";
770                         status = "disabled";      725                         status = "disabled";
771                 };                                726                 };
772                                                   727 
773                 wdog0: watchdog@2ad0000 {      !! 728                 wdog0: wdog@2ad0000 {
774                         compatible = "fsl,ls10    729                         compatible = "fsl,ls1043a-wdt", "fsl,imx21-wdt";
775                         reg = <0x0 0x2ad0000 0    730                         reg = <0x0 0x2ad0000 0x0 0x10000>;
776                         interrupts = <GIC_SPI  !! 731                         interrupts = <0 83 0x4>;
777                         clocks = <&clockgen QO !! 732                         clocks = <&clockgen 4 0>;
778                                             QO !! 733                         clock-names = "wdog";
779                         big-endian;               734                         big-endian;
780                 };                                735                 };
781                                                   736 
782                 edma0: dma-controller@2c00000  !! 737                 edma0: edma@2c00000 {
783                         #dma-cells = <2>;         738                         #dma-cells = <2>;
784                         compatible = "fsl,vf61    739                         compatible = "fsl,vf610-edma";
785                         reg = <0x0 0x2c00000 0    740                         reg = <0x0 0x2c00000 0x0 0x10000>,
786                               <0x0 0x2c10000 0    741                               <0x0 0x2c10000 0x0 0x10000>,
787                               <0x0 0x2c20000 0    742                               <0x0 0x2c20000 0x0 0x10000>;
788                         interrupts = <GIC_SPI  !! 743                         interrupts = <0 103 0x4>,
789                                      <GIC_SPI  !! 744                                      <0 103 0x4>;
790                         interrupt-names = "edm    745                         interrupt-names = "edma-tx", "edma-err";
791                         dma-channels = <32>;      746                         dma-channels = <32>;
792                         big-endian;               747                         big-endian;
793                         clock-names = "dmamux0    748                         clock-names = "dmamux0", "dmamux1";
794                         clocks = <&clockgen QO !! 749                         clocks = <&clockgen 4 0>,
795                                             QO !! 750                                  <&clockgen 4 0>;
796                                  <&clockgen QO << 
797                                             QO << 
798                 };                                751                 };
799                                                   752 
800                 aux_bus: bus {                 !! 753                 usb0: usb3@2f00000 {
801                         #address-cells = <2>;  !! 754                         compatible = "snps,dwc3";
802                         #size-cells = <2>;     !! 755                         reg = <0x0 0x2f00000 0x0 0x10000>;
803                         compatible = "simple-b !! 756                         interrupts = <0 60 0x4>;
804                         ranges;                !! 757                         dr_mode = "host";
805                         dma-ranges = <0x0 0x0  !! 758                         snps,quirk-frame-length-adjustment = <0x20>;
806                                                !! 759                         snps,dis_rxdet_inp3_quirk;
807                         usb0: usb@2f00000 {    !! 760                         snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
808                                 compatible = " !! 761                         status = "disabled";
809                                 reg = <0x0 0x2 !! 762                 };
810                                 interrupts = < !! 763 
811                                 dr_mode = "hos !! 764                 usb1: usb3@3000000 {
812                                 snps,quirk-fra !! 765                         compatible = "snps,dwc3";
813                                 snps,dis_rxdet !! 766                         reg = <0x0 0x3000000 0x0 0x10000>;
814                                 usb3-lpm-capab !! 767                         interrupts = <0 61 0x4>;
815                                 snps,incr-burs !! 768                         dr_mode = "host";
816                                 status = "disa !! 769                         snps,quirk-frame-length-adjustment = <0x20>;
817                         };                     !! 770                         snps,dis_rxdet_inp3_quirk;
818                                                !! 771                         snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
819                         usb1: usb@3000000 {    !! 772                         status = "disabled";
820                                 compatible = " !! 773                 };
821                                 reg = <0x0 0x3 !! 774 
822                                 interrupts = < !! 775                 usb2: usb3@3100000 {
823                                 dr_mode = "hos !! 776                         compatible = "snps,dwc3";
824                                 snps,quirk-fra !! 777                         reg = <0x0 0x3100000 0x0 0x10000>;
825                                 snps,dis_rxdet !! 778                         interrupts = <0 63 0x4>;
826                                 usb3-lpm-capab !! 779                         dr_mode = "host";
827                                 snps,incr-burs !! 780                         snps,quirk-frame-length-adjustment = <0x20>;
828                                 status = "disa !! 781                         snps,dis_rxdet_inp3_quirk;
829                         };                     !! 782                         snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
830                                                !! 783                         status = "disabled";
831                         usb2: usb@3100000 {    !! 784                 };
832                                 compatible = " !! 785 
833                                 reg = <0x0 0x3 !! 786                 sata: sata@3200000 {
834                                 interrupts = < !! 787                         compatible = "fsl,ls1043a-ahci";
835                                 dr_mode = "hos !! 788                         reg = <0x0 0x3200000 0x0 0x10000>,
836                                 snps,quirk-fra !! 789                                 <0x0 0x20140520 0x0 0x4>;
837                                 snps,dis_rxdet !! 790                         reg-names = "ahci", "sata-ecc";
838                                 usb3-lpm-capab !! 791                         interrupts = <0 69 0x4>;
839                                 snps,incr-burs !! 792                         clocks = <&clockgen 4 0>;
840                                 status = "disa !! 793                         dma-coherent;
841                         };                     << 
842                                                << 
843                         sata: sata@3200000 {   << 
844                                 compatible = " << 
845                                 reg = <0x0 0x3 << 
846                                         <0x0 0 << 
847                                 reg-names = "a << 
848                                 interrupts = < << 
849                                 clocks = <&clo << 
850                                                << 
851                                 dma-coherent;  << 
852                         };                     << 
853                 };                                794                 };
854                                                   795 
855                 msi1: msi-controller1@1571000     796                 msi1: msi-controller1@1571000 {
856                         compatible = "fsl,ls10    797                         compatible = "fsl,ls1043a-msi";
857                         reg = <0x0 0x1571000 0    798                         reg = <0x0 0x1571000 0x0 0x8>;
858                         msi-controller;           799                         msi-controller;
859                         interrupts = <GIC_SPI  !! 800                         interrupts = <0 116 0x4>;
860                 };                                801                 };
861                                                   802 
862                 msi2: msi-controller2@1572000     803                 msi2: msi-controller2@1572000 {
863                         compatible = "fsl,ls10    804                         compatible = "fsl,ls1043a-msi";
864                         reg = <0x0 0x1572000 0    805                         reg = <0x0 0x1572000 0x0 0x8>;
865                         msi-controller;           806                         msi-controller;
866                         interrupts = <GIC_SPI  !! 807                         interrupts = <0 126 0x4>;
867                 };                                808                 };
868                                                   809 
869                 msi3: msi-controller3@1573000     810                 msi3: msi-controller3@1573000 {
870                         compatible = "fsl,ls10    811                         compatible = "fsl,ls1043a-msi";
871                         reg = <0x0 0x1573000 0    812                         reg = <0x0 0x1573000 0x0 0x8>;
872                         msi-controller;           813                         msi-controller;
873                         interrupts = <GIC_SPI  !! 814                         interrupts = <0 160 0x4>;
874                 };                                815                 };
875                                                   816 
876                 pcie1: pcie@3400000 {          !! 817                 pcie@3400000 {
877                         compatible = "fsl,ls10    818                         compatible = "fsl,ls1043a-pcie";
878                         reg = <0x00 0x03400000 !! 819                         reg = <0x00 0x03400000 0x0 0x00100000   /* controller registers */
879                               <0x40 0x00000000 !! 820                                0x40 0x00000000 0x0 0x00002000>; /* configuration space */
880                         reg-names = "regs", "c    821                         reg-names = "regs", "config";
881                         interrupts = <GIC_SPI  !! 822                         interrupts = <0 118 0x4>, /* controller interrupt */
882                                      <GIC_SPI  !! 823                                      <0 117 0x4>; /* PME interrupt */
883                         interrupt-names = "pme !! 824                         interrupt-names = "intr", "pme";
884                         #address-cells = <3>;     825                         #address-cells = <3>;
885                         #size-cells = <2>;        826                         #size-cells = <2>;
886                         device_type = "pci";      827                         device_type = "pci";
                                                   >> 828                         dma-coherent;
887                         num-viewport = <6>;       829                         num-viewport = <6>;
888                         bus-range = <0x0 0xff>    830                         bus-range = <0x0 0xff>;
889                         ranges = <0x81000000 0    831                         ranges = <0x81000000 0x0 0x00000000 0x40 0x00010000 0x0 0x00010000   /* downstream I/O */
890                                   0x82000000 0    832                                   0x82000000 0x0 0x40000000 0x40 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
891                         msi-parent = <&msi1>,     833                         msi-parent = <&msi1>, <&msi2>, <&msi3>;
892                         #interrupt-cells = <1>    834                         #interrupt-cells = <1>;
893                         interrupt-map-mask = <    835                         interrupt-map-mask = <0 0 0 7>;
894                         interrupt-map = <0000     836                         interrupt-map = <0000 0 0 1 &gic 0 110 0x4>,
895                                         <0000     837                                         <0000 0 0 2 &gic 0 111 0x4>,
896                                         <0000     838                                         <0000 0 0 3 &gic 0 112 0x4>,
897                                         <0000     839                                         <0000 0 0 4 &gic 0 113 0x4>;
898                         fsl,pcie-scfg = <&scfg << 
899                         big-endian;            << 
900                         status = "disabled";      840                         status = "disabled";
901                 };                                841                 };
902                                                   842 
903                 pcie2: pcie@3500000 {          !! 843                 pcie@3500000 {
904                         compatible = "fsl,ls10    844                         compatible = "fsl,ls1043a-pcie";
905                         reg = <0x00 0x03500000 !! 845                         reg = <0x00 0x03500000 0x0 0x00100000   /* controller registers */
906                               <0x48 0x00000000 !! 846                                0x48 0x00000000 0x0 0x00002000>; /* configuration space */
907                         reg-names = "regs", "c    847                         reg-names = "regs", "config";
908                         interrupts = <GIC_SPI  !! 848                         interrupts = <0 128 0x4>,
909                                      <GIC_SPI  !! 849                                      <0 127 0x4>;
910                         interrupt-names = "pme !! 850                         interrupt-names = "intr", "pme";
911                         #address-cells = <3>;     851                         #address-cells = <3>;
912                         #size-cells = <2>;        852                         #size-cells = <2>;
913                         device_type = "pci";      853                         device_type = "pci";
                                                   >> 854                         dma-coherent;
914                         num-viewport = <6>;       855                         num-viewport = <6>;
915                         bus-range = <0x0 0xff>    856                         bus-range = <0x0 0xff>;
916                         ranges = <0x81000000 0    857                         ranges = <0x81000000 0x0 0x00000000 0x48 0x00010000 0x0 0x00010000   /* downstream I/O */
917                                   0x82000000 0    858                                   0x82000000 0x0 0x40000000 0x48 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
918                         msi-parent = <&msi1>,     859                         msi-parent = <&msi1>, <&msi2>, <&msi3>;
919                         #interrupt-cells = <1>    860                         #interrupt-cells = <1>;
920                         interrupt-map-mask = <    861                         interrupt-map-mask = <0 0 0 7>;
921                         interrupt-map = <0000     862                         interrupt-map = <0000 0 0 1 &gic 0 120  0x4>,
922                                         <0000     863                                         <0000 0 0 2 &gic 0 121 0x4>,
923                                         <0000     864                                         <0000 0 0 3 &gic 0 122 0x4>,
924                                         <0000     865                                         <0000 0 0 4 &gic 0 123 0x4>;
925                         fsl,pcie-scfg = <&scfg << 
926                         big-endian;            << 
927                         status = "disabled";      866                         status = "disabled";
928                 };                                867                 };
929                                                   868 
930                 pcie3: pcie@3600000 {          !! 869                 pcie@3600000 {
931                         compatible = "fsl,ls10    870                         compatible = "fsl,ls1043a-pcie";
932                         reg = <0x00 0x03600000 !! 871                         reg = <0x00 0x03600000 0x0 0x00100000   /* controller registers */
933                               <0x50 0x00000000 !! 872                                0x50 0x00000000 0x0 0x00002000>; /* configuration space */
934                         reg-names = "regs", "c    873                         reg-names = "regs", "config";
935                         interrupts = <GIC_SPI  !! 874                         interrupts = <0 162 0x4>,
936                                      <GIC_SPI  !! 875                                      <0 161 0x4>;
937                         interrupt-names = "pme !! 876                         interrupt-names = "intr", "pme";
938                         #address-cells = <3>;     877                         #address-cells = <3>;
939                         #size-cells = <2>;        878                         #size-cells = <2>;
940                         device_type = "pci";      879                         device_type = "pci";
                                                   >> 880                         dma-coherent;
941                         num-viewport = <6>;       881                         num-viewport = <6>;
942                         bus-range = <0x0 0xff>    882                         bus-range = <0x0 0xff>;
943                         ranges = <0x81000000 0    883                         ranges = <0x81000000 0x0 0x00000000 0x50 0x00010000 0x0 0x00010000   /* downstream I/O */
944                                   0x82000000 0    884                                   0x82000000 0x0 0x40000000 0x50 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
945                         msi-parent = <&msi1>,     885                         msi-parent = <&msi1>, <&msi2>, <&msi3>;
946                         #interrupt-cells = <1>    886                         #interrupt-cells = <1>;
947                         interrupt-map-mask = <    887                         interrupt-map-mask = <0 0 0 7>;
948                         interrupt-map = <0000     888                         interrupt-map = <0000 0 0 1 &gic 0 154 0x4>,
949                                         <0000     889                                         <0000 0 0 2 &gic 0 155 0x4>,
950                                         <0000     890                                         <0000 0 0 3 &gic 0 156 0x4>,
951                                         <0000     891                                         <0000 0 0 4 &gic 0 157 0x4>;
952                         fsl,pcie-scfg = <&scfg << 
953                         big-endian;            << 
954                         status = "disabled";      892                         status = "disabled";
955                 };                                893                 };
956                                                   894 
957                 qdma: dma-controller@8380000 {    895                 qdma: dma-controller@8380000 {
958                         compatible = "fsl,ls10 !! 896                         compatible = "fsl,ls1021a-qdma", "fsl,ls1043a-qdma";
959                         reg = <0x0 0x8380000 0    897                         reg = <0x0 0x8380000 0x0 0x1000>, /* Controller regs */
960                               <0x0 0x8390000 0    898                               <0x0 0x8390000 0x0 0x10000>, /* Status regs */
961                               <0x0 0x83a0000 0    899                               <0x0 0x83a0000 0x0 0x40000>; /* Block regs */
962                         interrupts = <GIC_SPI     900                         interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
963                                      <GIC_SPI     901                                      <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
964                                      <GIC_SPI     902                                      <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
965                                      <GIC_SPI     903                                      <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
966                                      <GIC_SPI     904                                      <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
967                         interrupt-names = "qdm    905                         interrupt-names = "qdma-error", "qdma-queue0",
968                                 "qdma-queue1",    906                                 "qdma-queue1", "qdma-queue2", "qdma-queue3";
969                         #dma-cells = <1>;      << 
970                         dma-channels = <8>;       907                         dma-channels = <8>;
971                         block-number = <1>;       908                         block-number = <1>;
972                         block-offset = <0x1000    909                         block-offset = <0x10000>;
973                         fsl,dma-queues = <2>;     910                         fsl,dma-queues = <2>;
974                         status-sizes = <64>;      911                         status-sizes = <64>;
975                         queue-sizes = <64 64>;    912                         queue-sizes = <64 64>;
976                         big-endian;               913                         big-endian;
977                 };                                914                 };
978                                                   915 
979                 rcpm: wakeup-controller@1ee214 !! 916                 rcpm: power-controller@1ee2140 {
980                         compatible = "fsl,ls10    917                         compatible = "fsl,ls1043a-rcpm", "fsl,qoriq-rcpm-2.1+";
981                         reg = <0x0 0x1ee2140 0    918                         reg = <0x0 0x1ee2140 0x0 0x4>;
982                         #fsl,rcpm-wakeup-cells    919                         #fsl,rcpm-wakeup-cells = <1>;
983                 };                                920                 };
984                                                   921 
985                 ftm_alarm0: rtc@29d0000 {      !! 922                 ftm_alarm0: timer@29d0000 {
986                         compatible = "fsl,ls10    923                         compatible = "fsl,ls1043a-ftm-alarm";
987                         reg = <0x0 0x29d0000 0    924                         reg = <0x0 0x29d0000 0x0 0x10000>;
988                         fsl,rcpm-wakeup = <&rc    925                         fsl,rcpm-wakeup = <&rcpm 0x20000>;
989                         interrupts = <GIC_SPI     926                         interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
990                         big-endian;               927                         big-endian;
991                 };                                928                 };
992         };                                        929         };
993                                                   930 
994         firmware {                                931         firmware {
995                 optee {                           932                 optee {
996                         compatible = "linaro,o    933                         compatible = "linaro,optee-tz";
997                         method = "smc";           934                         method = "smc";
998                 };                                935                 };
999         };                                        936         };
1000                                                  937 
1001 };                                               938 };
1002                                                  939 
1003 #include "qoriq-qman-portals.dtsi"               940 #include "qoriq-qman-portals.dtsi"
1004 #include "qoriq-bman-portals.dtsi"               941 #include "qoriq-bman-portals.dtsi"
                                                      

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