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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/broadcom/bcm53573.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/broadcom/bcm53573.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/broadcom/bcm53573.dtsi (Version linux-6.8.12)


  1 // SPDX-License-Identifier: GPL-2.0-or-later O      1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2 /*                                                  2 /*
  3  * Copyright (C) 2016 Rafał Miłecki <rafal@mi      3  * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
  4  */                                                 4  */
  5                                                     5 
  6 #include <dt-bindings/gpio/gpio.h>                  6 #include <dt-bindings/gpio/gpio.h>
  7 #include <dt-bindings/input/input.h>                7 #include <dt-bindings/input/input.h>
  8 #include <dt-bindings/interrupt-controller/irq      8 #include <dt-bindings/interrupt-controller/irq.h>
  9 #include <dt-bindings/interrupt-controller/arm      9 #include <dt-bindings/interrupt-controller/arm-gic.h>
 10                                                    10 
 11 / {                                                11 / {
 12         #address-cells = <1>;                      12         #address-cells = <1>;
 13         #size-cells = <1>;                         13         #size-cells = <1>;
 14         interrupt-parent = <&gic>;                 14         interrupt-parent = <&gic>;
 15                                                    15 
 16         aliases {                                  16         aliases {
 17                 serial0 = &uart0;                  17                 serial0 = &uart0;
 18         };                                         18         };
 19                                                    19 
 20         chosen {                                   20         chosen {
 21                 stdout-path = "serial0:115200n     21                 stdout-path = "serial0:115200n8";
 22         };                                         22         };
 23                                                    23 
 24         cpus {                                     24         cpus {
 25                 #address-cells = <1>;              25                 #address-cells = <1>;
 26                 #size-cells = <0>;                 26                 #size-cells = <0>;
 27                                                    27 
 28                 cpu@0 {                            28                 cpu@0 {
 29                         device_type = "cpu";       29                         device_type = "cpu";
 30                         compatible = "arm,cort     30                         compatible = "arm,cortex-a7";
 31                         reg = <0x0>;               31                         reg = <0x0>;
 32                 };                                 32                 };
 33         };                                         33         };
 34                                                    34 
 35         mpcore@18310000 {                          35         mpcore@18310000 {
 36                 compatible = "simple-bus";         36                 compatible = "simple-bus";
 37                 ranges = <0x00000000 0x1831000     37                 ranges = <0x00000000 0x18310000 0x00008000>;
 38                 #address-cells = <1>;              38                 #address-cells = <1>;
 39                 #size-cells = <1>;                 39                 #size-cells = <1>;
 40                                                    40 
 41                 gic: interrupt-controller@1000     41                 gic: interrupt-controller@1000 {
 42                         compatible = "arm,cort     42                         compatible = "arm,cortex-a7-gic";
 43                         #interrupt-cells = <3>     43                         #interrupt-cells = <3>;
 44                         #address-cells = <0>;      44                         #address-cells = <0>;
 45                         interrupt-controller;      45                         interrupt-controller;
 46                         reg = <0x1000 0x1000>,     46                         reg = <0x1000 0x1000>,
 47                               <0x2000 0x0100>;     47                               <0x2000 0x0100>;
 48                 };                                 48                 };
 49         };                                         49         };
 50                                                    50 
 51         timer {                                    51         timer {
 52                 compatible = "arm,armv7-timer"     52                 compatible = "arm,armv7-timer";
 53                 interrupts = <GIC_PPI 13 IRQ_T     53                 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
 54                              <GIC_PPI 14 IRQ_T     54                              <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
 55                              <GIC_PPI 11 IRQ_T     55                              <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
 56                              <GIC_PPI 10 IRQ_T     56                              <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
 57         };                                         57         };
 58                                                    58 
 59         clocks {                                   59         clocks {
 60                 #address-cells = <1>;              60                 #address-cells = <1>;
 61                 #size-cells = <1>;                 61                 #size-cells = <1>;
 62                 ranges;                            62                 ranges;
 63                                                    63 
 64                 alp: oscillator {                  64                 alp: oscillator {
 65                         #clock-cells = <0>;        65                         #clock-cells = <0>;
 66                         compatible = "fixed-cl     66                         compatible = "fixed-clock";
 67                         clock-frequency = <400     67                         clock-frequency = <40000000>;
 68                 };                                 68                 };
 69         };                                         69         };
 70                                                    70 
 71         axi@18000000 {                             71         axi@18000000 {
 72                 compatible = "brcm,bus-axi";       72                 compatible = "brcm,bus-axi";
 73                 reg = <0x18000000 0x1000>;         73                 reg = <0x18000000 0x1000>;
 74                 ranges = <0x00000000 0x1800000     74                 ranges = <0x00000000 0x18000000 0x00100000>;
 75                 #address-cells = <1>;              75                 #address-cells = <1>;
 76                 #size-cells = <1>;                 76                 #size-cells = <1>;
 77                                                    77 
 78                 #interrupt-cells = <1>;            78                 #interrupt-cells = <1>;
 79                 interrupt-map-mask = <0x000fff     79                 interrupt-map-mask = <0x000fffff 0xffff>;
 80                 interrupt-map =                    80                 interrupt-map =
 81                         /* ChipCommon */           81                         /* ChipCommon */
 82                         <0x00000000 0 &gic GIC     82                         <0x00000000 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
 83                                                    83 
 84                         /* IEEE 802.11 0 */        84                         /* IEEE 802.11 0 */
 85                         <0x00001000 0 &gic GIC     85                         <0x00001000 0 &gic GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
 86                                                    86 
 87                         /* PCIe Controller 0 *     87                         /* PCIe Controller 0 */
 88                         <0x00002000 0 &gic GIC     88                         <0x00002000 0 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
 89                         <0x00002000 1 &gic GIC     89                         <0x00002000 1 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
 90                         <0x00002000 2 &gic GIC     90                         <0x00002000 2 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
 91                         <0x00002000 3 &gic GIC     91                         <0x00002000 3 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
 92                         <0x00002000 4 &gic GIC     92                         <0x00002000 4 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
 93                         <0x00002000 5 &gic GIC     93                         <0x00002000 5 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
 94                                                    94 
 95                         /* USB 2.0 Controller      95                         /* USB 2.0 Controller */
 96                         <0x00004000 0 &gic GIC     96                         <0x00004000 0 &gic GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
 97                                                    97 
 98                         /* Ethernet Controller     98                         /* Ethernet Controller 0 */
 99                         <0x00005000 0 &gic GIC     99                         <0x00005000 0 &gic GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
100                                                   100 
101                         /* IEEE 802.11 1 */       101                         /* IEEE 802.11 1 */
102                         <0x0000a000 0 &gic GIC    102                         <0x0000a000 0 &gic GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
103                                                   103 
104                         /* Ethernet Controller    104                         /* Ethernet Controller 1 */
105                         <0x0000b000 0 &gic GIC    105                         <0x0000b000 0 &gic GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
106                                                   106 
107                 chipcommon: chipcommon@0 {        107                 chipcommon: chipcommon@0 {
108                         compatible = "simple-b    108                         compatible = "simple-bus";
109                         reg = <0x00000000 0x10    109                         reg = <0x00000000 0x1000>;
110                         ranges;                   110                         ranges;
111                                                   111 
112                         #address-cells = <1>;     112                         #address-cells = <1>;
113                         #size-cells = <1>;        113                         #size-cells = <1>;
114                                                   114 
115                         gpio-controller;          115                         gpio-controller;
116                         #gpio-cells = <2>;        116                         #gpio-cells = <2>;
117                                                   117 
118                         uart0: serial@300 {       118                         uart0: serial@300 {
119                                 compatible = "    119                                 compatible = "ns16550a";
120                                 reg = <0x0300     120                                 reg = <0x0300 0x100>;
121                                 interrupt-pare    121                                 interrupt-parent = <&gic>;
122                                 interrupts = <    122                                 interrupts = <GIC_PPI 16 IRQ_TYPE_LEVEL_HIGH>;
123                                 clocks = <&alp    123                                 clocks = <&alp>;
124                                 status = "okay    124                                 status = "okay";
125                         };                        125                         };
126                 };                                126                 };
127                                                   127 
128                 pcie0: pcie@2000 {                128                 pcie0: pcie@2000 {
129                         reg = <0x00002000 0x10    129                         reg = <0x00002000 0x1000>;
130                                                   130 
131                         #address-cells = <3>;     131                         #address-cells = <3>;
132                         #size-cells = <2>;        132                         #size-cells = <2>;
133                 };                                133                 };
134                                                   134 
135                 usb2: usb2@4000 {                 135                 usb2: usb2@4000 {
136                         reg = <0x4000 0x1000>;    136                         reg = <0x4000 0x1000>;
137                         ranges;                   137                         ranges;
138                         #address-cells = <1>;     138                         #address-cells = <1>;
139                         #size-cells = <1>;        139                         #size-cells = <1>;
140                                                   140 
141                         ehci: usb@4000 {          141                         ehci: usb@4000 {
142                                 compatible = "    142                                 compatible = "generic-ehci";
143                                 reg = <0x4000     143                                 reg = <0x4000 0x1000>;
144                                 interrupt-pare    144                                 interrupt-parent = <&gic>;
145                                 interrupts = <    145                                 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
146                                                   146 
147                                 #address-cells    147                                 #address-cells = <1>;
148                                 #size-cells =     148                                 #size-cells = <0>;
149                                                   149 
150                                 ehci_port1: po    150                                 ehci_port1: port@1 {
151                                         reg =     151                                         reg = <1>;
152                                         #trigg    152                                         #trigger-source-cells = <0>;
153                                 };                153                                 };
154                                                   154 
155                                 ehci_port2: po    155                                 ehci_port2: port@2 {
156                                         reg =     156                                         reg = <2>;
157                                         #trigg    157                                         #trigger-source-cells = <0>;
158                                 };                158                                 };
159                         };                        159                         };
160                                                   160 
161                         ohci: usb@d000 {          161                         ohci: usb@d000 {
162                                 compatible = "    162                                 compatible = "generic-ohci";
163                                 reg = <0xd000     163                                 reg = <0xd000 0x1000>;
164                                 interrupt-pare    164                                 interrupt-parent = <&gic>;
165                                 interrupts = <    165                                 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
166                                                   166 
167                                 #address-cells    167                                 #address-cells = <1>;
168                                 #size-cells =     168                                 #size-cells = <0>;
169                                                   169 
170                                 ohci_port1: po    170                                 ohci_port1: port@1 {
171                                         reg =     171                                         reg = <1>;
172                                         #trigg    172                                         #trigger-source-cells = <0>;
173                                 };                173                                 };
174                                                   174 
175                                 ohci_port2: po    175                                 ohci_port2: port@2 {
176                                         reg =     176                                         reg = <2>;
177                                         #trigg    177                                         #trigger-source-cells = <0>;
178                                 };                178                                 };
179                         };                        179                         };
180                 };                                180                 };
181                                                   181 
182                 gmac0: ethernet@5000 {            182                 gmac0: ethernet@5000 {
183                         reg = <0x5000 0x1000>;    183                         reg = <0x5000 0x1000>;
184                         phy-mode = "internal";    184                         phy-mode = "internal";
185                                                   185 
186                         fixed-link {              186                         fixed-link {
187                                 speed = <1000>    187                                 speed = <1000>;
188                                 full-duplex;      188                                 full-duplex;
189                         };                        189                         };
190                                                   190 
191                         mdio {                    191                         mdio {
192                                 #address-cells    192                                 #address-cells = <1>;
193                                 #size-cells =     193                                 #size-cells = <0>;
194                                                   194 
195                                 switch: switch    195                                 switch: switch@1e {
196                                         compat    196                                         compatible = "brcm,bcm53125";
197                                         reg =     197                                         reg = <0x1e>;
198                                                   198 
199                                         status    199                                         status = "disabled";
200                                                   200 
201                                         ports     201                                         ports {
202                                                   202                                                 #address-cells = <1>;
203                                                   203                                                 #size-cells = <0>;
204                                                   204 
205                                                   205                                                 port@0 {
206                                                   206                                                         reg = <0>;
207                                                   207                                                 };
208                                                   208 
209                                                   209                                                 port@1 {
210                                                   210                                                         reg = <1>;
211                                                   211                                                 };
212                                                   212 
213                                                   213                                                 port@2 {
214                                                   214                                                         reg = <2>;
215                                                   215                                                 };
216                                                   216 
217                                                   217                                                 port@3 {
218                                                   218                                                         reg = <3>;
219                                                   219                                                 };
220                                                   220 
221                                                   221                                                 port@4 {
222                                                   222                                                         reg = <4>;
223                                                   223                                                 };
224                                                   224 
225                                                   225                                                 port@5 {
226                                                   226                                                         reg = <5>;
227                                                   227                                                         ethernet = <&gmac1>;
228                                                   228 
229                                                   229                                                         fixed-link {
230                                                   230                                                                 speed = <1000>;
231                                                   231                                                                 full-duplex;
232                                                   232                                                         };
233                                                   233                                                 };
234                                                   234 
235                                                   235                                                 port@8 {
236                                                   236                                                         reg = <8>;
237                                                   237                                                         ethernet = <&gmac0>;
238                                                   238                                                 };
239                                         };        239                                         };
240                                 };                240                                 };
241                         };                        241                         };
242                 };                                242                 };
243                                                   243 
244                 gmac1: ethernet@b000 {            244                 gmac1: ethernet@b000 {
245                         reg = <0xb000 0x1000>;    245                         reg = <0xb000 0x1000>;
246                         phy-mode = "internal";    246                         phy-mode = "internal";
247                                                   247 
248                         fixed-link {              248                         fixed-link {
249                                 speed = <1000>    249                                 speed = <1000>;
250                                 full-duplex;      250                                 full-duplex;
251                         };                        251                         };
252                 };                                252                 };
253                                                   253 
254                 pmu@12000 {                       254                 pmu@12000 {
255                         compatible = "simple-m    255                         compatible = "simple-mfd", "syscon";
256                         reg = <0x00012000 0x00    256                         reg = <0x00012000 0x00001000>;
257                                                   257 
258                         ilp: ilp {                258                         ilp: ilp {
259                                 compatible = "    259                                 compatible = "brcm,bcm53573-ilp";
260                                 clocks = <&alp    260                                 clocks = <&alp>;
261                                 #clock-cells =    261                                 #clock-cells = <0>;
262                                 clock-output-n    262                                 clock-output-names = "ilp";
263                         };                        263                         };
264                 };                                264                 };
265         };                                        265         };
266 };                                                266 };
                                                      

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