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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/renesas/r7s72100.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/arm/renesas/r7s72100.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm/renesas/r7s72100.dtsi (Architecture m68k)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 /*                                                  2 /*
  3  * Device Tree Source for the r7s72100 SoC          3  * Device Tree Source for the r7s72100 SoC
  4  *                                                  4  *
  5  * Copyright (C) 2013-14 Renesas Solutions Cor      5  * Copyright (C) 2013-14 Renesas Solutions Corp.
  6  * Copyright (C) 2014 Wolfram Sang, Sang Engin<      6  * Copyright (C) 2014 Wolfram Sang, Sang Engineering <wsa@sang-engineering.com>
  7  */                                                 7  */
  8                                                     8 
  9 #include <dt-bindings/clock/r7s72100-clock.h>       9 #include <dt-bindings/clock/r7s72100-clock.h>
 10 #include <dt-bindings/interrupt-controller/arm     10 #include <dt-bindings/interrupt-controller/arm-gic.h>
 11 #include <dt-bindings/interrupt-controller/irq     11 #include <dt-bindings/interrupt-controller/irq.h>
 12                                                    12 
 13 / {                                                13 / {
 14         compatible = "renesas,r7s72100";           14         compatible = "renesas,r7s72100";
 15         #address-cells = <1>;                      15         #address-cells = <1>;
 16         #size-cells = <1>;                         16         #size-cells = <1>;
 17                                                    17 
 18         aliases {                                  18         aliases {
 19                 i2c0 = &i2c0;                      19                 i2c0 = &i2c0;
 20                 i2c1 = &i2c1;                      20                 i2c1 = &i2c1;
 21                 i2c2 = &i2c2;                      21                 i2c2 = &i2c2;
 22                 i2c3 = &i2c3;                      22                 i2c3 = &i2c3;
 23                 spi0 = &spi0;                      23                 spi0 = &spi0;
 24                 spi1 = &spi1;                      24                 spi1 = &spi1;
 25                 spi2 = &spi2;                      25                 spi2 = &spi2;
 26                 spi3 = &spi3;                      26                 spi3 = &spi3;
 27                 spi4 = &spi4;                      27                 spi4 = &spi4;
 28         };                                         28         };
 29                                                    29 
 30         /* Fixed factor clocks */                  30         /* Fixed factor clocks */
 31         b_clk: b {                                 31         b_clk: b {
 32                 #clock-cells = <0>;                32                 #clock-cells = <0>;
 33                 compatible = "fixed-factor-clo     33                 compatible = "fixed-factor-clock";
 34                 clocks = <&cpg_clocks R7S72100     34                 clocks = <&cpg_clocks R7S72100_CLK_PLL>;
 35                 clock-mult = <1>;                  35                 clock-mult = <1>;
 36                 clock-div = <3>;                   36                 clock-div = <3>;
 37         };                                         37         };
 38                                                    38 
 39         bsc: bsc {                                 39         bsc: bsc {
 40                 compatible = "simple-bus";         40                 compatible = "simple-bus";
 41                 #address-cells = <1>;              41                 #address-cells = <1>;
 42                 #size-cells = <1>;                 42                 #size-cells = <1>;
 43                 ranges = <0 0 0x18000000>;         43                 ranges = <0 0 0x18000000>;
 44         };                                         44         };
 45                                                    45 
 46         cpus {                                     46         cpus {
 47                 #address-cells = <1>;              47                 #address-cells = <1>;
 48                 #size-cells = <0>;                 48                 #size-cells = <0>;
 49                                                    49 
 50                 cpu@0 {                            50                 cpu@0 {
 51                         device_type = "cpu";       51                         device_type = "cpu";
 52                         compatible = "arm,cort     52                         compatible = "arm,cortex-a9";
 53                         reg = <0>;                 53                         reg = <0>;
 54                         clock-frequency = <400     54                         clock-frequency = <400000000>;
 55                         clocks = <&cpg_clocks      55                         clocks = <&cpg_clocks R7S72100_CLK_I>;
 56                         next-level-cache = <&L     56                         next-level-cache = <&L2>;
 57                 };                                 57                 };
 58         };                                         58         };
 59                                                    59 
 60         /* External clocks */                      60         /* External clocks */
 61         extal_clk: extal {                         61         extal_clk: extal {
 62                 #clock-cells = <0>;                62                 #clock-cells = <0>;
 63                 compatible = "fixed-clock";        63                 compatible = "fixed-clock";
 64                 /* If clk present, value must      64                 /* If clk present, value must be set by board */
 65                 clock-frequency = <0>;             65                 clock-frequency = <0>;
 66         };                                         66         };
 67                                                    67 
 68         p0_clk: p0 {                               68         p0_clk: p0 {
 69                 #clock-cells = <0>;                69                 #clock-cells = <0>;
 70                 compatible = "fixed-factor-clo     70                 compatible = "fixed-factor-clock";
 71                 clocks = <&cpg_clocks R7S72100     71                 clocks = <&cpg_clocks R7S72100_CLK_PLL>;
 72                 clock-mult = <1>;                  72                 clock-mult = <1>;
 73                 clock-div = <12>;                  73                 clock-div = <12>;
 74         };                                         74         };
 75                                                    75 
 76         p1_clk: p1 {                               76         p1_clk: p1 {
 77                 #clock-cells = <0>;                77                 #clock-cells = <0>;
 78                 compatible = "fixed-factor-clo     78                 compatible = "fixed-factor-clock";
 79                 clocks = <&cpg_clocks R7S72100     79                 clocks = <&cpg_clocks R7S72100_CLK_PLL>;
 80                 clock-mult = <1>;                  80                 clock-mult = <1>;
 81                 clock-div = <6>;                   81                 clock-div = <6>;
 82         };                                         82         };
 83                                                    83 
 84         pmu {                                      84         pmu {
 85                 compatible = "arm,cortex-a9-pm     85                 compatible = "arm,cortex-a9-pmu";
 86                 interrupts-extended = <&gic GI     86                 interrupts-extended = <&gic GIC_PPI 0 IRQ_TYPE_LEVEL_HIGH>;
 87         };                                         87         };
 88                                                    88 
 89         rtc_x1_clk: rtc_x1 {                       89         rtc_x1_clk: rtc_x1 {
 90                 #clock-cells = <0>;                90                 #clock-cells = <0>;
 91                 compatible = "fixed-clock";        91                 compatible = "fixed-clock";
 92                 /* If clk present, value must      92                 /* If clk present, value must be set by board to 32678 */
 93                 clock-frequency = <0>;             93                 clock-frequency = <0>;
 94         };                                         94         };
 95                                                    95 
 96         rtc_x3_clk: rtc_x3 {                       96         rtc_x3_clk: rtc_x3 {
 97                 #clock-cells = <0>;                97                 #clock-cells = <0>;
 98                 compatible = "fixed-clock";        98                 compatible = "fixed-clock";
 99                 /* If clk present, value must      99                 /* If clk present, value must be set by board to 4000000 */
100                 clock-frequency = <0>;            100                 clock-frequency = <0>;
101         };                                        101         };
102                                                   102 
103         soc {                                     103         soc {
104                 compatible = "simple-bus";        104                 compatible = "simple-bus";
105                 interrupt-parent = <&gic>;        105                 interrupt-parent = <&gic>;
106                                                   106 
107                 #address-cells = <1>;             107                 #address-cells = <1>;
108                 #size-cells = <1>;                108                 #size-cells = <1>;
109                 ranges;                           109                 ranges;
110                                                   110 
111                 L2: cache-controller@3ffff000     111                 L2: cache-controller@3ffff000 {
112                         compatible = "arm,pl31    112                         compatible = "arm,pl310-cache";
113                         reg = <0x3ffff000 0x10    113                         reg = <0x3ffff000 0x1000>;
114                         interrupts = <GIC_SPI     114                         interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
115                         arm,early-bresp-disabl    115                         arm,early-bresp-disable;
116                         arm,full-line-zero-dis    116                         arm,full-line-zero-disable;
117                         cache-unified;            117                         cache-unified;
118                         cache-level = <2>;        118                         cache-level = <2>;
119                 };                                119                 };
120                                                   120 
121                 scif0: serial@e8007000 {          121                 scif0: serial@e8007000 {
122                         compatible = "renesas,    122                         compatible = "renesas,scif-r7s72100", "renesas,scif";
123                         reg = <0xe8007000 64>;    123                         reg = <0xe8007000 64>;
124                         interrupts = <GIC_SPI     124                         interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>,
125                                      <GIC_SPI     125                                      <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>,
126                                      <GIC_SPI     126                                      <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>,
127                                      <GIC_SPI     127                                      <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
128                         interrupt-names = "eri    128                         interrupt-names = "eri", "rxi", "txi", "bri";
129                         clocks = <&mstp4_clks     129                         clocks = <&mstp4_clks R7S72100_CLK_SCIF0>;
130                         clock-names = "fck";      130                         clock-names = "fck";
131                         power-domains = <&cpg_    131                         power-domains = <&cpg_clocks>;
132                         status = "disabled";      132                         status = "disabled";
133                 };                                133                 };
134                                                   134 
135                 scif1: serial@e8007800 {          135                 scif1: serial@e8007800 {
136                         compatible = "renesas,    136                         compatible = "renesas,scif-r7s72100", "renesas,scif";
137                         reg = <0xe8007800 64>;    137                         reg = <0xe8007800 64>;
138                         interrupts = <GIC_SPI     138                         interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>,
139                                      <GIC_SPI     139                                      <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>,
140                                      <GIC_SPI     140                                      <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
141                                      <GIC_SPI     141                                      <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>;
142                         interrupt-names = "eri    142                         interrupt-names = "eri", "rxi", "txi", "bri";
143                         clocks = <&mstp4_clks     143                         clocks = <&mstp4_clks R7S72100_CLK_SCIF1>;
144                         clock-names = "fck";      144                         clock-names = "fck";
145                         power-domains = <&cpg_    145                         power-domains = <&cpg_clocks>;
146                         status = "disabled";      146                         status = "disabled";
147                 };                                147                 };
148                                                   148 
149                 scif2: serial@e8008000 {          149                 scif2: serial@e8008000 {
150                         compatible = "renesas,    150                         compatible = "renesas,scif-r7s72100", "renesas,scif";
151                         reg = <0xe8008000 64>;    151                         reg = <0xe8008000 64>;
152                         interrupts = <GIC_SPI     152                         interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
153                                      <GIC_SPI     153                                      <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>,
154                                      <GIC_SPI     154                                      <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
155                                      <GIC_SPI     155                                      <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>;
156                         interrupt-names = "eri    156                         interrupt-names = "eri", "rxi", "txi", "bri";
157                         clocks = <&mstp4_clks     157                         clocks = <&mstp4_clks R7S72100_CLK_SCIF2>;
158                         clock-names = "fck";      158                         clock-names = "fck";
159                         power-domains = <&cpg_    159                         power-domains = <&cpg_clocks>;
160                         status = "disabled";      160                         status = "disabled";
161                 };                                161                 };
162                                                   162 
163                 scif3: serial@e8008800 {          163                 scif3: serial@e8008800 {
164                         compatible = "renesas,    164                         compatible = "renesas,scif-r7s72100", "renesas,scif";
165                         reg = <0xe8008800 64>;    165                         reg = <0xe8008800 64>;
166                         interrupts = <GIC_SPI     166                         interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>,
167                                      <GIC_SPI     167                                      <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>,
168                                      <GIC_SPI     168                                      <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
169                                      <GIC_SPI     169                                      <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>;
170                         interrupt-names = "eri    170                         interrupt-names = "eri", "rxi", "txi", "bri";
171                         clocks = <&mstp4_clks     171                         clocks = <&mstp4_clks R7S72100_CLK_SCIF3>;
172                         clock-names = "fck";      172                         clock-names = "fck";
173                         power-domains = <&cpg_    173                         power-domains = <&cpg_clocks>;
174                         status = "disabled";      174                         status = "disabled";
175                 };                                175                 };
176                                                   176 
177                 scif4: serial@e8009000 {          177                 scif4: serial@e8009000 {
178                         compatible = "renesas,    178                         compatible = "renesas,scif-r7s72100", "renesas,scif";
179                         reg = <0xe8009000 64>;    179                         reg = <0xe8009000 64>;
180                         interrupts = <GIC_SPI     180                         interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>,
181                                      <GIC_SPI     181                                      <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>,
182                                      <GIC_SPI     182                                      <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
183                                      <GIC_SPI     183                                      <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
184                         interrupt-names = "eri    184                         interrupt-names = "eri", "rxi", "txi", "bri";
185                         clocks = <&mstp4_clks     185                         clocks = <&mstp4_clks R7S72100_CLK_SCIF4>;
186                         clock-names = "fck";      186                         clock-names = "fck";
187                         power-domains = <&cpg_    187                         power-domains = <&cpg_clocks>;
188                         status = "disabled";      188                         status = "disabled";
189                 };                                189                 };
190                                                   190 
191                 scif5: serial@e8009800 {          191                 scif5: serial@e8009800 {
192                         compatible = "renesas,    192                         compatible = "renesas,scif-r7s72100", "renesas,scif";
193                         reg = <0xe8009800 64>;    193                         reg = <0xe8009800 64>;
194                         interrupts = <GIC_SPI     194                         interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
195                                      <GIC_SPI     195                                      <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
196                                      <GIC_SPI     196                                      <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>,
197                                      <GIC_SPI     197                                      <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
198                         interrupt-names = "eri    198                         interrupt-names = "eri", "rxi", "txi", "bri";
199                         clocks = <&mstp4_clks     199                         clocks = <&mstp4_clks R7S72100_CLK_SCIF5>;
200                         clock-names = "fck";      200                         clock-names = "fck";
201                         power-domains = <&cpg_    201                         power-domains = <&cpg_clocks>;
202                         status = "disabled";      202                         status = "disabled";
203                 };                                203                 };
204                                                   204 
205                 scif6: serial@e800a000 {          205                 scif6: serial@e800a000 {
206                         compatible = "renesas,    206                         compatible = "renesas,scif-r7s72100", "renesas,scif";
207                         reg = <0xe800a000 64>;    207                         reg = <0xe800a000 64>;
208                         interrupts = <GIC_SPI     208                         interrupts = <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>,
209                                      <GIC_SPI     209                                      <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>,
210                                      <GIC_SPI     210                                      <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>,
211                                      <GIC_SPI     211                                      <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>;
212                         interrupt-names = "eri    212                         interrupt-names = "eri", "rxi", "txi", "bri";
213                         clocks = <&mstp4_clks     213                         clocks = <&mstp4_clks R7S72100_CLK_SCIF6>;
214                         clock-names = "fck";      214                         clock-names = "fck";
215                         power-domains = <&cpg_    215                         power-domains = <&cpg_clocks>;
216                         status = "disabled";      216                         status = "disabled";
217                 };                                217                 };
218                                                   218 
219                 scif7: serial@e800a800 {          219                 scif7: serial@e800a800 {
220                         compatible = "renesas,    220                         compatible = "renesas,scif-r7s72100", "renesas,scif";
221                         reg = <0xe800a800 64>;    221                         reg = <0xe800a800 64>;
222                         interrupts = <GIC_SPI     222                         interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,
223                                      <GIC_SPI     223                                      <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>,
224                                      <GIC_SPI     224                                      <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>,
225                                      <GIC_SPI     225                                      <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
226                         interrupt-names = "eri    226                         interrupt-names = "eri", "rxi", "txi", "bri";
227                         clocks = <&mstp4_clks     227                         clocks = <&mstp4_clks R7S72100_CLK_SCIF7>;
228                         clock-names = "fck";      228                         clock-names = "fck";
229                         power-domains = <&cpg_    229                         power-domains = <&cpg_clocks>;
230                         status = "disabled";      230                         status = "disabled";
231                 };                                231                 };
232                                                   232 
233                 spi0: spi@e800c800 {              233                 spi0: spi@e800c800 {
234                         compatible = "renesas,    234                         compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
235                         reg = <0xe800c800 0x24    235                         reg = <0xe800c800 0x24>;
236                         interrupts = <GIC_SPI     236                         interrupts = <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
237                                      <GIC_SPI     237                                      <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
238                                      <GIC_SPI     238                                      <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
239                         interrupt-names = "err    239                         interrupt-names = "error", "rx", "tx";
240                         clocks = <&mstp10_clks    240                         clocks = <&mstp10_clks R7S72100_CLK_SPI0>;
241                         power-domains = <&cpg_    241                         power-domains = <&cpg_clocks>;
242                         num-cs = <1>;             242                         num-cs = <1>;
243                         #address-cells = <1>;     243                         #address-cells = <1>;
244                         #size-cells = <0>;        244                         #size-cells = <0>;
245                         status = "disabled";      245                         status = "disabled";
246                 };                                246                 };
247                                                   247 
248                 spi1: spi@e800d000 {              248                 spi1: spi@e800d000 {
249                         compatible = "renesas,    249                         compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
250                         reg = <0xe800d000 0x24    250                         reg = <0xe800d000 0x24>;
251                         interrupts = <GIC_SPI     251                         interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
252                                      <GIC_SPI     252                                      <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
253                                      <GIC_SPI     253                                      <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>;
254                         interrupt-names = "err    254                         interrupt-names = "error", "rx", "tx";
255                         clocks = <&mstp10_clks    255                         clocks = <&mstp10_clks R7S72100_CLK_SPI1>;
256                         power-domains = <&cpg_    256                         power-domains = <&cpg_clocks>;
257                         num-cs = <1>;             257                         num-cs = <1>;
258                         #address-cells = <1>;     258                         #address-cells = <1>;
259                         #size-cells = <0>;        259                         #size-cells = <0>;
260                         status = "disabled";      260                         status = "disabled";
261                 };                                261                 };
262                                                   262 
263                 spi2: spi@e800d800 {              263                 spi2: spi@e800d800 {
264                         compatible = "renesas,    264                         compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
265                         reg = <0xe800d800 0x24    265                         reg = <0xe800d800 0x24>;
266                         interrupts = <GIC_SPI     266                         interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
267                                      <GIC_SPI     267                                      <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
268                                      <GIC_SPI     268                                      <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
269                         interrupt-names = "err    269                         interrupt-names = "error", "rx", "tx";
270                         clocks = <&mstp10_clks    270                         clocks = <&mstp10_clks R7S72100_CLK_SPI2>;
271                         power-domains = <&cpg_    271                         power-domains = <&cpg_clocks>;
272                         num-cs = <1>;             272                         num-cs = <1>;
273                         #address-cells = <1>;     273                         #address-cells = <1>;
274                         #size-cells = <0>;        274                         #size-cells = <0>;
275                         status = "disabled";      275                         status = "disabled";
276                 };                                276                 };
277                                                   277 
278                 spi3: spi@e800e000 {              278                 spi3: spi@e800e000 {
279                         compatible = "renesas,    279                         compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
280                         reg = <0xe800e000 0x24    280                         reg = <0xe800e000 0x24>;
281                         interrupts = <GIC_SPI     281                         interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
282                                      <GIC_SPI     282                                      <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>,
283                                      <GIC_SPI     283                                      <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>;
284                         interrupt-names = "err    284                         interrupt-names = "error", "rx", "tx";
285                         clocks = <&mstp10_clks    285                         clocks = <&mstp10_clks R7S72100_CLK_SPI3>;
286                         power-domains = <&cpg_    286                         power-domains = <&cpg_clocks>;
287                         num-cs = <1>;             287                         num-cs = <1>;
288                         #address-cells = <1>;     288                         #address-cells = <1>;
289                         #size-cells = <0>;        289                         #size-cells = <0>;
290                         status = "disabled";      290                         status = "disabled";
291                 };                                291                 };
292                                                   292 
293                 spi4: spi@e800e800 {              293                 spi4: spi@e800e800 {
294                         compatible = "renesas,    294                         compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
295                         reg = <0xe800e800 0x24    295                         reg = <0xe800e800 0x24>;
296                         interrupts = <GIC_SPI     296                         interrupts = <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
297                                      <GIC_SPI     297                                      <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
298                                      <GIC_SPI     298                                      <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
299                         interrupt-names = "err    299                         interrupt-names = "error", "rx", "tx";
300                         clocks = <&mstp10_clks    300                         clocks = <&mstp10_clks R7S72100_CLK_SPI4>;
301                         power-domains = <&cpg_    301                         power-domains = <&cpg_clocks>;
302                         num-cs = <1>;             302                         num-cs = <1>;
303                         #address-cells = <1>;     303                         #address-cells = <1>;
304                         #size-cells = <0>;        304                         #size-cells = <0>;
305                         status = "disabled";      305                         status = "disabled";
306                 };                                306                 };
307                                                   307 
308                 usbhs0: usb@e8010000 {            308                 usbhs0: usb@e8010000 {
309                         compatible = "renesas,    309                         compatible = "renesas,usbhs-r7s72100", "renesas,rza1-usbhs";
310                         reg = <0xe8010000 0x1a    310                         reg = <0xe8010000 0x1a0>;
311                         interrupts = <GIC_SPI     311                         interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
312                         clocks = <&mstp7_clks     312                         clocks = <&mstp7_clks R7S72100_CLK_USB0>;
313                         renesas,buswait = <4>;    313                         renesas,buswait = <4>;
314                         power-domains = <&cpg_    314                         power-domains = <&cpg_clocks>;
315                         status = "disabled";      315                         status = "disabled";
316                 };                                316                 };
317                                                   317 
318                 usbhs1: usb@e8207000 {            318                 usbhs1: usb@e8207000 {
319                         compatible = "renesas,    319                         compatible = "renesas,usbhs-r7s72100", "renesas,rza1-usbhs";
320                         reg = <0xe8207000 0x1a    320                         reg = <0xe8207000 0x1a0>;
321                         interrupts = <GIC_SPI     321                         interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
322                         clocks = <&mstp7_clks     322                         clocks = <&mstp7_clks R7S72100_CLK_USB1>;
323                         renesas,buswait = <4>;    323                         renesas,buswait = <4>;
324                         power-domains = <&cpg_    324                         power-domains = <&cpg_clocks>;
325                         status = "disabled";      325                         status = "disabled";
326                 };                                326                 };
327                                                   327 
328                 mmcif: mmc@e804c800 {             328                 mmcif: mmc@e804c800 {
329                         compatible = "renesas,    329                         compatible = "renesas,mmcif-r7s72100", "renesas,sh-mmcif";
330                         reg = <0xe804c800 0x80    330                         reg = <0xe804c800 0x80>;
331                         interrupts = <GIC_SPI     331                         interrupts = <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>,
332                                      <GIC_SPI     332                                      <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
333                                      <GIC_SPI     333                                      <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
334                         clocks = <&mstp8_clks     334                         clocks = <&mstp8_clks R7S72100_CLK_MMCIF>;
335                         power-domains = <&cpg_    335                         power-domains = <&cpg_clocks>;
336                         reg-io-width = <4>;       336                         reg-io-width = <4>;
337                         bus-width = <8>;          337                         bus-width = <8>;
338                         status = "disabled";      338                         status = "disabled";
339                 };                                339                 };
340                                                   340 
341                 sdhi0: mmc@e804e000 {             341                 sdhi0: mmc@e804e000 {
342                         compatible = "renesas,    342                         compatible = "renesas,sdhi-r7s72100";
343                         reg = <0xe804e000 0x10    343                         reg = <0xe804e000 0x100>;
344                         interrupts = <GIC_SPI     344                         interrupts = <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
345                                      <GIC_SPI     345                                      <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
346                                      <GIC_SPI     346                                      <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
347                                                   347 
348                         clocks = <&mstp12_clks    348                         clocks = <&mstp12_clks R7S72100_CLK_SDHI00>,
349                                  <&mstp12_clks    349                                  <&mstp12_clks R7S72100_CLK_SDHI01>;
350                         clock-names = "core",     350                         clock-names = "core", "cd";
351                         power-domains = <&cpg_    351                         power-domains = <&cpg_clocks>;
352                         cap-sd-highspeed;         352                         cap-sd-highspeed;
353                         cap-sdio-irq;             353                         cap-sdio-irq;
354                         status = "disabled";      354                         status = "disabled";
355                 };                                355                 };
356                                                   356 
357                 sdhi1: mmc@e804e800 {             357                 sdhi1: mmc@e804e800 {
358                         compatible = "renesas,    358                         compatible = "renesas,sdhi-r7s72100";
359                         reg = <0xe804e800 0x10    359                         reg = <0xe804e800 0x100>;
360                         interrupts = <GIC_SPI     360                         interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
361                                      <GIC_SPI     361                                      <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
362                                      <GIC_SPI     362                                      <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>;
363                                                   363 
364                         clocks = <&mstp12_clks    364                         clocks = <&mstp12_clks R7S72100_CLK_SDHI10>,
365                                  <&mstp12_clks    365                                  <&mstp12_clks R7S72100_CLK_SDHI11>;
366                         clock-names = "core",     366                         clock-names = "core", "cd";
367                         power-domains = <&cpg_    367                         power-domains = <&cpg_clocks>;
368                         cap-sd-highspeed;         368                         cap-sd-highspeed;
369                         cap-sdio-irq;             369                         cap-sdio-irq;
370                         status = "disabled";      370                         status = "disabled";
371                 };                                371                 };
372                                                   372 
373                 gic: interrupt-controller@e820    373                 gic: interrupt-controller@e8201000 {
374                         compatible = "arm,pl39    374                         compatible = "arm,pl390";
375                         #interrupt-cells = <3>    375                         #interrupt-cells = <3>;
376                         #address-cells = <0>;     376                         #address-cells = <0>;
377                         interrupt-controller;     377                         interrupt-controller;
378                         reg = <0xe8201000 0x10    378                         reg = <0xe8201000 0x1000>,
379                                 <0xe8202000 0x    379                                 <0xe8202000 0x1000>;
380                 };                                380                 };
381                                                   381 
382                 ether: ethernet@e8203000 {        382                 ether: ethernet@e8203000 {
383                         compatible = "renesas,    383                         compatible = "renesas,ether-r7s72100";
384                         reg = <0xe8203000 0x80    384                         reg = <0xe8203000 0x800>,
385                               <0xe8204800 0x20    385                               <0xe8204800 0x200>;
386                         interrupts = <GIC_SPI     386                         interrupts = <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>;
387                         clocks = <&mstp7_clks     387                         clocks = <&mstp7_clks R7S72100_CLK_ETHER>;
388                         power-domains = <&cpg_    388                         power-domains = <&cpg_clocks>;
389                         phy-mode = "mii";         389                         phy-mode = "mii";
390                         #address-cells = <1>;     390                         #address-cells = <1>;
391                         #size-cells = <0>;        391                         #size-cells = <0>;
392                         status = "disabled";      392                         status = "disabled";
393                 };                                393                 };
394                                                   394 
395                 ceu: camera@e8210000 {            395                 ceu: camera@e8210000 {
396                         reg = <0xe8210000 0x30    396                         reg = <0xe8210000 0x3000>;
397                         compatible = "renesas,    397                         compatible = "renesas,r7s72100-ceu";
398                         interrupts = <GIC_SPI     398                         interrupts = <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>;
399                         clocks = <&mstp6_clks     399                         clocks = <&mstp6_clks R7S72100_CLK_CEU>;
400                         power-domains = <&cpg_    400                         power-domains = <&cpg_clocks>;
401                         status = "disabled";      401                         status = "disabled";
402                 };                                402                 };
403                                                   403 
404                 wdt: watchdog@fcfe0000 {          404                 wdt: watchdog@fcfe0000 {
405                         compatible = "renesas,    405                         compatible = "renesas,r7s72100-wdt", "renesas,rza-wdt";
406                         reg = <0xfcfe0000 0x6>    406                         reg = <0xfcfe0000 0x6>;
407                         interrupts = <GIC_SPI     407                         interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
408                         clocks = <&p0_clk>;       408                         clocks = <&p0_clk>;
409                 };                                409                 };
410                                                   410 
411                 /* Special CPG clocks */          411                 /* Special CPG clocks */
412                 cpg_clocks: cpg_clocks@fcfe000    412                 cpg_clocks: cpg_clocks@fcfe0000 {
413                         #clock-cells = <1>;       413                         #clock-cells = <1>;
414                         compatible = "renesas,    414                         compatible = "renesas,r7s72100-cpg-clocks",
415                                      "renesas,    415                                      "renesas,rz-cpg-clocks";
416                         reg = <0xfcfe0000 0x18    416                         reg = <0xfcfe0000 0x18>;
417                         clocks = <&extal_clk>,    417                         clocks = <&extal_clk>, <&usb_x1_clk>;
418                         clock-output-names = "    418                         clock-output-names = "pll", "i", "g";
419                         #power-domain-cells =     419                         #power-domain-cells = <0>;
420                 };                                420                 };
421                                                   421 
422                 /* MSTP clocks */                 422                 /* MSTP clocks */
423                 mstp3_clks: mstp3_clks@fcfe042    423                 mstp3_clks: mstp3_clks@fcfe0420 {
424                         #clock-cells = <1>;       424                         #clock-cells = <1>;
425                         compatible = "renesas,    425                         compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
426                         reg = <0xfcfe0420 4>;     426                         reg = <0xfcfe0420 4>;
427                         clocks = <&p0_clk>;       427                         clocks = <&p0_clk>;
428                         clock-indices = <R7S72    428                         clock-indices = <R7S72100_CLK_MTU2>;
429                         clock-output-names = "    429                         clock-output-names = "mtu2";
430                 };                                430                 };
431                                                   431 
432                 mstp4_clks: mstp4_clks@fcfe042    432                 mstp4_clks: mstp4_clks@fcfe0424 {
433                         #clock-cells = <1>;       433                         #clock-cells = <1>;
434                         compatible = "renesas,    434                         compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
435                         reg = <0xfcfe0424 4>;     435                         reg = <0xfcfe0424 4>;
436                         clocks = <&p1_clk>, <&    436                         clocks = <&p1_clk>, <&p1_clk>, <&p1_clk>, <&p1_clk>,
437                                  <&p1_clk>, <&    437                                  <&p1_clk>, <&p1_clk>, <&p1_clk>, <&p1_clk>;
438                         clock-indices = <         438                         clock-indices = <
439                                 R7S72100_CLK_S    439                                 R7S72100_CLK_SCIF0 R7S72100_CLK_SCIF1 R7S72100_CLK_SCIF2 R7S72100_CLK_SCIF3
440                                 R7S72100_CLK_S    440                                 R7S72100_CLK_SCIF4 R7S72100_CLK_SCIF5 R7S72100_CLK_SCIF6 R7S72100_CLK_SCIF7
441                         >;                        441                         >;
442                         clock-output-names = "    442                         clock-output-names = "scif0", "scif1", "scif2", "scif3", "scif4", "scif5", "scif6", "scif7";
443                 };                                443                 };
444                                                   444 
445                 mstp5_clks: mstp5_clks@fcfe042    445                 mstp5_clks: mstp5_clks@fcfe0428 {
446                         #clock-cells = <1>;       446                         #clock-cells = <1>;
447                         compatible = "renesas,    447                         compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
448                         reg = <0xfcfe0428 4>;     448                         reg = <0xfcfe0428 4>;
449                         clocks = <&p0_clk>, <&    449                         clocks = <&p0_clk>, <&p0_clk>;
450                         clock-indices = <R7S72    450                         clock-indices = <R7S72100_CLK_OSTM0 R7S72100_CLK_OSTM1>;
451                         clock-output-names = "    451                         clock-output-names = "ostm0", "ostm1";
452                 };                                452                 };
453                                                   453 
454                 mstp6_clks: mstp6_clks@fcfe042    454                 mstp6_clks: mstp6_clks@fcfe042c {
455                         #clock-cells = <1>;       455                         #clock-cells = <1>;
456                         compatible = "renesas,    456                         compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
457                         reg = <0xfcfe042c 4>;     457                         reg = <0xfcfe042c 4>;
458                         clocks = <&b_clk>, <&p    458                         clocks = <&b_clk>, <&p0_clk>;
459                         clock-indices = <R7S72    459                         clock-indices = <R7S72100_CLK_CEU R7S72100_CLK_RTC>;
460                         clock-output-names = "    460                         clock-output-names = "ceu", "rtc";
461                 };                                461                 };
462                                                   462 
463                 mstp7_clks: mstp7_clks@fcfe043    463                 mstp7_clks: mstp7_clks@fcfe0430 {
464                         #clock-cells = <1>;       464                         #clock-cells = <1>;
465                         compatible = "renesas,    465                         compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
466                         reg = <0xfcfe0430 4>;     466                         reg = <0xfcfe0430 4>;
467                         clocks = <&b_clk>, <&p    467                         clocks = <&b_clk>, <&p1_clk>, <&p1_clk>;
468                         clock-indices = <R7S72    468                         clock-indices = <R7S72100_CLK_ETHER R7S72100_CLK_USB0 R7S72100_CLK_USB1>;
469                         clock-output-names = "    469                         clock-output-names = "ether", "usb0", "usb1";
470                 };                                470                 };
471                                                   471 
472                 mstp8_clks: mstp8_clks@fcfe043    472                 mstp8_clks: mstp8_clks@fcfe0434 {
473                         #clock-cells = <1>;       473                         #clock-cells = <1>;
474                         compatible = "renesas,    474                         compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
475                         reg = <0xfcfe0434 4>;     475                         reg = <0xfcfe0434 4>;
476                         clocks = <&p1_clk>;       476                         clocks = <&p1_clk>;
477                         clock-indices = <R7S72    477                         clock-indices = <R7S72100_CLK_MMCIF>;
478                         clock-output-names = "    478                         clock-output-names = "mmcif";
479                 };                                479                 };
480                                                   480 
481                 mstp9_clks: mstp9_clks@fcfe043    481                 mstp9_clks: mstp9_clks@fcfe0438 {
482                         #clock-cells = <1>;       482                         #clock-cells = <1>;
483                         compatible = "renesas,    483                         compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
484                         reg = <0xfcfe0438 4>;     484                         reg = <0xfcfe0438 4>;
485                         clocks = <&p0_clk>, <&    485                         clocks = <&p0_clk>, <&p0_clk>, <&p0_clk>, <&p0_clk>, <&b_clk>, <&b_clk>;
486                         clock-indices = <         486                         clock-indices = <
487                                 R7S72100_CLK_I    487                                 R7S72100_CLK_I2C0 R7S72100_CLK_I2C1 R7S72100_CLK_I2C2 R7S72100_CLK_I2C3
488                                 R7S72100_CLK_S    488                                 R7S72100_CLK_SPIBSC0 R7S72100_CLK_SPIBSC1
489                         >;                        489                         >;
490                         clock-output-names = "    490                         clock-output-names = "i2c0", "i2c1", "i2c2", "i2c3", "spibsc0", "spibsc1";
491                 };                                491                 };
492                                                   492 
493                 mstp10_clks: mstp10_clks@fcfe0    493                 mstp10_clks: mstp10_clks@fcfe043c {
494                         #clock-cells = <1>;       494                         #clock-cells = <1>;
495                         compatible = "renesas,    495                         compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
496                         reg = <0xfcfe043c 4>;     496                         reg = <0xfcfe043c 4>;
497                         clocks = <&p1_clk>, <&    497                         clocks = <&p1_clk>, <&p1_clk>, <&p1_clk>, <&p1_clk>,
498                                  <&p1_clk>;       498                                  <&p1_clk>;
499                         clock-indices = <         499                         clock-indices = <
500                                 R7S72100_CLK_S    500                                 R7S72100_CLK_SPI0 R7S72100_CLK_SPI1 R7S72100_CLK_SPI2 R7S72100_CLK_SPI3
501                                 R7S72100_CLK_S    501                                 R7S72100_CLK_SPI4
502                         >;                        502                         >;
503                         clock-output-names = "    503                         clock-output-names = "spi0", "spi1", "spi2", "spi3", "spi4";
504                 };                                504                 };
505                 mstp12_clks: mstp12_clks@fcfe0    505                 mstp12_clks: mstp12_clks@fcfe0444 {
506                         #clock-cells = <1>;       506                         #clock-cells = <1>;
507                         compatible = "renesas,    507                         compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
508                         reg = <0xfcfe0444 4>;     508                         reg = <0xfcfe0444 4>;
509                         clocks = <&p1_clk>, <&    509                         clocks = <&p1_clk>, <&p1_clk>, <&p1_clk>, <&p1_clk>;
510                         clock-indices = <         510                         clock-indices = <
511                                 R7S72100_CLK_S    511                                 R7S72100_CLK_SDHI00 R7S72100_CLK_SDHI01
512                                 R7S72100_CLK_S    512                                 R7S72100_CLK_SDHI10 R7S72100_CLK_SDHI11
513                         >;                        513                         >;
514                         clock-output-names = "    514                         clock-output-names = "sdhi00", "sdhi01", "sdhi10", "sdhi11";
515                 };                                515                 };
516                                                   516 
517                 pinctrl: pinctrl@fcfe3000 {       517                 pinctrl: pinctrl@fcfe3000 {
518                         compatible = "renesas,    518                         compatible = "renesas,r7s72100-ports";
519                                                   519 
520                         reg = <0xfcfe3000 0x42    520                         reg = <0xfcfe3000 0x4230>;
521                                                   521 
522                         port0: gpio-0 {           522                         port0: gpio-0 {
523                                 gpio-controlle    523                                 gpio-controller;
524                                 #gpio-cells =     524                                 #gpio-cells = <2>;
525                                 gpio-ranges =     525                                 gpio-ranges = <&pinctrl 0 0 6>;
526                         };                        526                         };
527                                                   527 
528                         port1: gpio-1 {           528                         port1: gpio-1 {
529                                 gpio-controlle    529                                 gpio-controller;
530                                 #gpio-cells =     530                                 #gpio-cells = <2>;
531                                 gpio-ranges =     531                                 gpio-ranges = <&pinctrl 0 16 16>;
532                         };                        532                         };
533                                                   533 
534                         port2: gpio-2 {           534                         port2: gpio-2 {
535                                 gpio-controlle    535                                 gpio-controller;
536                                 #gpio-cells =     536                                 #gpio-cells = <2>;
537                                 gpio-ranges =     537                                 gpio-ranges = <&pinctrl 0 32 16>;
538                         };                        538                         };
539                                                   539 
540                         port3: gpio-3 {           540                         port3: gpio-3 {
541                                 gpio-controlle    541                                 gpio-controller;
542                                 #gpio-cells =     542                                 #gpio-cells = <2>;
543                                 gpio-ranges =     543                                 gpio-ranges = <&pinctrl 0 48 16>;
544                         };                        544                         };
545                                                   545 
546                         port4: gpio-4 {           546                         port4: gpio-4 {
547                                 gpio-controlle    547                                 gpio-controller;
548                                 #gpio-cells =     548                                 #gpio-cells = <2>;
549                                 gpio-ranges =     549                                 gpio-ranges = <&pinctrl 0 64 16>;
550                         };                        550                         };
551                                                   551 
552                         port5: gpio-5 {           552                         port5: gpio-5 {
553                                 gpio-controlle    553                                 gpio-controller;
554                                 #gpio-cells =     554                                 #gpio-cells = <2>;
555                                 gpio-ranges =     555                                 gpio-ranges = <&pinctrl 0 80 11>;
556                         };                        556                         };
557                                                   557 
558                         port6: gpio-6 {           558                         port6: gpio-6 {
559                                 gpio-controlle    559                                 gpio-controller;
560                                 #gpio-cells =     560                                 #gpio-cells = <2>;
561                                 gpio-ranges =     561                                 gpio-ranges = <&pinctrl 0 96 16>;
562                         };                        562                         };
563                                                   563 
564                         port7: gpio-7 {           564                         port7: gpio-7 {
565                                 gpio-controlle    565                                 gpio-controller;
566                                 #gpio-cells =     566                                 #gpio-cells = <2>;
567                                 gpio-ranges =     567                                 gpio-ranges = <&pinctrl 0 112 16>;
568                         };                        568                         };
569                                                   569 
570                         port8: gpio-8 {           570                         port8: gpio-8 {
571                                 gpio-controlle    571                                 gpio-controller;
572                                 #gpio-cells =     572                                 #gpio-cells = <2>;
573                                 gpio-ranges =     573                                 gpio-ranges = <&pinctrl 0 128 16>;
574                         };                        574                         };
575                                                   575 
576                         port9: gpio-9 {           576                         port9: gpio-9 {
577                                 gpio-controlle    577                                 gpio-controller;
578                                 #gpio-cells =     578                                 #gpio-cells = <2>;
579                                 gpio-ranges =     579                                 gpio-ranges = <&pinctrl 0 144 8>;
580                         };                        580                         };
581                                                   581 
582                         port10: gpio-10 {         582                         port10: gpio-10 {
583                                 gpio-controlle    583                                 gpio-controller;
584                                 #gpio-cells =     584                                 #gpio-cells = <2>;
585                                 gpio-ranges =     585                                 gpio-ranges = <&pinctrl 0 160 16>;
586                         };                        586                         };
587                                                   587 
588                         port11: gpio-11 {         588                         port11: gpio-11 {
589                                 gpio-controlle    589                                 gpio-controller;
590                                 #gpio-cells =     590                                 #gpio-cells = <2>;
591                                 gpio-ranges =     591                                 gpio-ranges = <&pinctrl 0 176 16>;
592                         };                        592                         };
593                 };                                593                 };
594                                                   594 
595                 ostm0: timer@fcfec000 {           595                 ostm0: timer@fcfec000 {
596                         compatible = "renesas,    596                         compatible = "renesas,r7s72100-ostm", "renesas,ostm";
597                         reg = <0xfcfec000 0x30    597                         reg = <0xfcfec000 0x30>;
598                         interrupts = <GIC_SPI     598                         interrupts = <GIC_SPI 102 IRQ_TYPE_EDGE_RISING>;
599                         clocks = <&mstp5_clks     599                         clocks = <&mstp5_clks R7S72100_CLK_OSTM0>;
600                         power-domains = <&cpg_    600                         power-domains = <&cpg_clocks>;
601                         status = "disabled";      601                         status = "disabled";
602                 };                                602                 };
603                                                   603 
604                 ostm1: timer@fcfec400 {           604                 ostm1: timer@fcfec400 {
605                         compatible = "renesas,    605                         compatible = "renesas,r7s72100-ostm", "renesas,ostm";
606                         reg = <0xfcfec400 0x30    606                         reg = <0xfcfec400 0x30>;
607                         interrupts = <GIC_SPI     607                         interrupts = <GIC_SPI 103 IRQ_TYPE_EDGE_RISING>;
608                         clocks = <&mstp5_clks     608                         clocks = <&mstp5_clks R7S72100_CLK_OSTM1>;
609                         power-domains = <&cpg_    609                         power-domains = <&cpg_clocks>;
610                         status = "disabled";      610                         status = "disabled";
611                 };                                611                 };
612                                                   612 
613                 i2c0: i2c@fcfee000 {              613                 i2c0: i2c@fcfee000 {
614                         #address-cells = <1>;     614                         #address-cells = <1>;
615                         #size-cells = <0>;        615                         #size-cells = <0>;
616                         compatible = "renesas,    616                         compatible = "renesas,riic-r7s72100", "renesas,riic-rz";
617                         reg = <0xfcfee000 0x44    617                         reg = <0xfcfee000 0x44>;
618                         interrupts = <GIC_SPI     618                         interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
619                                      <GIC_SPI     619                                      <GIC_SPI 158 IRQ_TYPE_EDGE_RISING>,
620                                      <GIC_SPI     620                                      <GIC_SPI 159 IRQ_TYPE_EDGE_RISING>,
621                                      <GIC_SPI     621                                      <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>,
622                                      <GIC_SPI     622                                      <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
623                                      <GIC_SPI     623                                      <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>,
624                                      <GIC_SPI     624                                      <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>,
625                                      <GIC_SPI     625                                      <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
626                         interrupt-names = "tei    626                         interrupt-names = "tei", "ri", "ti", "spi", "sti",
627                                           "nak    627                                           "naki", "ali", "tmoi";
628                         clocks = <&mstp9_clks     628                         clocks = <&mstp9_clks R7S72100_CLK_I2C0>;
629                         clock-frequency = <100    629                         clock-frequency = <100000>;
630                         power-domains = <&cpg_    630                         power-domains = <&cpg_clocks>;
631                         status = "disabled";      631                         status = "disabled";
632                 };                                632                 };
633                                                   633 
634                 i2c1: i2c@fcfee400 {              634                 i2c1: i2c@fcfee400 {
635                         #address-cells = <1>;     635                         #address-cells = <1>;
636                         #size-cells = <0>;        636                         #size-cells = <0>;
637                         compatible = "renesas,    637                         compatible = "renesas,riic-r7s72100", "renesas,riic-rz";
638                         reg = <0xfcfee400 0x44    638                         reg = <0xfcfee400 0x44>;
639                         interrupts = <GIC_SPI     639                         interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>,
640                                      <GIC_SPI     640                                      <GIC_SPI 166 IRQ_TYPE_EDGE_RISING>,
641                                      <GIC_SPI     641                                      <GIC_SPI 167 IRQ_TYPE_EDGE_RISING>,
642                                      <GIC_SPI     642                                      <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
643                                      <GIC_SPI     643                                      <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>,
644                                      <GIC_SPI     644                                      <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,
645                                      <GIC_SPI     645                                      <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>,
646                                      <GIC_SPI     646                                      <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
647                         interrupt-names = "tei    647                         interrupt-names = "tei", "ri", "ti", "spi", "sti",
648                                           "nak    648                                           "naki", "ali", "tmoi";
649                         clocks = <&mstp9_clks     649                         clocks = <&mstp9_clks R7S72100_CLK_I2C1>;
650                         clock-frequency = <100    650                         clock-frequency = <100000>;
651                         power-domains = <&cpg_    651                         power-domains = <&cpg_clocks>;
652                         status = "disabled";      652                         status = "disabled";
653                 };                                653                 };
654                                                   654 
655                 i2c2: i2c@fcfee800 {              655                 i2c2: i2c@fcfee800 {
656                         #address-cells = <1>;     656                         #address-cells = <1>;
657                         #size-cells = <0>;        657                         #size-cells = <0>;
658                         compatible = "renesas,    658                         compatible = "renesas,riic-r7s72100", "renesas,riic-rz";
659                         reg = <0xfcfee800 0x44    659                         reg = <0xfcfee800 0x44>;
660                         interrupts = <GIC_SPI     660                         interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>,
661                                      <GIC_SPI     661                                      <GIC_SPI 174 IRQ_TYPE_EDGE_RISING>,
662                                      <GIC_SPI     662                                      <GIC_SPI 175 IRQ_TYPE_EDGE_RISING>,
663                                      <GIC_SPI     663                                      <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
664                                      <GIC_SPI     664                                      <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH>,
665                                      <GIC_SPI     665                                      <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>,
666                                      <GIC_SPI     666                                      <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>,
667                                      <GIC_SPI     667                                      <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;
668                         interrupt-names = "tei    668                         interrupt-names = "tei", "ri", "ti", "spi", "sti",
669                                           "nak    669                                           "naki", "ali", "tmoi";
670                         clocks = <&mstp9_clks     670                         clocks = <&mstp9_clks R7S72100_CLK_I2C2>;
671                         clock-frequency = <100    671                         clock-frequency = <100000>;
672                         power-domains = <&cpg_    672                         power-domains = <&cpg_clocks>;
673                         status = "disabled";      673                         status = "disabled";
674                 };                                674                 };
675                                                   675 
676                 i2c3: i2c@fcfeec00 {              676                 i2c3: i2c@fcfeec00 {
677                         #address-cells = <1>;     677                         #address-cells = <1>;
678                         #size-cells = <0>;        678                         #size-cells = <0>;
679                         compatible = "renesas,    679                         compatible = "renesas,riic-r7s72100", "renesas,riic-rz";
680                         reg = <0xfcfeec00 0x44    680                         reg = <0xfcfeec00 0x44>;
681                         interrupts = <GIC_SPI     681                         interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>,
682                                      <GIC_SPI     682                                      <GIC_SPI 182 IRQ_TYPE_EDGE_RISING>,
683                                      <GIC_SPI     683                                      <GIC_SPI 183 IRQ_TYPE_EDGE_RISING>,
684                                      <GIC_SPI     684                                      <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>,
685                                      <GIC_SPI     685                                      <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>,
686                                      <GIC_SPI     686                                      <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>,
687                                      <GIC_SPI     687                                      <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>,
688                                      <GIC_SPI     688                                      <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
689                         interrupt-names = "tei    689                         interrupt-names = "tei", "ri", "ti", "spi", "sti",
690                                           "nak    690                                           "naki", "ali", "tmoi";
691                         clocks = <&mstp9_clks     691                         clocks = <&mstp9_clks R7S72100_CLK_I2C3>;
692                         clock-frequency = <100    692                         clock-frequency = <100000>;
693                         power-domains = <&cpg_    693                         power-domains = <&cpg_clocks>;
694                         status = "disabled";      694                         status = "disabled";
695                 };                                695                 };
696                                                   696 
697                 irqc: interrupt-controller@fcf    697                 irqc: interrupt-controller@fcfef800 {
698                         compatible = "renesas,    698                         compatible = "renesas,r7s72100-irqc",
699                                      "renesas,    699                                      "renesas,rza1-irqc";
700                         #interrupt-cells = <2>    700                         #interrupt-cells = <2>;
701                         #address-cells = <0>;     701                         #address-cells = <0>;
702                         interrupt-controller;     702                         interrupt-controller;
703                         reg = <0xfcfef800 0x6>    703                         reg = <0xfcfef800 0x6>;
704                         interrupt-map =           704                         interrupt-map =
705                                 <0 0 &gic GIC_    705                                 <0 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
706                                 <1 0 &gic GIC_    706                                 <1 0 &gic GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
707                                 <2 0 &gic GIC_    707                                 <2 0 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
708                                 <3 0 &gic GIC_    708                                 <3 0 &gic GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
709                                 <4 0 &gic GIC_    709                                 <4 0 &gic GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
710                                 <5 0 &gic GIC_    710                                 <5 0 &gic GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
711                                 <6 0 &gic GIC_    711                                 <6 0 &gic GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
712                                 <7 0 &gic GIC_    712                                 <7 0 &gic GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
713                         interrupt-map-mask = <    713                         interrupt-map-mask = <7 0>;
714                 };                                714                 };
715                                                   715 
716                 mtu2: timer@fcff0000 {            716                 mtu2: timer@fcff0000 {
717                         compatible = "renesas,    717                         compatible = "renesas,mtu2-r7s72100", "renesas,mtu2";
718                         reg = <0xfcff0000 0x40    718                         reg = <0xfcff0000 0x400>;
719                         interrupts = <GIC_SPI     719                         interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
720                         interrupt-names = "tgi    720                         interrupt-names = "tgi0a";
721                         clocks = <&mstp3_clks     721                         clocks = <&mstp3_clks R7S72100_CLK_MTU2>;
722                         clock-names = "fck";      722                         clock-names = "fck";
723                         power-domains = <&cpg_    723                         power-domains = <&cpg_clocks>;
724                         status = "disabled";      724                         status = "disabled";
725                 };                                725                 };
726                                                   726 
727                 rtc: rtc@fcff1000 {               727                 rtc: rtc@fcff1000 {
728                         compatible = "renesas,    728                         compatible = "renesas,r7s72100-rtc", "renesas,sh-rtc";
729                         reg = <0xfcff1000 0x2e    729                         reg = <0xfcff1000 0x2e>;
730                         interrupts = <GIC_SPI     730                         interrupts = <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>,
731                                      <GIC_SPI     731                                      <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
732                                      <GIC_SPI     732                                      <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>;
733                         interrupt-names = "ala    733                         interrupt-names = "alarm", "period", "carry";
734                         clocks = <&mstp6_clks     734                         clocks = <&mstp6_clks R7S72100_CLK_RTC>, <&rtc_x1_clk>,
735                                  <&rtc_x3_clk>    735                                  <&rtc_x3_clk>, <&extal_clk>;
736                         clock-names = "fck", "    736                         clock-names = "fck", "rtc_x1", "rtc_x3", "extal";
737                         power-domains = <&cpg_    737                         power-domains = <&cpg_clocks>;
738                         status = "disabled";      738                         status = "disabled";
739                 };                                739                 };
740         };                                        740         };
741                                                   741 
742         usb_x1_clk: usb_x1 {                      742         usb_x1_clk: usb_x1 {
743                 #clock-cells = <0>;               743                 #clock-cells = <0>;
744                 compatible = "fixed-clock";       744                 compatible = "fixed-clock";
745                 /* If clk present, value must     745                 /* If clk present, value must be set by board */
746                 clock-frequency = <0>;            746                 clock-frequency = <0>;
747         };                                        747         };
748 };                                                748 };
                                                      

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