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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/marvell/ac5-98dx25xx.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/marvell/ac5-98dx25xx.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/marvell/ac5-98dx25xx.dtsi (Version linux-6.11.7)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Device Tree For AC5.                             3  * Device Tree For AC5.
  4  *                                                  4  *
  5  * Copyright (C) 2021 Marvell                       5  * Copyright (C) 2021 Marvell
  6  * Copyright (C) 2022 Allied Telesis Labs           6  * Copyright (C) 2022 Allied Telesis Labs
  7  */                                                 7  */
  8                                                     8 
  9 #include <dt-bindings/gpio/gpio.h>                  9 #include <dt-bindings/gpio/gpio.h>
 10 #include <dt-bindings/interrupt-controller/arm     10 #include <dt-bindings/interrupt-controller/arm-gic.h>
 11                                                    11 
 12 / {                                                12 / {
 13         model = "Marvell AC5 SoC";                 13         model = "Marvell AC5 SoC";
 14         compatible = "marvell,ac5";                14         compatible = "marvell,ac5";
 15         interrupt-parent = <&gic>;                 15         interrupt-parent = <&gic>;
 16         #address-cells = <2>;                      16         #address-cells = <2>;
 17         #size-cells = <2>;                         17         #size-cells = <2>;
 18                                                    18 
 19         cpus {                                     19         cpus {
 20                 #address-cells = <2>;              20                 #address-cells = <2>;
 21                 #size-cells = <0>;                 21                 #size-cells = <0>;
 22                                                    22 
 23                 cpu-map {                          23                 cpu-map {
 24                         cluster0 {                 24                         cluster0 {
 25                                 core0 {            25                                 core0 {
 26                                         cpu =      26                                         cpu = <&cpu0>;
 27                                 };                 27                                 };
 28                                 core1 {            28                                 core1 {
 29                                         cpu =      29                                         cpu = <&cpu1>;
 30                                 };                 30                                 };
 31                         };                         31                         };
 32                 };                                 32                 };
 33                                                    33 
 34                 cpu0: cpu@0 {                      34                 cpu0: cpu@0 {
 35                         device_type = "cpu";       35                         device_type = "cpu";
 36                         compatible = "arm,cort     36                         compatible = "arm,cortex-a55";
 37                         reg = <0x0 0x0>;           37                         reg = <0x0 0x0>;
 38                         enable-method = "psci"     38                         enable-method = "psci";
 39                         next-level-cache = <&l     39                         next-level-cache = <&l2>;
 40                 };                                 40                 };
 41                                                    41 
 42                 cpu1: cpu@1 {                      42                 cpu1: cpu@1 {
 43                         device_type = "cpu";       43                         device_type = "cpu";
 44                         compatible = "arm,cort     44                         compatible = "arm,cortex-a55";
 45                         reg = <0x0 0x100>;         45                         reg = <0x0 0x100>;
 46                         enable-method = "psci"     46                         enable-method = "psci";
 47                         next-level-cache = <&l     47                         next-level-cache = <&l2>;
 48                 };                                 48                 };
 49                                                    49 
 50                 l2: l2-cache {                     50                 l2: l2-cache {
 51                         compatible = "cache";      51                         compatible = "cache";
 52                         cache-level = <2>;         52                         cache-level = <2>;
 53                         cache-unified;             53                         cache-unified;
 54                 };                                 54                 };
 55         };                                         55         };
 56                                                    56 
 57         psci {                                     57         psci {
 58                 compatible = "arm,psci-0.2";       58                 compatible = "arm,psci-0.2";
 59                 method = "smc";                    59                 method = "smc";
 60         };                                         60         };
 61                                                    61 
 62         timer {                                    62         timer {
 63                 compatible = "arm,armv8-timer"     63                 compatible = "arm,armv8-timer";
 64                 interrupts = <GIC_PPI 9 IRQ_TY     64                 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>,
 65                              <GIC_PPI 8 IRQ_TY     65                              <GIC_PPI 8 IRQ_TYPE_LEVEL_HIGH>,
 66                              <GIC_PPI 10 IRQ_T     66                              <GIC_PPI 10 IRQ_TYPE_LEVEL_HIGH>,
 67                              <GIC_PPI 7 IRQ_TY     67                              <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
 68         };                                         68         };
 69                                                    69 
 70         pmu {                                      70         pmu {
 71                 compatible = "arm,cortex-a55-p     71                 compatible = "arm,cortex-a55-pmu";
 72                 interrupts = <GIC_PPI 12 IRQ_T     72                 interrupts = <GIC_PPI 12 IRQ_TYPE_LEVEL_HIGH>;
 73         };                                         73         };
 74                                                    74 
 75         soc {                                      75         soc {
 76                 compatible = "simple-bus";         76                 compatible = "simple-bus";
 77                 #address-cells = <2>;              77                 #address-cells = <2>;
 78                 #size-cells = <2>;                 78                 #size-cells = <2>;
 79                 ranges;                            79                 ranges;
 80                                                    80 
 81                 internal-regs@7f000000 {           81                 internal-regs@7f000000 {
 82                         #address-cells = <1>;      82                         #address-cells = <1>;
 83                         #size-cells = <1>;         83                         #size-cells = <1>;
 84                         compatible = "simple-b     84                         compatible = "simple-bus";
 85                         /* 16M internal regist     85                         /* 16M internal register @ 0x7f00_0000 */
 86                         ranges = <0x0 0x0 0x7f     86                         ranges = <0x0 0x0 0x7f000000 0x1000000>;
 87                         dma-coherent;              87                         dma-coherent;
 88                                                    88 
 89                         uart0: serial@12000 {      89                         uart0: serial@12000 {
 90                                 compatible = "     90                                 compatible = "snps,dw-apb-uart";
 91                                 reg = <0x12000     91                                 reg = <0x12000 0x100>;
 92                                 reg-shift = <2     92                                 reg-shift = <2>;
 93                                 interrupts = <     93                                 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
 94                                 reg-io-width =     94                                 reg-io-width = <1>;
 95                                 clocks = <&cnm     95                                 clocks = <&cnm_clock>;
 96                                 status = "okay     96                                 status = "okay";
 97                         };                         97                         };
 98                                                    98 
 99                         uart1: serial@12100 {      99                         uart1: serial@12100 {
100                                 compatible = "    100                                 compatible = "snps,dw-apb-uart";
101                                 reg = <0x12100    101                                 reg = <0x12100 0x100>;
102                                 reg-shift = <2    102                                 reg-shift = <2>;
103                                 interrupts = <    103                                 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
104                                 reg-io-width =    104                                 reg-io-width = <1>;
105                                 clocks = <&cnm    105                                 clocks = <&cnm_clock>;
106                                 status = "disa    106                                 status = "disabled";
107                         };                        107                         };
108                                                   108 
109                         uart2: serial@12200 {     109                         uart2: serial@12200 {
110                                 compatible = "    110                                 compatible = "snps,dw-apb-uart";
111                                 reg = <0x12200    111                                 reg = <0x12200 0x100>;
112                                 reg-shift = <2    112                                 reg-shift = <2>;
113                                 interrupts = <    113                                 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
114                                 reg-io-width =    114                                 reg-io-width = <1>;
115                                 clocks = <&cnm    115                                 clocks = <&cnm_clock>;
116                                 status = "disa    116                                 status = "disabled";
117                         };                        117                         };
118                                                   118 
119                         uart3: serial@12300 {     119                         uart3: serial@12300 {
120                                 compatible = "    120                                 compatible = "snps,dw-apb-uart";
121                                 reg = <0x12300    121                                 reg = <0x12300 0x100>;
122                                 reg-shift = <2    122                                 reg-shift = <2>;
123                                 interrupts = <    123                                 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
124                                 reg-io-width =    124                                 reg-io-width = <1>;
125                                 clocks = <&cnm    125                                 clocks = <&cnm_clock>;
126                                 status = "disa    126                                 status = "disabled";
127                         };                        127                         };
128                                                   128 
129                         mdio: mdio@22004 {        129                         mdio: mdio@22004 {
130                                 #address-cells    130                                 #address-cells = <1>;
131                                 #size-cells =     131                                 #size-cells = <0>;
132                                 compatible = "    132                                 compatible = "marvell,orion-mdio";
133                                 reg = <0x22004    133                                 reg = <0x22004 0x4>;
134                                 clocks = <&cnm    134                                 clocks = <&cnm_clock>;
135                         };                        135                         };
136                                                   136 
137                         i2c0: i2c@11000 {         137                         i2c0: i2c@11000 {
138                                 compatible = "    138                                 compatible = "marvell,mv78230-i2c";
139                                 reg = <0x11000    139                                 reg = <0x11000 0x20>;
140                                 #address-cells    140                                 #address-cells = <1>;
141                                 #size-cells =     141                                 #size-cells = <0>;
142                                                   142 
143                                 clocks = <&cnm    143                                 clocks = <&cnm_clock>;
144                                 clock-names =     144                                 clock-names = "core";
145                                 interrupts = <    145                                 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
146                                 clock-frequenc    146                                 clock-frequency = <100000>;
147                                                   147 
148                                 pinctrl-names     148                                 pinctrl-names = "default", "gpio";
149                                 pinctrl-0 = <&    149                                 pinctrl-0 = <&i2c0_pins>;
150                                 pinctrl-1 = <&    150                                 pinctrl-1 = <&i2c0_gpio>;
151                                 scl-gpios = <&    151                                 scl-gpios = <&gpio0 26 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
152                                 sda-gpios = <&    152                                 sda-gpios = <&gpio0 27 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
153                                 status = "disa    153                                 status = "disabled";
154                         };                        154                         };
155                                                   155 
156                         i2c1: i2c@11100 {         156                         i2c1: i2c@11100 {
157                                 compatible = "    157                                 compatible = "marvell,mv78230-i2c";
158                                 reg = <0x11100    158                                 reg = <0x11100 0x20>;
159                                 #address-cells    159                                 #address-cells = <1>;
160                                 #size-cells =     160                                 #size-cells = <0>;
161                                                   161 
162                                 clocks = <&cnm    162                                 clocks = <&cnm_clock>;
163                                 clock-names =     163                                 clock-names = "core";
164                                 interrupts = <    164                                 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
165                                 clock-frequenc    165                                 clock-frequency = <100000>;
166                                                   166 
167                                 pinctrl-names     167                                 pinctrl-names = "default", "gpio";
168                                 pinctrl-0 = <&    168                                 pinctrl-0 = <&i2c1_pins>;
169                                 pinctrl-1 = <&    169                                 pinctrl-1 = <&i2c1_gpio>;
170                                 scl-gpios = <&    170                                 scl-gpios = <&gpio0 20 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
171                                 sda-gpios = <&    171                                 sda-gpios = <&gpio0 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
172                                 status = "disa    172                                 status = "disabled";
173                         };                        173                         };
174                                                   174 
175                         gpio0: gpio@18100 {       175                         gpio0: gpio@18100 {
176                                 compatible = "    176                                 compatible = "marvell,orion-gpio";
177                                 reg = <0x18100    177                                 reg = <0x18100 0x40>;
178                                 ngpios = <32>;    178                                 ngpios = <32>;
179                                 gpio-controlle    179                                 gpio-controller;
180                                 #gpio-cells =     180                                 #gpio-cells = <2>;
181                                 gpio-ranges =     181                                 gpio-ranges = <&pinctrl0 0 0 32>;
182                                 marvell,pwm-of    182                                 marvell,pwm-offset = <0x1f0>;
183                                 interrupt-cont    183                                 interrupt-controller;
184                                 #interrupt-cel    184                                 #interrupt-cells = <2>;
185                                 interrupts = <    185                                 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>,
186                                              <    186                                              <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>,
187                                              <    187                                              <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>,
188                                              <    188                                              <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
189                         };                        189                         };
190                                                   190 
191                         gpio1: gpio@18140 {       191                         gpio1: gpio@18140 {
192                                 reg = <0x18140    192                                 reg = <0x18140 0x40>;
193                                 compatible = "    193                                 compatible = "marvell,orion-gpio";
194                                 ngpios = <14>;    194                                 ngpios = <14>;
195                                 gpio-controlle    195                                 gpio-controller;
196                                 #gpio-cells =     196                                 #gpio-cells = <2>;
197                                 gpio-ranges =     197                                 gpio-ranges = <&pinctrl0 0 32 14>;
198                                 marvell,pwm-of    198                                 marvell,pwm-offset = <0x1f0>;
199                                 interrupt-cont    199                                 interrupt-controller;
200                                 #interrupt-cel    200                                 #interrupt-cells = <2>;
201                                 interrupts = <    201                                 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>,
202                                              <    202                                              <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
203                         };                        203                         };
204                 };                                204                 };
205                                                   205 
206                 mmc_dma: bus@80500000 {           206                 mmc_dma: bus@80500000 {
207                                 compatible = "    207                                 compatible = "simple-bus";
208                                 ranges;           208                                 ranges;
209                                 #address-cells    209                                 #address-cells = <0x2>;
210                                 #size-cells =     210                                 #size-cells = <0x2>;
211                                 reg = <0x0 0x8    211                                 reg = <0x0 0x80500000 0x0 0x100000>;
212                                 dma-ranges = <    212                                 dma-ranges = <0x0 0x0 0x2 0x0 0x0 0x80000000>;
213                                 dma-coherent;     213                                 dma-coherent;
214                                                   214 
215                                 sdhci: mmc@805    215                                 sdhci: mmc@805c0000 {
216                                         compat    216                                         compatible = "marvell,ac5-sdhci",
217                                                   217                                                      "marvell,armada-ap806-sdhci";
218                                         reg =     218                                         reg = <0x0 0x805c0000 0x0 0x1000>;
219                                         interr    219                                         interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
220                                         clocks    220                                         clocks = <&emmc_clock>, <&cnm_clock>;
221                                         clock-    221                                         clock-names = "core", "axi";
222                                         bus-wi    222                                         bus-width = <8>;
223                                         non-re    223                                         non-removable;
224                                         mmc-dd    224                                         mmc-ddr-1_8v;
225                                         mmc-hs    225                                         mmc-hs200-1_8v;
226                                         mmc-hs    226                                         mmc-hs400-1_8v;
227                                 };                227                                 };
228                 };                                228                 };
229                                                   229 
230                 /*                                230                 /*
231                  * Dedicated section for devic    231                  * Dedicated section for devices behind 32bit controllers so we
232                  * can configure specific DMA     232                  * can configure specific DMA mapping for them
233                  */                               233                  */
234                 behind-32bit-controller@7f0000    234                 behind-32bit-controller@7f000000 {
235                         compatible = "simple-b    235                         compatible = "simple-bus";
236                         #address-cells = <0x2>    236                         #address-cells = <0x2>;
237                         #size-cells = <0x2>;      237                         #size-cells = <0x2>;
238                         ranges = <0x0 0x0 0x0     238                         ranges = <0x0 0x0 0x0 0x7f000000 0x0 0x1000000>;
239                         /* Host phy ram starts    239                         /* Host phy ram starts at 0x200M */
240                         dma-ranges = <0x0 0x0     240                         dma-ranges = <0x0 0x0 0x2 0x0 0x1 0x0>;
241                         dma-coherent;             241                         dma-coherent;
242                                                   242 
243                         eth0: ethernet@20000 {    243                         eth0: ethernet@20000 {
244                                 compatible = "    244                                 compatible = "marvell,armada-ac5-neta";
245                                 reg = <0x0 0x2    245                                 reg = <0x0 0x20000 0x0 0x4000>;
246                                 interrupts = <    246                                 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
247                                 clocks = <&cnm    247                                 clocks = <&cnm_clock>;
248                                 phy-mode = "sg    248                                 phy-mode = "sgmii";
249                                 status = "disa    249                                 status = "disabled";
250                         };                        250                         };
251                                                   251 
252                         eth1: ethernet@24000 {    252                         eth1: ethernet@24000 {
253                                 compatible = "    253                                 compatible = "marvell,armada-ac5-neta";
254                                 reg = <0x0 0x2    254                                 reg = <0x0 0x24000 0x0 0x4000>;
255                                 interrupts = <    255                                 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
256                                 clocks = <&cnm    256                                 clocks = <&cnm_clock>;
257                                 phy-mode = "sg    257                                 phy-mode = "sgmii";
258                                 status = "disa    258                                 status = "disabled";
259                         };                        259                         };
260                                                   260 
261                         usb0: usb@80000 {         261                         usb0: usb@80000 {
262                                 compatible = "    262                                 compatible = "marvell,orion-ehci";
263                                 reg = <0x0 0x8    263                                 reg = <0x0 0x80000 0x0 0x500>;
264                                 interrupts = <    264                                 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
265                                 status = "disa    265                                 status = "disabled";
266                         };                        266                         };
267                                                   267 
268                         usb1: usb@a0000 {         268                         usb1: usb@a0000 {
269                                 compatible = "    269                                 compatible = "marvell,orion-ehci";
270                                 reg = <0x0 0xa    270                                 reg = <0x0 0xa0000 0x0 0x500>;
271                                 interrupts = <    271                                 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
272                                 status = "disa    272                                 status = "disabled";
273                         };                        273                         };
274                 };                                274                 };
275                                                   275 
276                 pinctrl0: pinctrl@80020100 {      276                 pinctrl0: pinctrl@80020100 {
277                         compatible = "marvell,    277                         compatible = "marvell,ac5-pinctrl";
278                         reg = <0 0x80020100 0     278                         reg = <0 0x80020100 0 0x20>;
279                                                   279 
280                         i2c0_pins: i2c0-pins {    280                         i2c0_pins: i2c0-pins {
281                                 marvell,pins =    281                                 marvell,pins = "mpp26", "mpp27";
282                                 marvell,functi    282                                 marvell,function = "i2c0";
283                         };                        283                         };
284                                                   284 
285                         i2c0_gpio: i2c0-gpio-p    285                         i2c0_gpio: i2c0-gpio-pins {
286                                 marvell,pins =    286                                 marvell,pins = "mpp26", "mpp27";
287                                 marvell,functi    287                                 marvell,function = "gpio";
288                         };                        288                         };
289                                                   289 
290                         i2c1_pins: i2c1-pins {    290                         i2c1_pins: i2c1-pins {
291                                 marvell,pins =    291                                 marvell,pins = "mpp20", "mpp21";
292                                 marvell,functi    292                                 marvell,function = "i2c1";
293                         };                        293                         };
294                                                   294 
295                         i2c1_gpio: i2c1-gpio-p    295                         i2c1_gpio: i2c1-gpio-pins {
296                                 marvell,pins =    296                                 marvell,pins = "mpp20", "mpp21";
297                                 marvell,functi    297                                 marvell,function = "i2c1";
298                         };                        298                         };
299                 };                                299                 };
300                                                   300 
301                 spi0: spi@805a0000 {              301                 spi0: spi@805a0000 {
302                         compatible = "marvell,    302                         compatible = "marvell,armada-3700-spi";
303                         reg = <0x0 0x805a0000     303                         reg = <0x0 0x805a0000 0x0 0x50>;
304                         #address-cells = <0x1>    304                         #address-cells = <0x1>;
305                         #size-cells = <0x0>;      305                         #size-cells = <0x0>;
306                         clocks = <&spi_clock>;    306                         clocks = <&spi_clock>;
307                         interrupts = <GIC_SPI     307                         interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
308                         num-cs = <1>;             308                         num-cs = <1>;
309                         status = "disabled";      309                         status = "disabled";
310                 };                                310                 };
311                                                   311 
312                 spi1: spi@805a8000 {              312                 spi1: spi@805a8000 {
313                         compatible = "marvell,    313                         compatible = "marvell,armada-3700-spi";
314                         reg = <0x0 0x805a8000     314                         reg = <0x0 0x805a8000 0x0 0x50>;
315                         #address-cells = <0x1>    315                         #address-cells = <0x1>;
316                         #size-cells = <0x0>;      316                         #size-cells = <0x0>;
317                         clocks = <&spi_clock>;    317                         clocks = <&spi_clock>;
318                         interrupts = <GIC_SPI     318                         interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
319                         num-cs = <1>;             319                         num-cs = <1>;
320                         status = "disabled";      320                         status = "disabled";
321                 };                                321                 };
322                                                   322 
323                 nand: nand-controller@805b0000    323                 nand: nand-controller@805b0000 {
324                         compatible = "marvell,    324                         compatible = "marvell,ac5-nand-controller";
325                         reg =  <0x0 0x805b0000    325                         reg =  <0x0 0x805b0000 0x0 0x00000054>;
326                         #address-cells = <0x1>    326                         #address-cells = <0x1>;
327                         #size-cells = <0x0>;      327                         #size-cells = <0x0>;
328                         interrupts = <GIC_SPI     328                         interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
329                         clocks = <&nand_clock>    329                         clocks = <&nand_clock>;
330                         status = "disabled";      330                         status = "disabled";
331                 };                                331                 };
332                                                   332 
333                 gic: interrupt-controller@8060    333                 gic: interrupt-controller@80600000 {
334                         compatible = "arm,gic-    334                         compatible = "arm,gic-v3";
335                         #interrupt-cells = <3>    335                         #interrupt-cells = <3>;
336                         interrupt-controller;     336                         interrupt-controller;
337                         reg = <0x0 0x80600000     337                         reg = <0x0 0x80600000 0x0 0x10000>, /* GICD */
338                               <0x0 0x80660000     338                               <0x0 0x80660000 0x0 0x40000>; /* GICR */
339                         interrupts = <GIC_PPI     339                         interrupts = <GIC_PPI 6 IRQ_TYPE_LEVEL_HIGH>;
340                 };                                340                 };
341         };                                        341         };
342                                                   342 
343         clocks {                                  343         clocks {
344                 cnm_clock: cnm-clock {            344                 cnm_clock: cnm-clock {
345                         compatible = "fixed-cl    345                         compatible = "fixed-clock";
346                         #clock-cells = <0>;       346                         #clock-cells = <0>;
347                         clock-frequency = <328    347                         clock-frequency = <328000000>;
348                 };                                348                 };
349                                                   349 
350                 spi_clock: spi-clock {            350                 spi_clock: spi-clock {
351                         compatible = "fixed-cl    351                         compatible = "fixed-clock";
352                         #clock-cells = <0>;       352                         #clock-cells = <0>;
353                         clock-frequency = <200    353                         clock-frequency = <200000000>;
354                 };                                354                 };
355                                                   355 
356                 nand_clock: nand-clock {          356                 nand_clock: nand-clock {
357                         compatible = "fixed-cl    357                         compatible = "fixed-clock";
358                         #clock-cells = <0>;       358                         #clock-cells = <0>;
359                         clock-frequency = <400    359                         clock-frequency = <400000000>;
360                 };                                360                 };
361                                                   361 
362                 emmc_clock: emmc-clock {          362                 emmc_clock: emmc-clock {
363                         compatible = "fixed-cl    363                         compatible = "fixed-clock";
364                         #clock-cells = <0>;       364                         #clock-cells = <0>;
365                         clock-frequency = <400    365                         clock-frequency = <400000000>;
366                 };                                366                 };
367         };                                        367         };
368 };                                                368 };
                                                      

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