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

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


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 #include "dt-bindings/clock/bcm6368-clock.h"        3 #include "dt-bindings/clock/bcm6368-clock.h"
  4 #include "dt-bindings/reset/bcm6368-reset.h"        4 #include "dt-bindings/reset/bcm6368-reset.h"
  5                                                     5 
  6 / {                                                 6 / {
  7         #address-cells = <1>;                       7         #address-cells = <1>;
  8         #size-cells = <1>;                          8         #size-cells = <1>;
  9         compatible = "brcm,bcm6368";                9         compatible = "brcm,bcm6368";
 10                                                    10 
 11         cpus {                                     11         cpus {
 12                 #address-cells = <1>;              12                 #address-cells = <1>;
 13                 #size-cells = <0>;                 13                 #size-cells = <0>;
 14                                                    14 
 15                 mips-hpt-frequency = <20000000     15                 mips-hpt-frequency = <200000000>;
 16                                                    16 
 17                 cpu@0 {                            17                 cpu@0 {
 18                         compatible = "brcm,bmi     18                         compatible = "brcm,bmips4350";
 19                         device_type = "cpu";       19                         device_type = "cpu";
 20                         reg = <0>;                 20                         reg = <0>;
 21                 };                                 21                 };
 22                                                    22 
 23                 cpu@1 {                            23                 cpu@1 {
 24                         compatible = "brcm,bmi     24                         compatible = "brcm,bmips4350";
 25                         device_type = "cpu";       25                         device_type = "cpu";
 26                         reg = <1>;                 26                         reg = <1>;
 27                 };                                 27                 };
 28         };                                         28         };
 29                                                    29 
 30         clocks {                                   30         clocks {
 31                 periph_osc: periph-osc {           31                 periph_osc: periph-osc {
 32                         compatible = "fixed-cl     32                         compatible = "fixed-clock";
 33                         #clock-cells = <0>;        33                         #clock-cells = <0>;
 34                         clock-frequency = <500     34                         clock-frequency = <50000000>;
 35                         clock-output-names = "     35                         clock-output-names = "periph";
 36                 };                                 36                 };
 37         };                                         37         };
 38                                                    38 
 39         aliases {                                  39         aliases {
 40                 nflash = &nflash;                  40                 nflash = &nflash;
 41                 pflash = &pflash;                  41                 pflash = &pflash;
 42                 serial0 = &uart0;                  42                 serial0 = &uart0;
 43                 serial1 = &uart1;                  43                 serial1 = &uart1;
 44                 spi0 = &lsspi;                     44                 spi0 = &lsspi;
 45         };                                         45         };
 46                                                    46 
 47         cpu_intc: interrupt-controller {           47         cpu_intc: interrupt-controller {
 48                 #address-cells = <0>;              48                 #address-cells = <0>;
 49                 compatible = "mti,cpu-interrup     49                 compatible = "mti,cpu-interrupt-controller";
 50                                                    50 
 51                 interrupt-controller;              51                 interrupt-controller;
 52                 #interrupt-cells = <1>;            52                 #interrupt-cells = <1>;
 53         };                                         53         };
 54                                                    54 
 55         ubus {                                     55         ubus {
 56                 #address-cells = <1>;              56                 #address-cells = <1>;
 57                 #size-cells = <1>;                 57                 #size-cells = <1>;
 58                                                    58 
 59                 compatible = "simple-bus";         59                 compatible = "simple-bus";
 60                 ranges;                            60                 ranges;
 61                                                    61 
 62                 periph_clk: clock-controller@1     62                 periph_clk: clock-controller@10000004 {
 63                         compatible = "brcm,bcm     63                         compatible = "brcm,bcm6368-clocks";
 64                         reg = <0x10000004 0x4>     64                         reg = <0x10000004 0x4>;
 65                         #clock-cells = <1>;        65                         #clock-cells = <1>;
 66                 };                                 66                 };
 67                                                    67 
 68                 pll_cntl: syscon@100000008 {       68                 pll_cntl: syscon@100000008 {
 69                         compatible = "syscon";     69                         compatible = "syscon";
 70                         reg = <0x10000008 0x4>     70                         reg = <0x10000008 0x4>;
 71                         native-endian;             71                         native-endian;
 72                                                    72 
 73                         reboot {                   73                         reboot {
 74                                 compatible = "     74                                 compatible = "syscon-reboot";
 75                                 offset = <0x0>     75                                 offset = <0x0>;
 76                                 mask = <0x1>;      76                                 mask = <0x1>;
 77                         };                         77                         };
 78                 };                                 78                 };
 79                                                    79 
 80                 periph_rst: reset-controller@1     80                 periph_rst: reset-controller@10000010 {
 81                         compatible = "brcm,bcm     81                         compatible = "brcm,bcm6345-reset";
 82                         reg = <0x10000010 0x4>     82                         reg = <0x10000010 0x4>;
 83                         #reset-cells = <1>;        83                         #reset-cells = <1>;
 84                 };                                 84                 };
 85                                                    85 
 86                 periph_intc: interrupt-control     86                 periph_intc: interrupt-controller@10000020 {
 87                         compatible = "brcm,bcm     87                         compatible = "brcm,bcm6345-l1-intc";
 88                         reg = <0x10000020 0x10     88                         reg = <0x10000020 0x10>,
 89                               <0x10000030 0x10     89                               <0x10000030 0x10>;
 90                                                    90 
 91                         interrupt-controller;      91                         interrupt-controller;
 92                         #interrupt-cells = <1>     92                         #interrupt-cells = <1>;
 93                                                    93 
 94                         interrupt-parent = <&c     94                         interrupt-parent = <&cpu_intc>;
 95                         interrupts = <2>, <3>;     95                         interrupts = <2>, <3>;
 96                 };                                 96                 };
 97                                                    97 
 98                 wdt: watchdog@1000005c {           98                 wdt: watchdog@1000005c {
 99                         compatible = "brcm,bcm     99                         compatible = "brcm,bcm7038-wdt";
100                         reg = <0x1000005c 0xc>    100                         reg = <0x1000005c 0xc>;
101                                                   101 
102                         clocks = <&periph_osc>    102                         clocks = <&periph_osc>;
103                         clock-names = "refclk"    103                         clock-names = "refclk";
104                                                   104 
105                         timeout-sec = <30>;       105                         timeout-sec = <30>;
106                 };                                106                 };
107                                                   107 
108                 leds0: led-controller@100000d0    108                 leds0: led-controller@100000d0 {
109                         #address-cells = <1>;     109                         #address-cells = <1>;
110                         #size-cells = <0>;        110                         #size-cells = <0>;
111                         compatible = "brcm,bcm    111                         compatible = "brcm,bcm6358-leds";
112                         reg = <0x100000d0 0x8>    112                         reg = <0x100000d0 0x8>;
113                                                   113 
114                         status = "disabled";      114                         status = "disabled";
115                 };                                115                 };
116                                                   116 
117                 uart0: serial@10000100 {          117                 uart0: serial@10000100 {
118                         compatible = "brcm,bcm    118                         compatible = "brcm,bcm6345-uart";
119                         reg = <0x10000100 0x18    119                         reg = <0x10000100 0x18>;
120                                                   120 
121                         interrupt-parent = <&p    121                         interrupt-parent = <&periph_intc>;
122                         interrupts = <2>;         122                         interrupts = <2>;
123                                                   123 
124                         clocks = <&periph_osc>    124                         clocks = <&periph_osc>;
125                         clock-names = "refclk"    125                         clock-names = "refclk";
126                                                   126 
127                         status = "disabled";      127                         status = "disabled";
128                 };                                128                 };
129                                                   129 
130                 uart1: serial@10000120 {          130                 uart1: serial@10000120 {
131                         compatible = "brcm,bcm    131                         compatible = "brcm,bcm6345-uart";
132                         reg = <0x10000120 0x18    132                         reg = <0x10000120 0x18>;
133                                                   133 
134                         interrupt-parent = <&p    134                         interrupt-parent = <&periph_intc>;
135                         interrupts = <3>;         135                         interrupts = <3>;
136                                                   136 
137                         clocks = <&periph_osc>    137                         clocks = <&periph_osc>;
138                         clock-names = "refclk"    138                         clock-names = "refclk";
139                                                   139 
140                         status = "disabled";      140                         status = "disabled";
141                 };                                141                 };
142                                                   142 
143                 nflash: nand@10000200 {           143                 nflash: nand@10000200 {
144                         #address-cells = <1>;     144                         #address-cells = <1>;
145                         #size-cells = <0>;        145                         #size-cells = <0>;
146                         compatible = "brcm,nan    146                         compatible = "brcm,nand-bcm6368",
147                                      "brcm,brc    147                                      "brcm,brcmnand-v2.1",
148                                      "brcm,brc    148                                      "brcm,brcmnand";
149                         reg = <0x10000200 0x18    149                         reg = <0x10000200 0x180>,
150                               <0x10000600 0x20    150                               <0x10000600 0x200>,
151                               <0x10000070 0x10    151                               <0x10000070 0x10>;
152                         reg-names = "nand",       152                         reg-names = "nand",
153                                     "nand-cach    153                                     "nand-cache",
154                                     "nand-int-    154                                     "nand-int-base";
155                                                   155 
156                         interrupt-parent = <&p    156                         interrupt-parent = <&periph_intc>;
157                         interrupts = <10>;        157                         interrupts = <10>;
158                                                   158 
159                         clocks = <&periph_clk     159                         clocks = <&periph_clk BCM6368_CLK_NAND>;
160                         clock-names = "nand";     160                         clock-names = "nand";
161                                                   161 
162                         status = "disabled";      162                         status = "disabled";
163                 };                                163                 };
164                                                   164 
165                 lsspi: spi@10000800 {             165                 lsspi: spi@10000800 {
166                         #address-cells = <1>;     166                         #address-cells = <1>;
167                         #size-cells = <0>;        167                         #size-cells = <0>;
168                         compatible = "brcm,bcm    168                         compatible = "brcm,bcm6358-spi";
169                         reg = <0x10000800 0x70    169                         reg = <0x10000800 0x70c>;
170                                                   170 
171                         interrupt-parent = <&p    171                         interrupt-parent = <&periph_intc>;
172                         interrupts = <1>;         172                         interrupts = <1>;
173                                                   173 
174                         clocks = <&periph_clk     174                         clocks = <&periph_clk BCM6368_CLK_SPI>;
175                         clock-names = "spi";      175                         clock-names = "spi";
176                                                   176 
177                         resets = <&periph_rst     177                         resets = <&periph_rst BCM6368_RST_SPI>;
178                         reset-names = "spi";      178                         reset-names = "spi";
179                                                   179 
180                         status = "disabled";      180                         status = "disabled";
181                 };                                181                 };
182                                                   182 
183                 ehci: usb@10001500 {              183                 ehci: usb@10001500 {
184                         compatible = "brcm,bcm    184                         compatible = "brcm,bcm6368-ehci", "generic-ehci";
185                         reg = <0x10001500 0x10    185                         reg = <0x10001500 0x100>;
186                         big-endian;               186                         big-endian;
187                                                   187 
188                         interrupt-parent = <&p    188                         interrupt-parent = <&periph_intc>;
189                         interrupts = <7>;         189                         interrupts = <7>;
190                                                   190 
191                         phys = <&usbh 0>;         191                         phys = <&usbh 0>;
192                         phy-names = "usb";        192                         phy-names = "usb";
193                                                   193 
194                         status = "disabled";      194                         status = "disabled";
195                 };                                195                 };
196                                                   196 
197                 ohci: usb@10001600 {              197                 ohci: usb@10001600 {
198                         compatible = "brcm,bcm    198                         compatible = "brcm,bcm6368-ohci", "generic-ohci";
199                         reg = <0x10001600 0x10    199                         reg = <0x10001600 0x100>;
200                         big-endian;               200                         big-endian;
201                         no-big-frame-no;          201                         no-big-frame-no;
202                                                   202 
203                         interrupt-parent = <&p    203                         interrupt-parent = <&periph_intc>;
204                         interrupts = <5>;         204                         interrupts = <5>;
205                                                   205 
206                         phys = <&usbh 0>;         206                         phys = <&usbh 0>;
207                         phy-names = "usb";        207                         phy-names = "usb";
208                                                   208 
209                         status = "disabled";      209                         status = "disabled";
210                 };                                210                 };
211                                                   211 
212                 usbh: usb-phy@10001700 {          212                 usbh: usb-phy@10001700 {
213                         compatible = "brcm,bcm    213                         compatible = "brcm,bcm6368-usbh-phy";
214                         reg = <0x10001700 0x38    214                         reg = <0x10001700 0x38>;
215                         #phy-cells = <1>;         215                         #phy-cells = <1>;
216                                                   216 
217                         clocks = <&periph_clk     217                         clocks = <&periph_clk BCM6368_CLK_USBH>;
218                         clock-names = "usbh";     218                         clock-names = "usbh";
219                                                   219 
220                         resets = <&periph_rst     220                         resets = <&periph_rst BCM6368_RST_USBH>;
221                         reset-names = "usbh";     221                         reset-names = "usbh";
222                                                   222 
223                         status = "disabled";      223                         status = "disabled";
224                 };                                224                 };
225                                                   225 
226                 random: rng@10004180 {            226                 random: rng@10004180 {
227                         compatible = "brcm,bcm    227                         compatible = "brcm,bcm6368-rng";
228                         reg = <0x10004180 0x14    228                         reg = <0x10004180 0x14>;
229                                                   229 
230                         clocks = <&periph_clk     230                         clocks = <&periph_clk BCM6368_CLK_IPSEC>;
231                         clock-names = "ipsec";    231                         clock-names = "ipsec";
232                                                   232 
233                         resets = <&periph_rst     233                         resets = <&periph_rst BCM6368_RST_IPSEC>;
234                         reset-names = "ipsec";    234                         reset-names = "ipsec";
235                 };                                235                 };
236         };                                        236         };
237                                                   237 
238         pflash: nor@18000000 {                    238         pflash: nor@18000000 {
239                 #address-cells = <1>;             239                 #address-cells = <1>;
240                 #size-cells = <1>;                240                 #size-cells = <1>;
241                 compatible = "cfi-flash";         241                 compatible = "cfi-flash";
242                 reg = <0x18000000 0x2000000>;     242                 reg = <0x18000000 0x2000000>;
243                 bank-width = <2>;                 243                 bank-width = <2>;
244                                                   244 
245                 status = "disabled";              245                 status = "disabled";
246         };                                        246         };
247 };                                                247 };
                                                      

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