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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/fsl-ls1088a.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-ls1088a.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/fsl-ls1088a.dtsi (Version linux-4.14.336)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)  << 
  2 /*                                                  1 /*
  3  * Device Tree Include file for NXP Layerscape      2  * Device Tree Include file for NXP Layerscape-1088A family SoC.
  4  *                                                  3  *
  5  * Copyright 2017-2020 NXP                     !!   4  * Copyright 2017 NXP
  6  *                                                  5  *
  7  * Harninder Rai <harninder.rai@nxp.com>             6  * Harninder Rai <harninder.rai@nxp.com>
  8  *                                                  7  *
                                                   >>   8  * This file is dual-licensed: you can use it either under the terms
                                                   >>   9  * of the GPLv2 or the X11 license, at your option. Note that this dual
                                                   >>  10  * licensing only applies to this file, and not this project as a
                                                   >>  11  * whole.
                                                   >>  12  *
                                                   >>  13  *  a) This library is free software; you can redistribute it and/or
                                                   >>  14  *     modify it under the terms of the GNU General Public License as
                                                   >>  15  *     published by the Free Software Foundation; either version 2 of the
                                                   >>  16  *     License, or (at your option) any later version.
                                                   >>  17  *
                                                   >>  18  *     This library is distributed in the hope that it will be useful,
                                                   >>  19  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
                                                   >>  20  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                                                   >>  21  *     GNU General Public License for more details.
                                                   >>  22  *
                                                   >>  23  * Or, alternatively,
                                                   >>  24  *
                                                   >>  25  *  b) Permission is hereby granted, free of charge, to any person
                                                   >>  26  *     obtaining a copy of this software and associated documentation
                                                   >>  27  *     files (the "Software"), to deal in the Software without
                                                   >>  28  *     restriction, including without limitation the rights to use,
                                                   >>  29  *     copy, modify, merge, publish, distribute, sublicense, and/or
                                                   >>  30  *     sell copies of the Software, and to permit persons to whom the
                                                   >>  31  *     Software is furnished to do so, subject to the following
                                                   >>  32  *     conditions:
                                                   >>  33  *
                                                   >>  34  *     The above copyright notice and this permission notice shall be
                                                   >>  35  *     included in all copies or substantial portions of the Software.
                                                   >>  36  *
                                                   >>  37  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
                                                   >>  38  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
                                                   >>  39  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
                                                   >>  40  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
                                                   >>  41  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
                                                   >>  42  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
                                                   >>  43  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
                                                   >>  44  *     OTHER DEALINGS IN THE SOFTWARE.
  9  */                                                45  */
 10 #include <dt-bindings/clock/fsl,qoriq-clockgen << 
 11 #include <dt-bindings/interrupt-controller/arm     46 #include <dt-bindings/interrupt-controller/arm-gic.h>
 12 #include <dt-bindings/thermal/thermal.h>           47 #include <dt-bindings/thermal/thermal.h>
 13                                                    48 
 14 / {                                                49 / {
 15         compatible = "fsl,ls1088a";                50         compatible = "fsl,ls1088a";
 16         interrupt-parent = <&gic>;                 51         interrupt-parent = <&gic>;
 17         #address-cells = <2>;                      52         #address-cells = <2>;
 18         #size-cells = <2>;                         53         #size-cells = <2>;
 19                                                    54 
 20         aliases {                                  55         aliases {
 21                 crypto = &crypto;                  56                 crypto = &crypto;
 22                 rtc1 = &ftm_alarm0;            << 
 23         };                                         57         };
 24                                                    58 
 25         cpus {                                     59         cpus {
 26                 #address-cells = <1>;              60                 #address-cells = <1>;
 27                 #size-cells = <0>;                 61                 #size-cells = <0>;
 28                                                    62 
 29                 /* We have 2 clusters having 4     63                 /* We have 2 clusters having 4 Cortex-A53 cores each */
 30                 cpu0: cpu@0 {                      64                 cpu0: cpu@0 {
 31                         device_type = "cpu";       65                         device_type = "cpu";
 32                         compatible = "arm,cort     66                         compatible = "arm,cortex-a53";
 33                         reg = <0x0>;               67                         reg = <0x0>;
 34                         clocks = <&clockgen QO !!  68                         clocks = <&clockgen 1 0>;
 35                         cpu-idle-states = <&CP     69                         cpu-idle-states = <&CPU_PH20>;
 36                         #cooling-cells = <2>;      70                         #cooling-cells = <2>;
 37                 };                                 71                 };
 38                                                    72 
 39                 cpu1: cpu@1 {                      73                 cpu1: cpu@1 {
 40                         device_type = "cpu";       74                         device_type = "cpu";
 41                         compatible = "arm,cort     75                         compatible = "arm,cortex-a53";
 42                         reg = <0x1>;               76                         reg = <0x1>;
 43                         clocks = <&clockgen QO !!  77                         clocks = <&clockgen 1 0>;
 44                         cpu-idle-states = <&CP     78                         cpu-idle-states = <&CPU_PH20>;
 45                         #cooling-cells = <2>;  << 
 46                 };                                 79                 };
 47                                                    80 
 48                 cpu2: cpu@2 {                      81                 cpu2: cpu@2 {
 49                         device_type = "cpu";       82                         device_type = "cpu";
 50                         compatible = "arm,cort     83                         compatible = "arm,cortex-a53";
 51                         reg = <0x2>;               84                         reg = <0x2>;
 52                         clocks = <&clockgen QO !!  85                         clocks = <&clockgen 1 0>;
 53                         cpu-idle-states = <&CP     86                         cpu-idle-states = <&CPU_PH20>;
 54                         #cooling-cells = <2>;  << 
 55                 };                                 87                 };
 56                                                    88 
 57                 cpu3: cpu@3 {                      89                 cpu3: cpu@3 {
 58                         device_type = "cpu";       90                         device_type = "cpu";
 59                         compatible = "arm,cort     91                         compatible = "arm,cortex-a53";
 60                         reg = <0x3>;               92                         reg = <0x3>;
 61                         clocks = <&clockgen QO !!  93                         clocks = <&clockgen 1 0>;
 62                         cpu-idle-states = <&CP     94                         cpu-idle-states = <&CPU_PH20>;
 63                         #cooling-cells = <2>;  << 
 64                 };                                 95                 };
 65                                                    96 
 66                 cpu4: cpu@100 {                    97                 cpu4: cpu@100 {
 67                         device_type = "cpu";       98                         device_type = "cpu";
 68                         compatible = "arm,cort     99                         compatible = "arm,cortex-a53";
 69                         reg = <0x100>;            100                         reg = <0x100>;
 70                         clocks = <&clockgen QO !! 101                         clocks = <&clockgen 1 1>;
 71                         cpu-idle-states = <&CP    102                         cpu-idle-states = <&CPU_PH20>;
 72                         #cooling-cells = <2>;     103                         #cooling-cells = <2>;
 73                 };                                104                 };
 74                                                   105 
 75                 cpu5: cpu@101 {                   106                 cpu5: cpu@101 {
 76                         device_type = "cpu";      107                         device_type = "cpu";
 77                         compatible = "arm,cort    108                         compatible = "arm,cortex-a53";
 78                         reg = <0x101>;            109                         reg = <0x101>;
 79                         clocks = <&clockgen QO !! 110                         clocks = <&clockgen 1 1>;
 80                         cpu-idle-states = <&CP    111                         cpu-idle-states = <&CPU_PH20>;
 81                         #cooling-cells = <2>;  << 
 82                 };                                112                 };
 83                                                   113 
 84                 cpu6: cpu@102 {                   114                 cpu6: cpu@102 {
 85                         device_type = "cpu";      115                         device_type = "cpu";
 86                         compatible = "arm,cort    116                         compatible = "arm,cortex-a53";
 87                         reg = <0x102>;            117                         reg = <0x102>;
 88                         clocks = <&clockgen QO !! 118                         clocks = <&clockgen 1 1>;
 89                         cpu-idle-states = <&CP    119                         cpu-idle-states = <&CPU_PH20>;
 90                         #cooling-cells = <2>;  << 
 91                 };                                120                 };
 92                                                   121 
 93                 cpu7: cpu@103 {                   122                 cpu7: cpu@103 {
 94                         device_type = "cpu";      123                         device_type = "cpu";
 95                         compatible = "arm,cort    124                         compatible = "arm,cortex-a53";
 96                         reg = <0x103>;            125                         reg = <0x103>;
 97                         clocks = <&clockgen QO !! 126                         clocks = <&clockgen 1 1>;
 98                         cpu-idle-states = <&CP    127                         cpu-idle-states = <&CPU_PH20>;
 99                         #cooling-cells = <2>;  << 
100                 };                                128                 };
101                                                   129 
102                 CPU_PH20: cpu-ph20 {              130                 CPU_PH20: cpu-ph20 {
103                         compatible = "arm,idle    131                         compatible = "arm,idle-state";
104                         idle-state-name = "PH2    132                         idle-state-name = "PH20";
105                         arm,psci-suspend-param !! 133                         arm,psci-suspend-param = <0x00010000>;
106                         entry-latency-us = <10    134                         entry-latency-us = <1000>;
107                         exit-latency-us = <100    135                         exit-latency-us = <1000>;
108                         min-residency-us = <30    136                         min-residency-us = <3000>;
109                 };                                137                 };
110         };                                        138         };
111                                                   139 
112         gic: interrupt-controller@6000000 {       140         gic: interrupt-controller@6000000 {
113                 compatible = "arm,gic-v3";        141                 compatible = "arm,gic-v3";
114                 #interrupt-cells = <3>;           142                 #interrupt-cells = <3>;
115                 interrupt-controller;             143                 interrupt-controller;
116                 reg = <0x0 0x06000000 0 0x1000    144                 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
117                       <0x0 0x06100000 0 0x1000    145                       <0x0 0x06100000 0 0x100000>, /* GICR(RD_base+SGI_base)*/
118                       <0x0 0x0c0c0000 0 0x2000    146                       <0x0 0x0c0c0000 0 0x2000>, /* GICC */
119                       <0x0 0x0c0d0000 0 0x1000    147                       <0x0 0x0c0d0000 0 0x1000>, /* GICH */
120                       <0x0 0x0c0e0000 0 0x2000    148                       <0x0 0x0c0e0000 0 0x20000>; /* GICV */
121                 interrupts = <GIC_PPI 9 IRQ_TY !! 149                 interrupts = <1 9 IRQ_TYPE_LEVEL_HIGH>;
122                 #address-cells = <2>;          << 
123                 #size-cells = <2>;             << 
124                 ranges;                        << 
125                                                << 
126                 its: msi-controller@6020000 {  << 
127                         compatible = "arm,gic- << 
128                         msi-controller;        << 
129                         #msi-cells = <1>;      << 
130                         reg = <0x0 0x6020000 0 << 
131                 };                             << 
132         };                                     << 
133                                                << 
134         thermal-zones {                        << 
135                 cluster-thermal {              << 
136                         polling-delay-passive  << 
137                         polling-delay = <5000> << 
138                         thermal-sensors = <&tm << 
139                                                << 
140                         trips {                << 
141                                 core_cluster_a << 
142                                         temper << 
143                                         hyster << 
144                                         type = << 
145                                 };             << 
146                                                << 
147                                 core-cluster-c << 
148                                         temper << 
149                                         hyster << 
150                                         type = << 
151                                 };             << 
152                         };                     << 
153                                                << 
154                         cooling-maps {         << 
155                                 map0 {         << 
156                                         trip = << 
157                                         coolin << 
158                                                << 
159                                                << 
160                                                << 
161                                                << 
162                                                << 
163                                                << 
164                                                << 
165                                                << 
166                                 };             << 
167                         };                     << 
168                 };                             << 
169                                                << 
170                 soc-thermal {                  << 
171                         polling-delay-passive  << 
172                         polling-delay = <5000> << 
173                         thermal-sensors = <&tm << 
174                                                << 
175                         trips {                << 
176                                 soc-crit {     << 
177                                         temper << 
178                                         hyster << 
179                                         type = << 
180                                 };             << 
181                         };                     << 
182                 };                             << 
183         };                                        150         };
184                                                   151 
185         timer {                                   152         timer {
186                 compatible = "arm,armv8-timer"    153                 compatible = "arm,armv8-timer";
187                 interrupts = <GIC_PPI 13 IRQ_T !! 154                 interrupts = <1 13 IRQ_TYPE_LEVEL_LOW>,/* Physical Secure PPI */
188                              <GIC_PPI 14 IRQ_T !! 155                              <1 14 IRQ_TYPE_LEVEL_LOW>,/* Physical Non-Secure PPI */
189                              <GIC_PPI 11 IRQ_T !! 156                              <1 11 IRQ_TYPE_LEVEL_LOW>,/* Virtual PPI */
190                              <GIC_PPI 10 IRQ_T !! 157                              <1 10 IRQ_TYPE_LEVEL_LOW>;/* Hypervisor PPI */
191         };                                     << 
192                                                << 
193         pmu {                                  << 
194                 compatible = "arm,cortex-a53-p << 
195                 interrupts = <GIC_PPI 7 IRQ_TY << 
196         };                                        158         };
197                                                   159 
198         psci {                                    160         psci {
199                 compatible = "arm,psci-0.2";      161                 compatible = "arm,psci-0.2";
200                 method = "smc";                   162                 method = "smc";
201         };                                        163         };
202                                                   164 
203         sysclk: sysclk {                          165         sysclk: sysclk {
204                 compatible = "fixed-clock";       166                 compatible = "fixed-clock";
205                 #clock-cells = <0>;               167                 #clock-cells = <0>;
206                 clock-frequency = <100000000>;    168                 clock-frequency = <100000000>;
207                 clock-output-names = "sysclk";    169                 clock-output-names = "sysclk";
208         };                                        170         };
209                                                   171 
210         reboot {                               << 
211                 compatible = "syscon-reboot";  << 
212                 regmap = <&reset>;             << 
213                 offset = <0x0>;                << 
214                 mask = <0x02>;                 << 
215         };                                     << 
216                                                << 
217         soc {                                     172         soc {
218                 compatible = "simple-bus";        173                 compatible = "simple-bus";
219                 #address-cells = <2>;             174                 #address-cells = <2>;
220                 #size-cells = <2>;                175                 #size-cells = <2>;
221                 ranges;                           176                 ranges;
222                 dma-ranges = <0x0 0x0 0x0 0x0  << 
223                                                   177 
224                 clockgen: clocking@1300000 {      178                 clockgen: clocking@1300000 {
225                         compatible = "fsl,ls10    179                         compatible = "fsl,ls1088a-clockgen";
226                         reg = <0 0x1300000 0 0    180                         reg = <0 0x1300000 0 0xa0000>;
227                         #clock-cells = <2>;       181                         #clock-cells = <2>;
228                         clocks = <&sysclk>;       182                         clocks = <&sysclk>;
229                 };                                183                 };
230                                                   184 
231                 dcfg: dcfg@1e00000 {           << 
232                         compatible = "fsl,ls10 << 
233                         reg = <0x0 0x1e00000 0 << 
234                         little-endian;         << 
235                 };                             << 
236                                                << 
237                 reset: syscon@1e60000 {        << 
238                         compatible = "fsl,ls10 << 
239                         reg = <0x0 0x1e60000 0 << 
240                 };                             << 
241                                                << 
242                 isc: syscon@1f70000 {          << 
243                         compatible = "fsl,ls10 << 
244                         reg = <0x0 0x1f70000 0 << 
245                         little-endian;         << 
246                         #address-cells = <1>;  << 
247                         #size-cells = <1>;     << 
248                         ranges = <0x0 0x0 0x1f << 
249                                                << 
250                         extirq: interrupt-cont << 
251                                 compatible = " << 
252                                 #interrupt-cel << 
253                                 #address-cells << 
254                                 interrupt-cont << 
255                                 reg = <0x14 4> << 
256                                 interrupt-map  << 
257                                         <0 0 & << 
258                                         <1 0 & << 
259                                         <2 0 & << 
260                                         <3 0 & << 
261                                         <4 0 & << 
262                                         <5 0 & << 
263                                         <6 0 & << 
264                                         <7 0 & << 
265                                         <8 0 & << 
266                                         <9 0 & << 
267                                         <10 0  << 
268                                         <11 0  << 
269                                 interrupt-map- << 
270                         };                     << 
271                 };                             << 
272                                                << 
273                 sfp: efuse@1e80000 {           << 
274                         compatible = "fsl,ls10 << 
275                         reg = <0x0 0x1e80000 0 << 
276                         clocks = <&clockgen QO << 
277                                             QO << 
278                         clock-names = "sfp";   << 
279                 };                             << 
280                                                << 
281                 tmu: tmu@1f80000 {                185                 tmu: tmu@1f80000 {
282                         compatible = "fsl,qori    186                         compatible = "fsl,qoriq-tmu";
283                         reg = <0x0 0x1f80000 0    187                         reg = <0x0 0x1f80000 0x0 0x10000>;
284                         interrupts = <GIC_SPI  !! 188                         interrupts = <0 23 0x4>;
285                         fsl,tmu-range = <0xb00 !! 189                         fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x30062>;
286                         fsl,tmu-calibration =     190                         fsl,tmu-calibration =
287                                 /* Calibration    191                                 /* Calibration data group 1 */
288                                 <0x00000000 0x !! 192                                 <0x00000000 0x00000026
289                                 <0x00000001 0x !! 193                                 0x00000001 0x0000002d
290                                 <0x00000002 0x !! 194                                 0x00000002 0x00000032
291                                 <0x00000003 0x !! 195                                 0x00000003 0x00000039
292                                 <0x00000004 0x !! 196                                 0x00000004 0x0000003f
293                                 <0x00000005 0x !! 197                                 0x00000005 0x00000046
294                                 <0x00000006 0x !! 198                                 0x00000006 0x0000004d
295                                 <0x00000007 0x !! 199                                 0x00000007 0x00000054
296                                 <0x00000008 0x !! 200                                 0x00000008 0x0000005a
297                                 <0x00000009 0x !! 201                                 0x00000009 0x00000061
298                                 <0x0000000a 0x !! 202                                 0x0000000a 0x0000006a
299                                 <0x0000000b 0x !! 203                                 0x0000000b 0x00000071
300                                 /* Calibration    204                                 /* Calibration data group 2 */
301                                 <0x00010000 0x !! 205                                 0x00010000 0x00000025
302                                 <0x00010001 0x !! 206                                 0x00010001 0x0000002c
303                                 <0x00010002 0x !! 207                                 0x00010002 0x00000035
304                                 <0x00010003 0x !! 208                                 0x00010003 0x0000003d
305                                 <0x00010004 0x !! 209                                 0x00010004 0x00000045
306                                 <0x00010005 0x !! 210                                 0x00010005 0x0000004e
307                                 <0x00010006 0x !! 211                                 0x00010006 0x00000057
308                                 <0x00010007 0x !! 212                                 0x00010007 0x00000061
309                                 <0x00010008 0x !! 213                                 0x00010008 0x0000006b
310                                 <0x00010009 0x !! 214                                 0x00010009 0x00000076
311                                 /* Calibration    215                                 /* Calibration data group 3 */
312                                 <0x00020000 0x !! 216                                 0x00020000 0x00000029
313                                 <0x00020001 0x !! 217                                 0x00020001 0x00000033
314                                 <0x00020002 0x !! 218                                 0x00020002 0x0000003d
315                                 <0x00020003 0x !! 219                                 0x00020003 0x00000049
316                                 <0x00020004 0x !! 220                                 0x00020004 0x00000056
317                                 <0x00020005 0x !! 221                                 0x00020005 0x00000061
318                                 <0x00020006 0x !! 222                                 0x00020006 0x0000006d
319                                 /* Calibration    223                                 /* Calibration data group 4 */
320                                 <0x00030000 0x !! 224                                 0x00030000 0x00000021
321                                 <0x00030001 0x !! 225                                 0x00030001 0x0000002a
322                                 <0x00030002 0x !! 226                                 0x00030002 0x0000003c
323                                 <0x00030003 0x !! 227                                 0x00030003 0x0000004e>;
324                                 <0x00030004 0x << 
325                                 <0x00030005 0x << 
326                                 <0x00030006 0x << 
327                                 <0x00030007 0x << 
328                         little-endian;            228                         little-endian;
329                         #thermal-sensor-cells     229                         #thermal-sensor-cells = <1>;
330                 };                                230                 };
331                                                   231 
332                 dspi: spi@2100000 {            !! 232                 thermal-zones {
333                         compatible = "fsl,ls10 !! 233                         cpu_thermal: cpu-thermal {
334                                      "fsl,ls10 !! 234                                 polling-delay-passive = <1000>;
335                         #address-cells = <1>;  !! 235                                 polling-delay = <5000>;
336                         #size-cells = <0>;     !! 236                                 thermal-sensors = <&tmu 0>;
337                         reg = <0x0 0x2100000 0 !! 237 
338                         interrupts = <GIC_SPI  !! 238                                 trips {
339                         clock-names = "dspi";  !! 239                                         cpu_alert: cpu-alert {
340                         clocks = <&clockgen QO !! 240                                                 temperature = <85000>;
341                                             QO !! 241                                                 hysteresis = <2000>;
342                         spi-num-chipselects =  !! 242                                                 type = "passive";
343                         status = "disabled";   !! 243                                         };
                                                   >> 244 
                                                   >> 245                                         cpu_crit: cpu-crit {
                                                   >> 246                                                 temperature = <95000>;
                                                   >> 247                                                 hysteresis = <2000>;
                                                   >> 248                                                 type = "critical";
                                                   >> 249                                         };
                                                   >> 250                                 };
                                                   >> 251 
                                                   >> 252                                 cooling-maps {
                                                   >> 253                                         map0 {
                                                   >> 254                                                 trip = <&cpu_alert>;
                                                   >> 255                                                 cooling-device =
                                                   >> 256                                                         <&cpu0 THERMAL_NO_LIMIT
                                                   >> 257                                                         THERMAL_NO_LIMIT>;
                                                   >> 258                                         };
                                                   >> 259 
                                                   >> 260                                         map1 {
                                                   >> 261                                                 trip = <&cpu_alert>;
                                                   >> 262                                                 cooling-device =
                                                   >> 263                                                         <&cpu4 THERMAL_NO_LIMIT
                                                   >> 264                                                         THERMAL_NO_LIMIT>;
                                                   >> 265                                         };
                                                   >> 266                                 };
                                                   >> 267                         };
344                 };                                268                 };
345                                                   269 
346                 duart0: serial@21c0500 {          270                 duart0: serial@21c0500 {
347                         compatible = "fsl,ns16    271                         compatible = "fsl,ns16550", "ns16550a";
348                         reg = <0x0 0x21c0500 0    272                         reg = <0x0 0x21c0500 0x0 0x100>;
349                         clocks = <&clockgen QO !! 273                         clocks = <&clockgen 4 3>;
350                                             QO !! 274                         interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
351                         interrupts = <GIC_SPI  << 
352                         status = "disabled";      275                         status = "disabled";
353                 };                                276                 };
354                                                   277 
355                 duart1: serial@21c0600 {          278                 duart1: serial@21c0600 {
356                         compatible = "fsl,ns16    279                         compatible = "fsl,ns16550", "ns16550a";
357                         reg = <0x0 0x21c0600 0    280                         reg = <0x0 0x21c0600 0x0 0x100>;
358                         clocks = <&clockgen QO !! 281                         clocks = <&clockgen 4 3>;
359                                             QO !! 282                         interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
360                         interrupts = <GIC_SPI  << 
361                         status = "disabled";      283                         status = "disabled";
362                 };                                284                 };
363                                                   285 
364                 gpio0: gpio@2300000 {             286                 gpio0: gpio@2300000 {
365                         compatible = "fsl,ls10 !! 287                         compatible = "fsl,qoriq-gpio";
366                         reg = <0x0 0x2300000 0    288                         reg = <0x0 0x2300000 0x0 0x10000>;
367                         interrupts = <GIC_SPI  !! 289                         interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
368                         little-endian;         << 
369                         gpio-controller;          290                         gpio-controller;
370                         #gpio-cells = <2>;        291                         #gpio-cells = <2>;
371                         interrupt-controller;     292                         interrupt-controller;
372                         #interrupt-cells = <2>    293                         #interrupt-cells = <2>;
373                 };                                294                 };
374                                                   295 
375                 gpio1: gpio@2310000 {             296                 gpio1: gpio@2310000 {
376                         compatible = "fsl,ls10 !! 297                         compatible = "fsl,qoriq-gpio";
377                         reg = <0x0 0x2310000 0    298                         reg = <0x0 0x2310000 0x0 0x10000>;
378                         interrupts = <GIC_SPI  !! 299                         interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
379                         little-endian;         << 
380                         gpio-controller;          300                         gpio-controller;
381                         #gpio-cells = <2>;        301                         #gpio-cells = <2>;
382                         interrupt-controller;     302                         interrupt-controller;
383                         #interrupt-cells = <2>    303                         #interrupt-cells = <2>;
384                 };                                304                 };
385                                                   305 
386                 gpio2: gpio@2320000 {             306                 gpio2: gpio@2320000 {
387                         compatible = "fsl,ls10 !! 307                         compatible = "fsl,qoriq-gpio";
388                         reg = <0x0 0x2320000 0    308                         reg = <0x0 0x2320000 0x0 0x10000>;
389                         interrupts = <GIC_SPI  !! 309                         interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
390                         little-endian;         << 
391                         gpio-controller;          310                         gpio-controller;
392                         #gpio-cells = <2>;        311                         #gpio-cells = <2>;
393                         interrupt-controller;     312                         interrupt-controller;
394                         #interrupt-cells = <2>    313                         #interrupt-cells = <2>;
395                 };                                314                 };
396                                                   315 
397                 gpio3: gpio@2330000 {             316                 gpio3: gpio@2330000 {
398                         compatible = "fsl,ls10 !! 317                         compatible = "fsl,qoriq-gpio";
399                         reg = <0x0 0x2330000 0    318                         reg = <0x0 0x2330000 0x0 0x10000>;
400                         interrupts = <GIC_SPI  !! 319                         interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
401                         little-endian;         << 
402                         gpio-controller;          320                         gpio-controller;
403                         #gpio-cells = <2>;        321                         #gpio-cells = <2>;
404                         interrupt-controller;     322                         interrupt-controller;
405                         #interrupt-cells = <2>    323                         #interrupt-cells = <2>;
406                 };                                324                 };
407                                                   325 
408                 ifc: memory-controller@2240000 !! 326                 ifc: ifc@2240000 {
409                         compatible = "fsl,ifc" !! 327                         compatible = "fsl,ifc", "simple-bus";
410                         reg = <0x0 0x2240000 0    328                         reg = <0x0 0x2240000 0x0 0x20000>;
411                         interrupts = <GIC_SPI  !! 329                         interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>;
412                         little-endian;            330                         little-endian;
413                         #address-cells = <2>;     331                         #address-cells = <2>;
414                         #size-cells = <1>;        332                         #size-cells = <1>;
415                         status = "disabled";      333                         status = "disabled";
416                 };                                334                 };
417                                                   335 
418                 i2c0: i2c@2000000 {               336                 i2c0: i2c@2000000 {
419                         compatible = "fsl,vf61    337                         compatible = "fsl,vf610-i2c";
420                         #address-cells = <1>;     338                         #address-cells = <1>;
421                         #size-cells = <0>;        339                         #size-cells = <0>;
422                         reg = <0x0 0x2000000 0    340                         reg = <0x0 0x2000000 0x0 0x10000>;
423                         interrupts = <GIC_SPI  !! 341                         interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
424                         clocks = <&clockgen QO !! 342                         clocks = <&clockgen 4 3>;
425                                             QO << 
426                         status = "disabled";      343                         status = "disabled";
427                 };                                344                 };
428                                                   345 
429                 i2c1: i2c@2010000 {               346                 i2c1: i2c@2010000 {
430                         compatible = "fsl,vf61    347                         compatible = "fsl,vf610-i2c";
431                         #address-cells = <1>;     348                         #address-cells = <1>;
432                         #size-cells = <0>;        349                         #size-cells = <0>;
433                         reg = <0x0 0x2010000 0    350                         reg = <0x0 0x2010000 0x0 0x10000>;
434                         interrupts = <GIC_SPI  !! 351                         interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
435                         clocks = <&clockgen QO !! 352                         clocks = <&clockgen 4 3>;
436                                             QO << 
437                         status = "disabled";      353                         status = "disabled";
438                 };                                354                 };
439                                                   355 
440                 i2c2: i2c@2020000 {               356                 i2c2: i2c@2020000 {
441                         compatible = "fsl,vf61    357                         compatible = "fsl,vf610-i2c";
442                         #address-cells = <1>;     358                         #address-cells = <1>;
443                         #size-cells = <0>;        359                         #size-cells = <0>;
444                         reg = <0x0 0x2020000 0    360                         reg = <0x0 0x2020000 0x0 0x10000>;
445                         interrupts = <GIC_SPI  !! 361                         interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
446                         clocks = <&clockgen QO !! 362                         clocks = <&clockgen 4 3>;
447                                             QO << 
448                         status = "disabled";      363                         status = "disabled";
449                 };                                364                 };
450                                                   365 
451                 i2c3: i2c@2030000 {               366                 i2c3: i2c@2030000 {
452                         compatible = "fsl,vf61    367                         compatible = "fsl,vf610-i2c";
453                         #address-cells = <1>;     368                         #address-cells = <1>;
454                         #size-cells = <0>;        369                         #size-cells = <0>;
455                         reg = <0x0 0x2030000 0    370                         reg = <0x0 0x2030000 0x0 0x10000>;
456                         interrupts = <GIC_SPI  !! 371                         interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
457                         clocks = <&clockgen QO !! 372                         clocks = <&clockgen 4 3>;
458                                             QO << 
459                         status = "disabled";      373                         status = "disabled";
460                 };                                374                 };
461                                                   375 
462                 qspi: spi@20c0000 {            !! 376                 esdhc: esdhc@2140000 {
463                         compatible = "fsl,ls20 << 
464                         #address-cells = <1>;  << 
465                         #size-cells = <0>;     << 
466                         reg = <0x0 0x20c0000 0 << 
467                               <0x0 0x20000000  << 
468                         reg-names = "QuadSPI", << 
469                         interrupts = <GIC_SPI  << 
470                         clock-names = "qspi_en << 
471                         clocks = <&clockgen QO << 
472                                             QO << 
473                                  <&clockgen QO << 
474                                             QO << 
475                         status = "disabled";   << 
476                 };                             << 
477                                                << 
478                 esdhc: mmc@2140000 {           << 
479                         compatible = "fsl,ls10    377                         compatible = "fsl,ls1088a-esdhc", "fsl,esdhc";
480                         reg = <0x0 0x2140000 0    378                         reg = <0x0 0x2140000 0x0 0x10000>;
481                         interrupts = <GIC_SPI  !! 379                         interrupts = <0 28 0x4>; /* Level high type */
482                         clock-frequency = <0>;    380                         clock-frequency = <0>;
483                         clocks = <&clockgen QO << 
484                         voltage-ranges = <1800    381                         voltage-ranges = <1800 1800 3300 3300>;
485                         sdhci,auto-cmd12;         382                         sdhci,auto-cmd12;
486                         little-endian;            383                         little-endian;
487                         bus-width = <4>;          384                         bus-width = <4>;
488                         status = "disabled";      385                         status = "disabled";
489                 };                                386                 };
490                                                   387 
491                 usb0: usb@3100000 {            << 
492                         compatible = "snps,dwc << 
493                         reg = <0x0 0x3100000 0 << 
494                         interrupts = <GIC_SPI  << 
495                         dr_mode = "host";      << 
496                         snps,quirk-frame-lengt << 
497                         snps,dis_rxdet_inp3_qu << 
498                         snps,incr-burst-type-a << 
499                         status = "disabled";   << 
500                 };                             << 
501                                                << 
502                 usb1: usb@3110000 {            << 
503                         compatible = "snps,dwc << 
504                         reg = <0x0 0x3110000 0 << 
505                         interrupts = <GIC_SPI  << 
506                         dr_mode = "host";      << 
507                         snps,quirk-frame-lengt << 
508                         snps,dis_rxdet_inp3_qu << 
509                         snps,incr-burst-type-a << 
510                         status = "disabled";   << 
511                 };                             << 
512                                                << 
513                 sata: sata@3200000 {              388                 sata: sata@3200000 {
514                         compatible = "fsl,ls10    389                         compatible = "fsl,ls1088a-ahci";
515                         reg = <0x0 0x3200000 0    390                         reg = <0x0 0x3200000 0x0 0x10000>,
516                                 <0x7 0x100520     391                                 <0x7 0x100520 0x0 0x4>;
517                         reg-names = "ahci", "s    392                         reg-names = "ahci", "sata-ecc";
518                         interrupts = <GIC_SPI  !! 393                         interrupts = <0 133 IRQ_TYPE_LEVEL_HIGH>;
519                         clocks = <&clockgen QO !! 394                         clocks = <&clockgen 4 3>;
520                                             QO << 
521                         dma-coherent;             395                         dma-coherent;
522                         status = "disabled";      396                         status = "disabled";
523                 };                                397                 };
524                                                   398 
525                 crypto: crypto@8000000 {          399                 crypto: crypto@8000000 {
526                         compatible = "fsl,sec-    400                         compatible = "fsl,sec-v5.0", "fsl,sec-v4.0";
527                         fsl,sec-era = <8>;        401                         fsl,sec-era = <8>;
528                         #address-cells = <1>;     402                         #address-cells = <1>;
529                         #size-cells = <1>;        403                         #size-cells = <1>;
530                         ranges = <0x0 0x00 0x8    404                         ranges = <0x0 0x00 0x8000000 0x100000>;
531                         reg = <0x00 0x8000000     405                         reg = <0x00 0x8000000 0x0 0x100000>;
532                         interrupts = <GIC_SPI     406                         interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
533                         dma-coherent;             407                         dma-coherent;
534                                                   408 
535                         sec_jr0: jr@10000 {       409                         sec_jr0: jr@10000 {
536                                 compatible = "    410                                 compatible = "fsl,sec-v5.0-job-ring",
537                                              "    411                                              "fsl,sec-v4.0-job-ring";
538                                 reg = <0x10000 !! 412                                 reg        = <0x10000 0x10000>;
539                                 interrupts = <    413                                 interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
540                         };                        414                         };
541                                                   415 
542                         sec_jr1: jr@20000 {       416                         sec_jr1: jr@20000 {
543                                 compatible = "    417                                 compatible = "fsl,sec-v5.0-job-ring",
544                                              "    418                                              "fsl,sec-v4.0-job-ring";
545                                 reg = <0x20000 !! 419                                 reg        = <0x20000 0x10000>;
546                                 interrupts = <    420                                 interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
547                         };                        421                         };
548                                                   422 
549                         sec_jr2: jr@30000 {       423                         sec_jr2: jr@30000 {
550                                 compatible = "    424                                 compatible = "fsl,sec-v5.0-job-ring",
551                                              "    425                                              "fsl,sec-v4.0-job-ring";
552                                 reg = <0x30000 !! 426                                 reg        = <0x30000 0x10000>;
553                                 interrupts = <    427                                 interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>;
554                         };                        428                         };
555                                                   429 
556                         sec_jr3: jr@40000 {       430                         sec_jr3: jr@40000 {
557                                 compatible = "    431                                 compatible = "fsl,sec-v5.0-job-ring",
558                                              "    432                                              "fsl,sec-v4.0-job-ring";
559                                 reg = <0x40000 !! 433                                 reg        = <0x40000 0x10000>;
560                                 interrupts = <    434                                 interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
561                         };                        435                         };
562                 };                                436                 };
563                                                << 
564                 pcie1: pcie@3400000 {          << 
565                         compatible = "fsl,ls10 << 
566                         reg = <0x00 0x03400000 << 
567                               <0x20 0x00000000 << 
568                         reg-names = "regs", "c << 
569                         interrupts = <GIC_SPI  << 
570                         interrupt-names = "aer << 
571                         #address-cells = <3>;  << 
572                         #size-cells = <2>;     << 
573                         device_type = "pci";   << 
574                         dma-coherent;          << 
575                         num-viewport = <256>;  << 
576                         bus-range = <0x0 0xff> << 
577                         ranges = <0x81000000 0 << 
578                                   0x82000000 0 << 
579                         msi-parent = <&its 0>; << 
580                         #interrupt-cells = <1> << 
581                         interrupt-map-mask = < << 
582                         interrupt-map = <0000  << 
583                                         <0000  << 
584                                         <0000  << 
585                                         <0000  << 
586                         iommu-map = <0 &smmu 0 << 
587                         status = "disabled";   << 
588                 };                             << 
589                                                << 
590                 pcie_ep1: pcie-ep@3400000 {    << 
591                         compatible = "fsl,ls10 << 
592                         reg = <0x00 0x03400000 << 
593                               <0x20 0x00000000 << 
594                         reg-names = "regs", "a << 
595                         interrupts = <GIC_SPI  << 
596                         interrupt-names = "pme << 
597                         num-ib-windows = <24>; << 
598                         num-ob-windows = <256> << 
599                         max-functions = /bits/ << 
600                         status = "disabled";   << 
601                 };                             << 
602                                                << 
603                 pcie2: pcie@3500000 {          << 
604                         compatible = "fsl,ls10 << 
605                         reg = <0x00 0x03500000 << 
606                               <0x28 0x00000000 << 
607                         reg-names = "regs", "c << 
608                         interrupts = <GIC_SPI  << 
609                         interrupt-names = "aer << 
610                         #address-cells = <3>;  << 
611                         #size-cells = <2>;     << 
612                         device_type = "pci";   << 
613                         dma-coherent;          << 
614                         num-viewport = <6>;    << 
615                         bus-range = <0x0 0xff> << 
616                         ranges = <0x81000000 0 << 
617                                   0x82000000 0 << 
618                         msi-parent = <&its 0>; << 
619                         #interrupt-cells = <1> << 
620                         interrupt-map-mask = < << 
621                         interrupt-map = <0000  << 
622                                         <0000  << 
623                                         <0000  << 
624                                         <0000  << 
625                         iommu-map = <0 &smmu 0 << 
626                         status = "disabled";   << 
627                 };                             << 
628                                                << 
629                 pcie_ep2: pcie-ep@3500000 {    << 
630                         compatible = "fsl,ls10 << 
631                         reg = <0x00 0x03500000 << 
632                               <0x28 0x00000000 << 
633                         reg-names = "regs", "a << 
634                         interrupts = <GIC_SPI  << 
635                         interrupt-names = "pme << 
636                         num-ib-windows = <6>;  << 
637                         num-ob-windows = <6>;  << 
638                         status = "disabled";   << 
639                 };                             << 
640                                                << 
641                 pcie3: pcie@3600000 {          << 
642                         compatible = "fsl,ls10 << 
643                         reg = <0x00 0x03600000 << 
644                               <0x30 0x00000000 << 
645                         reg-names = "regs", "c << 
646                         interrupts = <GIC_SPI  << 
647                         interrupt-names = "aer << 
648                         #address-cells = <3>;  << 
649                         #size-cells = <2>;     << 
650                         device_type = "pci";   << 
651                         dma-coherent;          << 
652                         num-viewport = <6>;    << 
653                         bus-range = <0x0 0xff> << 
654                         ranges = <0x81000000 0 << 
655                                   0x82000000 0 << 
656                         msi-parent = <&its 0>; << 
657                         #interrupt-cells = <1> << 
658                         interrupt-map-mask = < << 
659                         interrupt-map = <0000  << 
660                                         <0000  << 
661                                         <0000  << 
662                                         <0000  << 
663                         iommu-map = <0 &smmu 0 << 
664                         status = "disabled";   << 
665                 };                             << 
666                                                << 
667                 pcie_ep3: pcie-ep@3600000 {    << 
668                         compatible = "fsl,ls10 << 
669                         reg = <0x00 0x03600000 << 
670                               <0x30 0x00000000 << 
671                         reg-names = "regs", "a << 
672                         interrupts = <GIC_SPI  << 
673                         interrupt-names = "pme << 
674                         num-ib-windows = <6>;  << 
675                         num-ob-windows = <6>;  << 
676                         status = "disabled";   << 
677                 };                             << 
678                                                << 
679                 smmu: iommu@5000000 {          << 
680                         compatible = "arm,mmu- << 
681                         reg = <0 0x5000000 0 0 << 
682                         #iommu-cells = <1>;    << 
683                         stream-match-mask = <0 << 
684                         dma-coherent;          << 
685                         #global-interrupts = < << 
686                                      // global << 
687                         interrupts = <GIC_SPI  << 
688                                      // combin << 
689                                      <GIC_SPI  << 
690                                      // global << 
691                                      <GIC_SPI  << 
692                                      // combin << 
693                                      <GIC_SPI  << 
694                                      // perfor << 
695                                      <GIC_SPI  << 
696                                      <GIC_SPI  << 
697                                      <GIC_SPI  << 
698                                      <GIC_SPI  << 
699                                      <GIC_SPI  << 
700                                      <GIC_SPI  << 
701                                      <GIC_SPI  << 
702                                      <GIC_SPI  << 
703                                      // per co << 
704                                      <GIC_SPI  << 
705                                      <GIC_SPI  << 
706                                      <GIC_SPI  << 
707                                      <GIC_SPI  << 
708                                      <GIC_SPI  << 
709                                      <GIC_SPI  << 
710                                      <GIC_SPI  << 
711                                      <GIC_SPI  << 
712                                      <GIC_SPI  << 
713                                      <GIC_SPI  << 
714                                      <GIC_SPI  << 
715                                      <GIC_SPI  << 
716                                      <GIC_SPI  << 
717                                      <GIC_SPI  << 
718                                      <GIC_SPI  << 
719                                      <GIC_SPI  << 
720                                      <GIC_SPI  << 
721                                      <GIC_SPI  << 
722                                      <GIC_SPI  << 
723                                      <GIC_SPI  << 
724                                      <GIC_SPI  << 
725                                      <GIC_SPI  << 
726                                      <GIC_SPI  << 
727                                      <GIC_SPI  << 
728                                      <GIC_SPI  << 
729                                      <GIC_SPI  << 
730                                      <GIC_SPI  << 
731                                      <GIC_SPI  << 
732                                      <GIC_SPI  << 
733                                      <GIC_SPI  << 
734                                      <GIC_SPI  << 
735                                      <GIC_SPI  << 
736                                      <GIC_SPI  << 
737                                      <GIC_SPI  << 
738                                      <GIC_SPI  << 
739                                      <GIC_SPI  << 
740                                      <GIC_SPI  << 
741                                      <GIC_SPI  << 
742                                      <GIC_SPI  << 
743                                      <GIC_SPI  << 
744                                      <GIC_SPI  << 
745                                      <GIC_SPI  << 
746                                      <GIC_SPI  << 
747                                      <GIC_SPI  << 
748                                      <GIC_SPI  << 
749                                      <GIC_SPI  << 
750                                      <GIC_SPI  << 
751                                      <GIC_SPI  << 
752                                      <GIC_SPI  << 
753                                      <GIC_SPI  << 
754                                      <GIC_SPI  << 
755                                      <GIC_SPI  << 
756                                      <GIC_SPI  << 
757                                      <GIC_SPI  << 
758                                      <GIC_SPI  << 
759                                      <GIC_SPI  << 
760                                      <GIC_SPI  << 
761                                      <GIC_SPI  << 
762                                      <GIC_SPI  << 
763                                      <GIC_SPI  << 
764                                      <GIC_SPI  << 
765                                      <GIC_SPI  << 
766                                      <GIC_SPI  << 
767                                      <GIC_SPI  << 
768                 };                             << 
769                                                << 
770                 console@8340020 {              << 
771                         compatible = "fsl,dpaa << 
772                         reg = <0x00000000 0x08 << 
773                 };                             << 
774                                                << 
775                 ptp-timer@8b95000 {            << 
776                         compatible = "fsl,dpaa << 
777                         reg = <0x0 0x8b95000 0 << 
778                         clocks = <&clockgen QO << 
779                                             QO << 
780                         little-endian;         << 
781                         fsl,extts-fifo;        << 
782                 };                             << 
783                                                << 
784                 emdio1: mdio@8b96000 {         << 
785                         compatible = "fsl,fman << 
786                         reg = <0x0 0x8b96000 0 << 
787                         little-endian;         << 
788                         #address-cells = <1>;  << 
789                         #size-cells = <0>;     << 
790                         clock-frequency = <250 << 
791                         clocks = <&clockgen QO << 
792                                             QO << 
793                         status = "disabled";   << 
794                 };                             << 
795                                                << 
796                 emdio2: mdio@8b97000 {         << 
797                         compatible = "fsl,fman << 
798                         reg = <0x0 0x8b97000 0 << 
799                         little-endian;         << 
800                         #address-cells = <1>;  << 
801                         #size-cells = <0>;     << 
802                         clock-frequency = <250 << 
803                         clocks = <&clockgen QO << 
804                                             QO << 
805                         status = "disabled";   << 
806                 };                             << 
807                                                << 
808                 pcs_mdio1: mdio@8c07000 {      << 
809                         compatible = "fsl,fman << 
810                         reg = <0x0 0x8c07000 0 << 
811                         little-endian;         << 
812                         #address-cells = <1>;  << 
813                         #size-cells = <0>;     << 
814                         status = "disabled";   << 
815                                                << 
816                         pcs1: ethernet-phy@0 { << 
817                                 reg = <0>;     << 
818                         };                     << 
819                 };                             << 
820                                                << 
821                 pcs_mdio2: mdio@8c0b000 {      << 
822                         compatible = "fsl,fman << 
823                         reg = <0x0 0x8c0b000 0 << 
824                         little-endian;         << 
825                         #address-cells = <1>;  << 
826                         #size-cells = <0>;     << 
827                         status = "disabled";   << 
828                                                << 
829                         pcs2: ethernet-phy@0 { << 
830                                 reg = <0>;     << 
831                         };                     << 
832                 };                             << 
833                                                << 
834                 pcs_mdio3: mdio@8c0f000 {      << 
835                         compatible = "fsl,fman << 
836                         reg = <0x0 0x8c0f000 0 << 
837                         little-endian;         << 
838                         #address-cells = <1>;  << 
839                         #size-cells = <0>;     << 
840                         status = "disabled";   << 
841                                                << 
842                         pcs3_0: ethernet-phy@0 << 
843                                 reg = <0>;     << 
844                         };                     << 
845                                                << 
846                         pcs3_1: ethernet-phy@1 << 
847                                 reg = <1>;     << 
848                         };                     << 
849                                                << 
850                         pcs3_2: ethernet-phy@2 << 
851                                 reg = <2>;     << 
852                         };                     << 
853                                                << 
854                         pcs3_3: ethernet-phy@3 << 
855                                 reg = <3>;     << 
856                         };                     << 
857                 };                             << 
858                                                << 
859                 pcs_mdio7: mdio@8c1f000 {      << 
860                         compatible = "fsl,fman << 
861                         reg = <0x0 0x8c1f000 0 << 
862                         little-endian;         << 
863                         #address-cells = <1>;  << 
864                         #size-cells = <0>;     << 
865                         status = "disabled";   << 
866                                                << 
867                         pcs7_0: ethernet-phy@0 << 
868                                 reg = <0>;     << 
869                         };                     << 
870                                                << 
871                         pcs7_1: ethernet-phy@1 << 
872                                 reg = <1>;     << 
873                         };                     << 
874                                                << 
875                         pcs7_2: ethernet-phy@2 << 
876                                 reg = <2>;     << 
877                         };                     << 
878                                                << 
879                         pcs7_3: ethernet-phy@3 << 
880                                 reg = <3>;     << 
881                         };                     << 
882                 };                             << 
883                                                << 
884                 cluster1_core0_watchdog: watch << 
885                         compatible = "arm,sp80 << 
886                         reg = <0x0 0xc000000 0 << 
887                         clocks = <&clockgen QO << 
888                                             QO << 
889                                  <&clockgen QO << 
890                                             QO << 
891                         clock-names = "wdog_cl << 
892                 };                             << 
893                                                << 
894                 cluster1_core1_watchdog: watch << 
895                         compatible = "arm,sp80 << 
896                         reg = <0x0 0xc010000 0 << 
897                         clocks = <&clockgen QO << 
898                                             QO << 
899                                  <&clockgen QO << 
900                                             QO << 
901                         clock-names = "wdog_cl << 
902                 };                             << 
903                                                << 
904                 cluster1_core2_watchdog: watch << 
905                         compatible = "arm,sp80 << 
906                         reg = <0x0 0xc020000 0 << 
907                         clocks = <&clockgen QO << 
908                                             QO << 
909                                  <&clockgen QO << 
910                                             QO << 
911                         clock-names = "wdog_cl << 
912                 };                             << 
913                                                << 
914                 cluster1_core3_watchdog: watch << 
915                         compatible = "arm,sp80 << 
916                         reg = <0x0 0xc030000 0 << 
917                         clocks = <&clockgen QO << 
918                                             QO << 
919                                  <&clockgen QO << 
920                                             QO << 
921                         clock-names = "wdog_cl << 
922                 };                             << 
923                                                << 
924                 cluster2_core0_watchdog: watch << 
925                         compatible = "arm,sp80 << 
926                         reg = <0x0 0xc100000 0 << 
927                         clocks = <&clockgen QO << 
928                                             QO << 
929                                  <&clockgen QO << 
930                                             QO << 
931                         clock-names = "wdog_cl << 
932                 };                             << 
933                                                << 
934                 cluster2_core1_watchdog: watch << 
935                         compatible = "arm,sp80 << 
936                         reg = <0x0 0xc110000 0 << 
937                         clocks = <&clockgen QO << 
938                                             QO << 
939                                  <&clockgen QO << 
940                                             QO << 
941                         clock-names = "wdog_cl << 
942                 };                             << 
943                                                << 
944                 cluster2_core2_watchdog: watch << 
945                         compatible = "arm,sp80 << 
946                         reg = <0x0 0xc120000 0 << 
947                         clocks = <&clockgen QO << 
948                                             QO << 
949                                  <&clockgen QO << 
950                                             QO << 
951                         clock-names = "wdog_cl << 
952                 };                             << 
953                                                << 
954                 cluster2_core3_watchdog: watch << 
955                         compatible = "arm,sp80 << 
956                         reg = <0x0 0xc130000 0 << 
957                         clocks = <&clockgen QO << 
958                                             QO << 
959                                  <&clockgen QO << 
960                                             QO << 
961                         clock-names = "wdog_cl << 
962                 };                             << 
963                                                << 
964                 fsl_mc: fsl-mc@80c000000 {     << 
965                         compatible = "fsl,qori << 
966                         reg = <0x00000008 0x0c << 
967                               <0x00000000 0x08 << 
968                         msi-parent = <&its 0>; << 
969                         iommu-map = <0 &smmu 0 << 
970                         dma-coherent;          << 
971                         #address-cells = <3>;  << 
972                         #size-cells = <1>;     << 
973                                                << 
974                         /*                     << 
975                          * Region type 0x0 - M << 
976                          * Region type 0x1 - Q << 
977                          */                    << 
978                         ranges = <0x0 0x0 0x0  << 
979                                   0x1 0x0 0x0  << 
980                                                << 
981                         dpmacs {               << 
982                                 #address-cells << 
983                                 #size-cells =  << 
984                                                << 
985                                 dpmac1: ethern << 
986                                         compat << 
987                                         reg =  << 
988                                 };             << 
989                                                << 
990                                 dpmac2: ethern << 
991                                         compat << 
992                                         reg =  << 
993                                 };             << 
994                                                << 
995                                 dpmac3: ethern << 
996                                         compat << 
997                                         reg =  << 
998                                 };             << 
999                                                << 
1000                                 dpmac4: ether << 
1001                                         compa << 
1002                                         reg = << 
1003                                 };            << 
1004                                               << 
1005                                 dpmac5: ether << 
1006                                         compa << 
1007                                         reg = << 
1008                                 };            << 
1009                                               << 
1010                                 dpmac6: ether << 
1011                                         compa << 
1012                                         reg = << 
1013                                 };            << 
1014                                               << 
1015                                 dpmac7: ether << 
1016                                         compa << 
1017                                         reg = << 
1018                                 };            << 
1019                                               << 
1020                                 dpmac8: ether << 
1021                                         compa << 
1022                                         reg = << 
1023                                 };            << 
1024                                               << 
1025                                 dpmac9: ether << 
1026                                         compa << 
1027                                         reg = << 
1028                                 };            << 
1029                                               << 
1030                                 dpmac10: ethe << 
1031                                         compa << 
1032                                         reg = << 
1033                                 };            << 
1034                         };                    << 
1035                 };                            << 
1036                                               << 
1037                 rcpm: wakeup-controller@1e340 << 
1038                         compatible = "fsl,ls1 << 
1039                         reg = <0x0 0x1e34040  << 
1040                         #fsl,rcpm-wakeup-cell << 
1041                         little-endian;        << 
1042                 };                            << 
1043                                               << 
1044                 ftm_alarm0: rtc@2800000 {     << 
1045                         compatible = "fsl,ls1 << 
1046                         reg = <0x0 0x2800000  << 
1047                         fsl,rcpm-wakeup = <&r << 
1048                         interrupts = <GIC_SPI << 
1049                 };                            << 
1050         };                                       437         };
1051                                                  438 
1052         firmware {                            << 
1053                 optee {                       << 
1054                         compatible = "linaro, << 
1055                         method = "smc";       << 
1056                 };                            << 
1057         };                                    << 
1058 };                                               439 };
                                                      

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