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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/mips/pic32/pic32mzda.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/mips/pic32/pic32mzda.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/mips/pic32/pic32mzda.dtsi (Version linux-4.12.14)


  1 // SPDX-License-Identifier: GPL-2.0-only       << 
  2 /*                                                  1 /*
  3  * Copyright (C) 2015 Microchip Technology Inc      2  * Copyright (C) 2015 Microchip Technology Inc.  All rights reserved.
                                                   >>   3  *
                                                   >>   4  * This program is free software; you can redistribute it and/or modify
                                                   >>   5  * it under the terms of the GNU General Public License version 2 as
                                                   >>   6  * published by the Free Software Foundation.
                                                   >>   7  *
  4  */                                                 8  */
  5 #include <dt-bindings/clock/microchip,pic32-cl      9 #include <dt-bindings/clock/microchip,pic32-clock.h>
  6 #include <dt-bindings/interrupt-controller/irq     10 #include <dt-bindings/interrupt-controller/irq.h>
  7                                                    11 
  8 / {                                                12 / {
  9         #address-cells = <1>;                      13         #address-cells = <1>;
 10         #size-cells = <1>;                         14         #size-cells = <1>;
 11         interrupt-parent = <&evic>;                15         interrupt-parent = <&evic>;
 12                                                    16 
 13         aliases {                                  17         aliases {
 14                 gpio0 = &gpio0;                    18                 gpio0 = &gpio0;
 15                 gpio1 = &gpio1;                    19                 gpio1 = &gpio1;
 16                 gpio2 = &gpio2;                    20                 gpio2 = &gpio2;
 17                 gpio3 = &gpio3;                    21                 gpio3 = &gpio3;
 18                 gpio4 = &gpio4;                    22                 gpio4 = &gpio4;
 19                 gpio5 = &gpio5;                    23                 gpio5 = &gpio5;
 20                 gpio6 = &gpio6;                    24                 gpio6 = &gpio6;
 21                 gpio7 = &gpio7;                    25                 gpio7 = &gpio7;
 22                 gpio8 = &gpio8;                    26                 gpio8 = &gpio8;
 23                 gpio9 = &gpio9;                    27                 gpio9 = &gpio9;
 24                 serial0 = &uart1;                  28                 serial0 = &uart1;
 25                 serial1 = &uart2;                  29                 serial1 = &uart2;
 26                 serial2 = &uart3;                  30                 serial2 = &uart3;
 27                 serial3 = &uart4;                  31                 serial3 = &uart4;
 28                 serial4 = &uart5;                  32                 serial4 = &uart5;
 29                 serial5 = &uart6;                  33                 serial5 = &uart6;
 30         };                                         34         };
 31                                                    35 
 32         cpus {                                     36         cpus {
 33                 #address-cells = <1>;              37                 #address-cells = <1>;
 34                 #size-cells = <0>;                 38                 #size-cells = <0>;
 35                                                    39 
 36                 cpu@0 {                            40                 cpu@0 {
 37                         compatible = "mti,mips     41                         compatible = "mti,mips14KEc";
 38                         device_type = "cpu";       42                         device_type = "cpu";
 39                 };                                 43                 };
 40         };                                         44         };
 41                                                    45 
 42         soc {                                      46         soc {
 43                 compatible = "microchip,pic32m     47                 compatible = "microchip,pic32mzda-infra";
 44                 interrupts = <0 IRQ_TYPE_EDGE_     48                 interrupts = <0 IRQ_TYPE_EDGE_RISING>;
 45         };                                         49         };
 46                                                    50 
 47         /* external clock input on TxCLKI pin      51         /* external clock input on TxCLKI pin */
 48         txcki: txcki_clk {                         52         txcki: txcki_clk {
 49                 #clock-cells = <0>;                53                 #clock-cells = <0>;
 50                 compatible = "fixed-clock";        54                 compatible = "fixed-clock";
 51                 clock-frequency = <4000000>;       55                 clock-frequency = <4000000>;
 52                 status = "disabled";               56                 status = "disabled";
 53         };                                         57         };
 54                                                    58 
 55         /* external input on REFCLKIx pin */       59         /* external input on REFCLKIx pin */
 56         refix: refix_clk {                         60         refix: refix_clk {
 57                 #clock-cells = <0>;                61                 #clock-cells = <0>;
 58                 compatible = "fixed-clock";        62                 compatible = "fixed-clock";
 59                 clock-frequency = <24000000>;      63                 clock-frequency = <24000000>;
 60                 status = "disabled";               64                 status = "disabled";
 61         };                                         65         };
 62                                                    66 
 63         rootclk: clock-controller@1f801200 {       67         rootclk: clock-controller@1f801200 {
 64                 compatible = "microchip,pic32m     68                 compatible = "microchip,pic32mzda-clk";
 65                 reg = <0x1f801200 0x200>;          69                 reg = <0x1f801200 0x200>;
 66                 #clock-cells = <1>;                70                 #clock-cells = <1>;
 67                 microchip,pic32mzda-sosc;          71                 microchip,pic32mzda-sosc;
 68         };                                         72         };
 69                                                    73 
 70         evic: interrupt-controller@1f810000 {      74         evic: interrupt-controller@1f810000 {
 71                 compatible = "microchip,pic32m     75                 compatible = "microchip,pic32mzda-evic";
 72                 interrupt-controller;              76                 interrupt-controller;
 73                 #interrupt-cells = <2>;            77                 #interrupt-cells = <2>;
 74                 reg = <0x1f810000 0x1000>;         78                 reg = <0x1f810000 0x1000>;
 75                 microchip,external-irqs = <3 8     79                 microchip,external-irqs = <3 8 13 18 23>;
 76         };                                         80         };
 77                                                    81 
 78         pic32_pinctrl: pinctrl@1f801400 {      !!  82         pic32_pinctrl: pinctrl@1f801400{
 79                 #address-cells = <1>;              83                 #address-cells = <1>;
 80                 #size-cells = <1>;                 84                 #size-cells = <1>;
 81                 compatible = "microchip,pic32m     85                 compatible = "microchip,pic32mzda-pinctrl";
 82                 reg = <0x1f801400 0x400>;          86                 reg = <0x1f801400 0x400>;
 83                 clocks = <&rootclk PB1CLK>;        87                 clocks = <&rootclk PB1CLK>;
 84         };                                         88         };
 85                                                    89 
 86         /* PORTA */                                90         /* PORTA */
 87         gpio0: gpio0@1f860000 {                    91         gpio0: gpio0@1f860000 {
 88                 compatible = "microchip,pic32m     92                 compatible = "microchip,pic32mzda-gpio";
 89                 reg = <0x1f860000 0x100>;          93                 reg = <0x1f860000 0x100>;
 90                 interrupts = <118 IRQ_TYPE_LEV     94                 interrupts = <118 IRQ_TYPE_LEVEL_HIGH>;
 91                 #gpio-cells = <2>;                 95                 #gpio-cells = <2>;
 92                 gpio-controller;                   96                 gpio-controller;
 93                 interrupt-controller;              97                 interrupt-controller;
 94                 #interrupt-cells = <2>;            98                 #interrupt-cells = <2>;
 95                 clocks = <&rootclk PB4CLK>;        99                 clocks = <&rootclk PB4CLK>;
 96                 microchip,gpio-bank = <0>;        100                 microchip,gpio-bank = <0>;
 97                 gpio-ranges = <&pic32_pinctrl     101                 gpio-ranges = <&pic32_pinctrl 0 0 16>;
 98         };                                        102         };
 99                                                   103 
100         /* PORTB */                               104         /* PORTB */
101         gpio1: gpio1@1f860100 {                   105         gpio1: gpio1@1f860100 {
102                 compatible = "microchip,pic32m    106                 compatible = "microchip,pic32mzda-gpio";
103                 reg = <0x1f860100 0x100>;         107                 reg = <0x1f860100 0x100>;
104                 interrupts = <119 IRQ_TYPE_LEV    108                 interrupts = <119 IRQ_TYPE_LEVEL_HIGH>;
105                 #gpio-cells = <2>;                109                 #gpio-cells = <2>;
106                 gpio-controller;                  110                 gpio-controller;
107                 interrupt-controller;             111                 interrupt-controller;
108                 #interrupt-cells = <2>;           112                 #interrupt-cells = <2>;
109                 clocks = <&rootclk PB4CLK>;       113                 clocks = <&rootclk PB4CLK>;
110                 microchip,gpio-bank = <1>;        114                 microchip,gpio-bank = <1>;
111                 gpio-ranges = <&pic32_pinctrl     115                 gpio-ranges = <&pic32_pinctrl 0 16 16>;
112         };                                        116         };
113                                                   117 
114         /* PORTC */                               118         /* PORTC */
115         gpio2: gpio2@1f860200 {                   119         gpio2: gpio2@1f860200 {
116                 compatible = "microchip,pic32m    120                 compatible = "microchip,pic32mzda-gpio";
117                 reg = <0x1f860200 0x100>;         121                 reg = <0x1f860200 0x100>;
118                 interrupts = <120 IRQ_TYPE_LEV    122                 interrupts = <120 IRQ_TYPE_LEVEL_HIGH>;
119                 #gpio-cells = <2>;                123                 #gpio-cells = <2>;
120                 gpio-controller;                  124                 gpio-controller;
121                 interrupt-controller;             125                 interrupt-controller;
122                 #interrupt-cells = <2>;           126                 #interrupt-cells = <2>;
123                 clocks = <&rootclk PB4CLK>;       127                 clocks = <&rootclk PB4CLK>;
124                 microchip,gpio-bank = <2>;        128                 microchip,gpio-bank = <2>;
125                 gpio-ranges = <&pic32_pinctrl     129                 gpio-ranges = <&pic32_pinctrl 0 32 16>;
126         };                                        130         };
127                                                   131 
128         /* PORTD */                               132         /* PORTD */
129         gpio3: gpio3@1f860300 {                   133         gpio3: gpio3@1f860300 {
130                 compatible = "microchip,pic32m    134                 compatible = "microchip,pic32mzda-gpio";
131                 reg = <0x1f860300 0x100>;         135                 reg = <0x1f860300 0x100>;
132                 interrupts = <121 IRQ_TYPE_LEV    136                 interrupts = <121 IRQ_TYPE_LEVEL_HIGH>;
133                 #gpio-cells = <2>;                137                 #gpio-cells = <2>;
134                 gpio-controller;                  138                 gpio-controller;
135                 interrupt-controller;             139                 interrupt-controller;
136                 #interrupt-cells = <2>;           140                 #interrupt-cells = <2>;
137                 clocks = <&rootclk PB4CLK>;       141                 clocks = <&rootclk PB4CLK>;
138                 microchip,gpio-bank = <3>;        142                 microchip,gpio-bank = <3>;
139                 gpio-ranges = <&pic32_pinctrl     143                 gpio-ranges = <&pic32_pinctrl 0 48 16>;
140         };                                        144         };
141                                                   145 
142         /* PORTE */                               146         /* PORTE */
143         gpio4: gpio4@1f860400 {                   147         gpio4: gpio4@1f860400 {
144                 compatible = "microchip,pic32m    148                 compatible = "microchip,pic32mzda-gpio";
145                 reg = <0x1f860400 0x100>;         149                 reg = <0x1f860400 0x100>;
146                 interrupts = <122 IRQ_TYPE_LEV    150                 interrupts = <122 IRQ_TYPE_LEVEL_HIGH>;
147                 #gpio-cells = <2>;                151                 #gpio-cells = <2>;
148                 gpio-controller;                  152                 gpio-controller;
149                 interrupt-controller;             153                 interrupt-controller;
150                 #interrupt-cells = <2>;           154                 #interrupt-cells = <2>;
151                 clocks = <&rootclk PB4CLK>;       155                 clocks = <&rootclk PB4CLK>;
152                 microchip,gpio-bank = <4>;        156                 microchip,gpio-bank = <4>;
153                 gpio-ranges = <&pic32_pinctrl     157                 gpio-ranges = <&pic32_pinctrl 0 64 16>;
154         };                                        158         };
155                                                   159 
156         /* PORTF */                               160         /* PORTF */
157         gpio5: gpio5@1f860500 {                   161         gpio5: gpio5@1f860500 {
158                 compatible = "microchip,pic32m    162                 compatible = "microchip,pic32mzda-gpio";
159                 reg = <0x1f860500 0x100>;         163                 reg = <0x1f860500 0x100>;
160                 interrupts = <123 IRQ_TYPE_LEV    164                 interrupts = <123 IRQ_TYPE_LEVEL_HIGH>;
161                 #gpio-cells = <2>;                165                 #gpio-cells = <2>;
162                 gpio-controller;                  166                 gpio-controller;
163                 interrupt-controller;             167                 interrupt-controller;
164                 #interrupt-cells = <2>;           168                 #interrupt-cells = <2>;
165                 clocks = <&rootclk PB4CLK>;       169                 clocks = <&rootclk PB4CLK>;
166                 microchip,gpio-bank = <5>;        170                 microchip,gpio-bank = <5>;
167                 gpio-ranges = <&pic32_pinctrl     171                 gpio-ranges = <&pic32_pinctrl 0 80 16>;
168         };                                        172         };
169                                                   173 
170         /* PORTG */                               174         /* PORTG */
171         gpio6: gpio6@1f860600 {                   175         gpio6: gpio6@1f860600 {
172                 compatible = "microchip,pic32m    176                 compatible = "microchip,pic32mzda-gpio";
173                 reg = <0x1f860600 0x100>;         177                 reg = <0x1f860600 0x100>;
174                 interrupts = <124 IRQ_TYPE_LEV    178                 interrupts = <124 IRQ_TYPE_LEVEL_HIGH>;
175                 #gpio-cells = <2>;                179                 #gpio-cells = <2>;
176                 gpio-controller;                  180                 gpio-controller;
177                 interrupt-controller;             181                 interrupt-controller;
178                 #interrupt-cells = <2>;           182                 #interrupt-cells = <2>;
179                 clocks = <&rootclk PB4CLK>;       183                 clocks = <&rootclk PB4CLK>;
180                 microchip,gpio-bank = <6>;        184                 microchip,gpio-bank = <6>;
181                 gpio-ranges = <&pic32_pinctrl     185                 gpio-ranges = <&pic32_pinctrl 0 96 16>;
182         };                                        186         };
183                                                   187 
184         /* PORTH */                               188         /* PORTH */
185         gpio7: gpio7@1f860700 {                   189         gpio7: gpio7@1f860700 {
186                 compatible = "microchip,pic32m    190                 compatible = "microchip,pic32mzda-gpio";
187                 reg = <0x1f860700 0x100>;         191                 reg = <0x1f860700 0x100>;
188                 interrupts = <125 IRQ_TYPE_LEV    192                 interrupts = <125 IRQ_TYPE_LEVEL_HIGH>;
189                 #gpio-cells = <2>;                193                 #gpio-cells = <2>;
190                 gpio-controller;                  194                 gpio-controller;
191                 interrupt-controller;             195                 interrupt-controller;
192                 #interrupt-cells = <2>;           196                 #interrupt-cells = <2>;
193                 clocks = <&rootclk PB4CLK>;       197                 clocks = <&rootclk PB4CLK>;
194                 microchip,gpio-bank = <7>;        198                 microchip,gpio-bank = <7>;
195                 gpio-ranges = <&pic32_pinctrl     199                 gpio-ranges = <&pic32_pinctrl 0 112 16>;
196         };                                        200         };
197                                                   201 
198         /* PORTI does not exist */                202         /* PORTI does not exist */
199                                                   203 
200         /* PORTJ */                               204         /* PORTJ */
201         gpio8: gpio8@1f860800 {                   205         gpio8: gpio8@1f860800 {
202                 compatible = "microchip,pic32m    206                 compatible = "microchip,pic32mzda-gpio";
203                 reg = <0x1f860800 0x100>;         207                 reg = <0x1f860800 0x100>;
204                 interrupts = <126 IRQ_TYPE_LEV    208                 interrupts = <126 IRQ_TYPE_LEVEL_HIGH>;
205                 #gpio-cells = <2>;                209                 #gpio-cells = <2>;
206                 gpio-controller;                  210                 gpio-controller;
207                 interrupt-controller;             211                 interrupt-controller;
208                 #interrupt-cells = <2>;           212                 #interrupt-cells = <2>;
209                 clocks = <&rootclk PB4CLK>;       213                 clocks = <&rootclk PB4CLK>;
210                 microchip,gpio-bank = <8>;        214                 microchip,gpio-bank = <8>;
211                 gpio-ranges = <&pic32_pinctrl     215                 gpio-ranges = <&pic32_pinctrl 0 128 16>;
212         };                                        216         };
213                                                   217 
214         /* PORTK */                               218         /* PORTK */
215         gpio9: gpio9@1f860900 {                   219         gpio9: gpio9@1f860900 {
216                 compatible = "microchip,pic32m    220                 compatible = "microchip,pic32mzda-gpio";
217                 reg = <0x1f860900 0x100>;         221                 reg = <0x1f860900 0x100>;
218                 interrupts = <127 IRQ_TYPE_LEV    222                 interrupts = <127 IRQ_TYPE_LEVEL_HIGH>;
219                 #gpio-cells = <2>;                223                 #gpio-cells = <2>;
220                 gpio-controller;                  224                 gpio-controller;
221                 interrupt-controller;             225                 interrupt-controller;
222                 #interrupt-cells = <2>;           226                 #interrupt-cells = <2>;
223                 clocks = <&rootclk PB4CLK>;       227                 clocks = <&rootclk PB4CLK>;
224                 microchip,gpio-bank = <9>;        228                 microchip,gpio-bank = <9>;
225                 gpio-ranges = <&pic32_pinctrl     229                 gpio-ranges = <&pic32_pinctrl 0 144 16>;
226         };                                        230         };
227                                                   231 
228         sdhci: sdhci@1f8ec000 {                   232         sdhci: sdhci@1f8ec000 {
229                 compatible = "microchip,pic32m    233                 compatible = "microchip,pic32mzda-sdhci";
230                 reg = <0x1f8ec000 0x100>;         234                 reg = <0x1f8ec000 0x100>;
231                 interrupts = <191 IRQ_TYPE_LEV    235                 interrupts = <191 IRQ_TYPE_LEVEL_HIGH>;
232                 clocks = <&rootclk REF4CLK>, <    236                 clocks = <&rootclk REF4CLK>, <&rootclk PB5CLK>;
233                 clock-names = "base_clk", "sys    237                 clock-names = "base_clk", "sys_clk";
234                 bus-width = <4>;                  238                 bus-width = <4>;
235                 cap-sd-highspeed;                 239                 cap-sd-highspeed;
236                 status = "disabled";              240                 status = "disabled";
237         };                                        241         };
238                                                   242 
239         uart1: serial@1f822000 {                  243         uart1: serial@1f822000 {
240                 compatible = "microchip,pic32m    244                 compatible = "microchip,pic32mzda-uart";
241                 reg = <0x1f822000 0x50>;          245                 reg = <0x1f822000 0x50>;
242                 interrupts = <112 IRQ_TYPE_LEV    246                 interrupts = <112 IRQ_TYPE_LEVEL_HIGH>,
243                         <113 IRQ_TYPE_LEVEL_HI    247                         <113 IRQ_TYPE_LEVEL_HIGH>,
244                         <114 IRQ_TYPE_LEVEL_HI    248                         <114 IRQ_TYPE_LEVEL_HIGH>;
245                 clocks = <&rootclk PB2CLK>;       249                 clocks = <&rootclk PB2CLK>;
246                 status = "disabled";              250                 status = "disabled";
247         };                                        251         };
248                                                   252 
249         uart2: serial@1f822200 {                  253         uart2: serial@1f822200 {
250                 compatible = "microchip,pic32m    254                 compatible = "microchip,pic32mzda-uart";
251                 reg = <0x1f822200 0x50>;          255                 reg = <0x1f822200 0x50>;
252                 interrupts = <145 IRQ_TYPE_LEV    256                 interrupts = <145 IRQ_TYPE_LEVEL_HIGH>,
253                         <146 IRQ_TYPE_LEVEL_HI    257                         <146 IRQ_TYPE_LEVEL_HIGH>,
254                         <147 IRQ_TYPE_LEVEL_HI    258                         <147 IRQ_TYPE_LEVEL_HIGH>;
255                 clocks = <&rootclk PB2CLK>;       259                 clocks = <&rootclk PB2CLK>;
256                 status = "disabled";              260                 status = "disabled";
257         };                                        261         };
258                                                   262 
259         uart3: serial@1f822400 {                  263         uart3: serial@1f822400 {
260                 compatible = "microchip,pic32m    264                 compatible = "microchip,pic32mzda-uart";
261                 reg = <0x1f822400 0x50>;          265                 reg = <0x1f822400 0x50>;
262                 interrupts = <157 IRQ_TYPE_LEV    266                 interrupts = <157 IRQ_TYPE_LEVEL_HIGH>,
263                         <158 IRQ_TYPE_LEVEL_HI    267                         <158 IRQ_TYPE_LEVEL_HIGH>,
264                         <159 IRQ_TYPE_LEVEL_HI    268                         <159 IRQ_TYPE_LEVEL_HIGH>;
265                 clocks = <&rootclk PB2CLK>;       269                 clocks = <&rootclk PB2CLK>;
266                 status = "disabled";              270                 status = "disabled";
267         };                                        271         };
268                                                   272 
269         uart4: serial@1f822600 {                  273         uart4: serial@1f822600 {
270                 compatible = "microchip,pic32m    274                 compatible = "microchip,pic32mzda-uart";
271                 reg = <0x1f822600 0x50>;          275                 reg = <0x1f822600 0x50>;
272                 interrupts = <170 IRQ_TYPE_LEV    276                 interrupts = <170 IRQ_TYPE_LEVEL_HIGH>,
273                         <171 IRQ_TYPE_LEVEL_HI    277                         <171 IRQ_TYPE_LEVEL_HIGH>,
274                         <172 IRQ_TYPE_LEVEL_HI    278                         <172 IRQ_TYPE_LEVEL_HIGH>;
275                 clocks = <&rootclk PB2CLK>;       279                 clocks = <&rootclk PB2CLK>;
276                 status = "disabled";              280                 status = "disabled";
277         };                                        281         };
278                                                   282 
279         uart5: serial@1f822800 {                  283         uart5: serial@1f822800 {
280                 compatible = "microchip,pic32m    284                 compatible = "microchip,pic32mzda-uart";
281                 reg = <0x1f822800 0x50>;          285                 reg = <0x1f822800 0x50>;
282                 interrupts = <179 IRQ_TYPE_LEV    286                 interrupts = <179 IRQ_TYPE_LEVEL_HIGH>,
283                         <180 IRQ_TYPE_LEVEL_HI    287                         <180 IRQ_TYPE_LEVEL_HIGH>,
284                         <181 IRQ_TYPE_LEVEL_HI    288                         <181 IRQ_TYPE_LEVEL_HIGH>;
285                 clocks = <&rootclk PB2CLK>;       289                 clocks = <&rootclk PB2CLK>;
286                 status = "disabled";              290                 status = "disabled";
287         };                                        291         };
288                                                   292 
289         uart6: serial@1f822A00 {                  293         uart6: serial@1f822A00 {
290                 compatible = "microchip,pic32m    294                 compatible = "microchip,pic32mzda-uart";
291                 reg = <0x1f822A00 0x50>;          295                 reg = <0x1f822A00 0x50>;
292                 interrupts = <188 IRQ_TYPE_LEV    296                 interrupts = <188 IRQ_TYPE_LEVEL_HIGH>,
293                         <189 IRQ_TYPE_LEVEL_HI    297                         <189 IRQ_TYPE_LEVEL_HIGH>,
294                         <190 IRQ_TYPE_LEVEL_HI    298                         <190 IRQ_TYPE_LEVEL_HIGH>;
295                 clocks = <&rootclk PB2CLK>;       299                 clocks = <&rootclk PB2CLK>;
296                 status = "disabled";              300                 status = "disabled";
297         };                                        301         };
298 };                                                302 };
                                                      

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