blob: b5841fab51c10c31733447c1a61a65fac3984539 [file] [log] [blame]
Roland Stiggee04920d2012-04-22 12:01:19 +02001/*
2 * NXP LPC32xx SoC
3 *
4 * Copyright 2012 Roland Stigge <stigge@antcom.de>
5 *
6 * The code contained herein is licensed under the GNU General Public
7 * License. You may obtain a copy of the GNU General Public License
8 * Version 2 or later at the following locations:
9 *
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
12 */
13
Vladimir Zapolskiy1a24edd2015-10-18 00:35:50 +030014#include "skeleton.dtsi"
Roland Stiggee04920d2012-04-22 12:01:19 +020015
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +020016#include <dt-bindings/clock/lpc32xx-clock.h>
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +020017#include <dt-bindings/interrupt-controller/irq.h>
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +020018
Roland Stiggee04920d2012-04-22 12:01:19 +020019/ {
20 compatible = "nxp,lpc3220";
21 interrupt-parent = <&mic>;
22
23 cpus {
Vladimir Zapolskiy246d8fc2015-10-18 00:35:52 +030024 #address-cells = <1>;
Lorenzo Pieralisi73158b72013-04-18 18:34:51 +010025 #size-cells = <0>;
26
Vladimir Zapolskiy246d8fc2015-10-18 00:35:52 +030027 cpu@0 {
Lorenzo Pieralisi73158b72013-04-18 18:34:51 +010028 compatible = "arm,arm926ej-s";
29 device_type = "cpu";
Vladimir Zapolskiy246d8fc2015-10-18 00:35:52 +030030 reg = <0x0>;
Roland Stiggee04920d2012-04-22 12:01:19 +020031 };
32 };
33
Vladimir Zapolskiyef5f8852015-11-20 03:05:04 +020034 clocks {
35 xtal_32k: xtal_32k {
36 compatible = "fixed-clock";
37 #clock-cells = <0>;
38 clock-frequency = <32768>;
39 clock-output-names = "xtal_32k";
40 };
41
42 xtal: xtal {
43 compatible = "fixed-clock";
44 #clock-cells = <0>;
45 clock-frequency = <13000000>;
46 clock-output-names = "xtal";
47 };
48 };
49
Roland Stiggee04920d2012-04-22 12:01:19 +020050 ahb {
51 #address-cells = <1>;
52 #size-cells = <1>;
53 compatible = "simple-bus";
Vladimir Zapolskiy81850412016-07-08 01:46:41 +030054 ranges = <0x00000000 0x00000000 0x10000000>,
55 <0x20000000 0x20000000 0x30000000>,
Vladimir Zapolskiyf83ee672015-10-18 00:35:55 +030056 <0xe0000000 0xe0000000 0x04000000>;
Roland Stiggee04920d2012-04-22 12:01:19 +020057
Vladimir Zapolskiy81850412016-07-08 01:46:41 +030058 iram: sram@08000000 {
59 compatible = "mmio-sram";
60 reg = <0x08000000 0x20000>;
61
62 #address-cells = <1>;
63 #size-cells = <1>;
64 ranges = <0x00000000 0x08000000 0x20000>;
65 };
66
Roland Stiggee04920d2012-04-22 12:01:19 +020067 /*
68 * Enable either SLC or MLC
69 */
70 slc: flash@20020000 {
71 compatible = "nxp,lpc3220-slc";
72 reg = <0x20020000 0x1000>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +020073 clocks = <&clk LPC32XX_CLK_SLC>;
Roland Stiggecb85a9e2012-06-14 16:16:18 +020074 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +020075 };
76
Roland Stigge6d1c3e92012-06-14 16:16:17 +020077 mlc: flash@200a8000 {
Roland Stiggee04920d2012-04-22 12:01:19 +020078 compatible = "nxp,lpc3220-mlc";
Roland Stigge6d1c3e92012-06-14 16:16:17 +020079 reg = <0x200a8000 0x11000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +020080 interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +020081 clocks = <&clk LPC32XX_CLK_MLC>;
Roland Stiggecb85a9e2012-06-14 16:16:18 +020082 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +020083 };
84
Vladimir Zapolskiy25de7c92015-10-18 00:35:51 +030085 dma: dma@31000000 {
Roland Stiggee04920d2012-04-22 12:01:19 +020086 compatible = "arm,pl080", "arm,primecell";
87 reg = <0x31000000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +020088 interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +020089 clocks = <&clk LPC32XX_CLK_DMA>;
90 clock-names = "apb_pclk";
Roland Stiggee04920d2012-04-22 12:01:19 +020091 };
92
Vladimir Zapolskiyaa29efb2015-10-18 00:35:57 +030093 usb {
94 #address-cells = <1>;
95 #size-cells = <1>;
96 compatible = "simple-bus";
97 ranges = <0x0 0x31020000 0x00001000>;
Roland Stiggee04920d2012-04-22 12:01:19 +020098
Vladimir Zapolskiyaa29efb2015-10-18 00:35:57 +030099 /*
100 * Enable either ohci or usbd (gadget)!
101 */
102 ohci: ohci@0 {
103 compatible = "nxp,ohci-nxp", "usb-ohci";
104 reg = <0x0 0x300>;
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300105 interrupt-parent = <&sic1>;
106 interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy865e9002015-11-20 03:05:07 +0200107 clocks = <&usbclk LPC32XX_USB_CLK_HOST>;
Vladimir Zapolskiyaa29efb2015-10-18 00:35:57 +0300108 status = "disabled";
109 };
110
111 usbd: usbd@0 {
112 compatible = "nxp,lpc3220-udc";
113 reg = <0x0 0x300>;
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300114 interrupt-parent = <&sic1>;
115 interrupts = <29 IRQ_TYPE_LEVEL_HIGH>,
116 <30 IRQ_TYPE_LEVEL_HIGH>,
117 <28 IRQ_TYPE_LEVEL_HIGH>,
118 <26 IRQ_TYPE_LEVEL_LOW>;
Vladimir Zapolskiy865e9002015-11-20 03:05:07 +0200119 clocks = <&usbclk LPC32XX_USB_CLK_DEVICE>;
Vladimir Zapolskiyaa29efb2015-10-18 00:35:57 +0300120 status = "disabled";
121 };
122
123 i2cusb: i2c@300 {
124 compatible = "nxp,pnx-i2c";
125 reg = <0x300 0x100>;
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300126 interrupt-parent = <&sic1>;
127 interrupts = <31 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy865e9002015-11-20 03:05:07 +0200128 clocks = <&usbclk LPC32XX_USB_CLK_I2C>;
Vladimir Zapolskiyaa29efb2015-10-18 00:35:57 +0300129 #address-cells = <1>;
130 #size-cells = <0>;
131 pnx,timeout = <0x64>;
132 };
Vladimir Zapolskiy865e9002015-11-20 03:05:07 +0200133
134 usbclk: clock-controller@f00 {
135 compatible = "nxp,lpc3220-usb-clk";
136 reg = <0xf00 0x100>;
137 #clock-cells = <1>;
138 };
Roland Stiggee04920d2012-04-22 12:01:19 +0200139 };
140
Vladimir Zapolskiy25de7c92015-10-18 00:35:51 +0300141 clcd: clcd@31040000 {
Roland Stiggee04920d2012-04-22 12:01:19 +0200142 compatible = "arm,pl110", "arm,primecell";
143 reg = <0x31040000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200144 interrupts = <14 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200145 clocks = <&clk LPC32XX_CLK_LCD>;
146 clock-names = "apb_pclk";
Roland Stiggecb85a9e2012-06-14 16:16:18 +0200147 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200148 };
149
150 mac: ethernet@31060000 {
151 compatible = "nxp,lpc-eth";
152 reg = <0x31060000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200153 interrupts = <29 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200154 clocks = <&clk LPC32XX_CLK_MAC>;
Roland Stiggee04920d2012-04-22 12:01:19 +0200155 };
156
Vladimir Zapolskiyf83ee672015-10-18 00:35:55 +0300157 emc: memory-controller@31080000 {
158 compatible = "arm,pl175", "arm,primecell";
159 reg = <0x31080000 0x1000>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200160 clocks = <&clk LPC32XX_CLK_DDRAM>, <&clk LPC32XX_CLK_DDRAM>;
161 clock-names = "mpmcclk", "apb_pclk";
Vladimir Zapolskiyf83ee672015-10-18 00:35:55 +0300162 #address-cells = <1>;
163 #size-cells = <1>;
164
165 ranges = <0 0xe0000000 0x01000000>,
166 <1 0xe1000000 0x01000000>,
167 <2 0xe2000000 0x01000000>,
168 <3 0xe3000000 0x01000000>;
169 status = "disabled";
170 };
171
Roland Stiggee04920d2012-04-22 12:01:19 +0200172 apb {
173 #address-cells = <1>;
174 #size-cells = <1>;
175 compatible = "simple-bus";
176 ranges = <0x20000000 0x20000000 0x30000000>;
177
Sylvain Lemieux961212e2016-04-20 09:21:00 -0400178 /*
179 * ssp0 and spi1 are shared pins;
180 * enable one in your board dts, as needed.
181 */
Roland Stiggee04920d2012-04-22 12:01:19 +0200182 ssp0: ssp@20084000 {
183 compatible = "arm,pl022", "arm,primecell";
184 reg = <0x20084000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200185 interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200186 clocks = <&clk LPC32XX_CLK_SSP0>;
187 clock-names = "apb_pclk";
Sylvain Lemieux961212e2016-04-20 09:21:00 -0400188 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200189 };
190
191 spi1: spi@20088000 {
192 compatible = "nxp,lpc3220-spi";
193 reg = <0x20088000 0x1000>;
Sylvain Lemieux73fdaa02016-04-20 09:20:58 -0400194 clocks = <&clk LPC32XX_CLK_SPI1>;
Sylvain Lemieux961212e2016-04-20 09:21:00 -0400195 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200196 };
197
Sylvain Lemieux961212e2016-04-20 09:21:00 -0400198 /*
199 * ssp1 and spi2 are shared pins;
200 * enable one in your board dts, as needed.
201 */
Roland Stiggee04920d2012-04-22 12:01:19 +0200202 ssp1: ssp@2008c000 {
203 compatible = "arm,pl022", "arm,primecell";
204 reg = <0x2008c000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200205 interrupts = <21 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200206 clocks = <&clk LPC32XX_CLK_SSP1>;
207 clock-names = "apb_pclk";
Sylvain Lemieux961212e2016-04-20 09:21:00 -0400208 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200209 };
210
211 spi2: spi@20090000 {
212 compatible = "nxp,lpc3220-spi";
213 reg = <0x20090000 0x1000>;
Sylvain Lemieux73fdaa02016-04-20 09:20:58 -0400214 clocks = <&clk LPC32XX_CLK_SPI2>;
Sylvain Lemieux961212e2016-04-20 09:21:00 -0400215 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200216 };
217
218 i2s0: i2s@20094000 {
219 compatible = "nxp,lpc3220-i2s";
220 reg = <0x20094000 0x1000>;
221 };
222
Vladimir Zapolskiy25de7c92015-10-18 00:35:51 +0300223 sd: sd@20098000 {
Roland Stigge2c7fa282012-06-14 16:16:18 +0200224 compatible = "arm,pl18x", "arm,primecell";
Roland Stiggee04920d2012-04-22 12:01:19 +0200225 reg = <0x20098000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200226 interrupts = <15 IRQ_TYPE_LEVEL_HIGH>,
227 <13 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200228 clocks = <&clk LPC32XX_CLK_SD>;
229 clock-names = "apb_pclk";
Roland Stigge2c7fa282012-06-14 16:16:18 +0200230 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200231 };
232
233 i2s1: i2s@2009C000 {
234 compatible = "nxp,lpc3220-i2s";
235 reg = <0x2009C000 0x1000>;
236 };
237
Roland Stiggec70426f2012-06-14 16:16:18 +0200238 /* UART5 first since it is the default console, ttyS0 */
239 uart5: serial@40090000 {
240 /* actually, ns16550a w/ 64 byte fifos! */
241 compatible = "nxp,lpc3220-uart";
242 reg = <0x40090000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200243 interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
Roland Stiggec70426f2012-06-14 16:16:18 +0200244 reg-shift = <2>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200245 clocks = <&clk LPC32XX_CLK_UART5>;
Roland Stiggec70426f2012-06-14 16:16:18 +0200246 status = "disabled";
247 };
248
Roland Stiggee04920d2012-04-22 12:01:19 +0200249 uart3: serial@40080000 {
Roland Stiggec70426f2012-06-14 16:16:18 +0200250 compatible = "nxp,lpc3220-uart";
Roland Stiggee04920d2012-04-22 12:01:19 +0200251 reg = <0x40080000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200252 interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
Roland Stiggec70426f2012-06-14 16:16:18 +0200253 reg-shift = <2>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200254 clocks = <&clk LPC32XX_CLK_UART3>;
Roland Stiggec70426f2012-06-14 16:16:18 +0200255 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200256 };
257
258 uart4: serial@40088000 {
Roland Stiggec70426f2012-06-14 16:16:18 +0200259 compatible = "nxp,lpc3220-uart";
Roland Stiggee04920d2012-04-22 12:01:19 +0200260 reg = <0x40088000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200261 interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
Roland Stiggec70426f2012-06-14 16:16:18 +0200262 reg-shift = <2>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200263 clocks = <&clk LPC32XX_CLK_UART4>;
Roland Stiggec70426f2012-06-14 16:16:18 +0200264 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200265 };
266
267 uart6: serial@40098000 {
Roland Stiggec70426f2012-06-14 16:16:18 +0200268 compatible = "nxp,lpc3220-uart";
Roland Stiggee04920d2012-04-22 12:01:19 +0200269 reg = <0x40098000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200270 interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
Roland Stiggec70426f2012-06-14 16:16:18 +0200271 reg-shift = <2>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200272 clocks = <&clk LPC32XX_CLK_UART6>;
Roland Stiggec70426f2012-06-14 16:16:18 +0200273 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200274 };
275
276 i2c1: i2c@400A0000 {
277 compatible = "nxp,pnx-i2c";
278 reg = <0x400A0000 0x100>;
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300279 interrupt-parent = <&sic1>;
280 interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
Roland Stiggee04920d2012-04-22 12:01:19 +0200281 #address-cells = <1>;
282 #size-cells = <0>;
283 pnx,timeout = <0x64>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200284 clocks = <&clk LPC32XX_CLK_I2C1>;
Roland Stiggee04920d2012-04-22 12:01:19 +0200285 };
286
287 i2c2: i2c@400A8000 {
288 compatible = "nxp,pnx-i2c";
289 reg = <0x400A8000 0x100>;
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300290 interrupt-parent = <&sic1>;
291 interrupts = <18 IRQ_TYPE_LEVEL_LOW>;
Roland Stiggee04920d2012-04-22 12:01:19 +0200292 #address-cells = <1>;
293 #size-cells = <0>;
294 pnx,timeout = <0x64>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200295 clocks = <&clk LPC32XX_CLK_I2C2>;
Roland Stiggee04920d2012-04-22 12:01:19 +0200296 };
297
Alban Bedelb7d41c92012-11-14 13:59:45 +0100298 mpwm: mpwm@400E8000 {
299 compatible = "nxp,lpc3220-motor-pwm";
300 reg = <0x400E8000 0x78>;
301 status = "disabled";
302 #pwm-cells = <2>;
303 };
Roland Stiggee04920d2012-04-22 12:01:19 +0200304 };
305
306 fab {
307 #address-cells = <1>;
308 #size-cells = <1>;
309 compatible = "simple-bus";
310 ranges = <0x20000000 0x20000000 0x30000000>;
311
Vladimir Zapolskiyfe861312015-11-20 03:05:05 +0200312 /* System Control Block */
313 scb {
314 compatible = "simple-bus";
315 ranges = <0x0 0x040004000 0x00001000>;
316 #address-cells = <1>;
317 #size-cells = <1>;
318
319 clk: clock-controller@0 {
320 compatible = "nxp,lpc3220-clk";
321 reg = <0x00 0x114>;
322 #clock-cells = <1>;
323
324 clocks = <&xtal_32k>, <&xtal>;
325 clock-names = "xtal_32k", "xtal";
Vladimir Zapolskiyc17e9372016-04-18 07:12:00 +0300326
327 assigned-clocks = <&clk LPC32XX_CLK_HCLK_PLL>;
328 assigned-clock-rates = <208000000>;
Vladimir Zapolskiyfe861312015-11-20 03:05:05 +0200329 };
330 };
331
Roland Stiggee04920d2012-04-22 12:01:19 +0200332 mic: interrupt-controller@40008000 {
333 compatible = "nxp,lpc3220-mic";
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300334 reg = <0x40008000 0x4000>;
Roland Stiggee04920d2012-04-22 12:01:19 +0200335 interrupt-controller;
Roland Stiggee04920d2012-04-22 12:01:19 +0200336 #interrupt-cells = <2>;
337 };
338
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300339 sic1: interrupt-controller@4000c000 {
340 compatible = "nxp,lpc3220-sic";
341 reg = <0x4000c000 0x4000>;
342 interrupt-controller;
343 #interrupt-cells = <2>;
344
345 interrupt-parent = <&mic>;
346 interrupts = <0 IRQ_TYPE_LEVEL_LOW>,
347 <30 IRQ_TYPE_LEVEL_LOW>;
348 };
349
350 sic2: interrupt-controller@40010000 {
351 compatible = "nxp,lpc3220-sic";
352 reg = <0x40010000 0x4000>;
353 interrupt-controller;
354 #interrupt-cells = <2>;
355
356 interrupt-parent = <&mic>;
357 interrupts = <1 IRQ_TYPE_LEVEL_LOW>,
358 <31 IRQ_TYPE_LEVEL_LOW>;
359 };
360
Roland Stiggee04920d2012-04-22 12:01:19 +0200361 uart1: serial@40014000 {
Roland Stiggeac5ced92012-06-14 16:16:18 +0200362 compatible = "nxp,lpc3220-hsuart";
Roland Stiggee04920d2012-04-22 12:01:19 +0200363 reg = <0x40014000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200364 interrupts = <26 IRQ_TYPE_LEVEL_HIGH>;
Roland Stiggeac5ced92012-06-14 16:16:18 +0200365 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200366 };
367
368 uart2: serial@40018000 {
Roland Stiggeac5ced92012-06-14 16:16:18 +0200369 compatible = "nxp,lpc3220-hsuart";
Roland Stiggee04920d2012-04-22 12:01:19 +0200370 reg = <0x40018000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200371 interrupts = <25 IRQ_TYPE_LEVEL_HIGH>;
Roland Stiggeac5ced92012-06-14 16:16:18 +0200372 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200373 };
374
Roland Stiggeac5ced92012-06-14 16:16:18 +0200375 uart7: serial@4001c000 {
376 compatible = "nxp,lpc3220-hsuart";
377 reg = <0x4001c000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200378 interrupts = <24 IRQ_TYPE_LEVEL_HIGH>;
Roland Stiggeac5ced92012-06-14 16:16:18 +0200379 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200380 };
381
Vladimir Zapolskiy25de7c92015-10-18 00:35:51 +0300382 rtc: rtc@40024000 {
Roland Stiggee04920d2012-04-22 12:01:19 +0200383 compatible = "nxp,lpc3220-rtc";
384 reg = <0x40024000 0x1000>;
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300385 interrupt-parent = <&sic1>;
386 interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200387 clocks = <&clk LPC32XX_CLK_RTC>;
Roland Stiggee04920d2012-04-22 12:01:19 +0200388 };
389
390 gpio: gpio@40028000 {
391 compatible = "nxp,lpc3220-gpio";
392 reg = <0x40028000 0x1000>;
Roland Stiggea0352542012-05-19 12:28:53 +0200393 gpio-controller;
394 #gpio-cells = <3>; /* bank, pin, flags */
Roland Stiggee04920d2012-04-22 12:01:19 +0200395 };
396
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300397 timer4: timer@4002C000 {
398 compatible = "nxp,lpc3220-timer";
399 reg = <0x4002C000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200400 interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200401 clocks = <&clk LPC32XX_CLK_TIMER4>;
402 clock-names = "timerclk";
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300403 status = "disabled";
404 };
405
406 timer5: timer@40030000 {
407 compatible = "nxp,lpc3220-timer";
408 reg = <0x40030000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200409 interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200410 clocks = <&clk LPC32XX_CLK_TIMER5>;
411 clock-names = "timerclk";
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300412 status = "disabled";
413 };
414
Vladimir Zapolskiy25de7c92015-10-18 00:35:51 +0300415 watchdog: watchdog@4003C000 {
Roland Stiggee04920d2012-04-22 12:01:19 +0200416 compatible = "nxp,pnx4008-wdt";
417 reg = <0x4003C000 0x1000>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200418 clocks = <&clk LPC32XX_CLK_WDOG>;
Roland Stiggee04920d2012-04-22 12:01:19 +0200419 };
420
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300421 timer0: timer@40044000 {
422 compatible = "nxp,lpc3220-timer";
423 reg = <0x40044000 0x1000>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200424 clocks = <&clk LPC32XX_CLK_TIMER0>;
425 clock-names = "timerclk";
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200426 interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300427 };
428
Roland Stiggee04920d2012-04-22 12:01:19 +0200429 /*
430 * TSC vs. ADC: Since those two share the same
431 * hardware, you need to choose from one of the
432 * following two and do 'status = "okay";' for one of
433 * them
434 */
435
Vladimir Zapolskiy25de7c92015-10-18 00:35:51 +0300436 adc: adc@40048000 {
Roland Stiggee04920d2012-04-22 12:01:19 +0200437 compatible = "nxp,lpc3220-adc";
438 reg = <0x40048000 0x1000>;
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300439 interrupt-parent = <&sic1>;
440 interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200441 clocks = <&clk LPC32XX_CLK_ADC>;
Roland Stiggecb85a9e2012-06-14 16:16:18 +0200442 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200443 };
444
Vladimir Zapolskiy25de7c92015-10-18 00:35:51 +0300445 tsc: tsc@40048000 {
Roland Stiggee04920d2012-04-22 12:01:19 +0200446 compatible = "nxp,lpc3220-tsc";
447 reg = <0x40048000 0x1000>;
Vladimir Zapolskiy9b8ad3fb2016-04-26 00:02:23 +0300448 interrupt-parent = <&sic1>;
449 interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200450 clocks = <&clk LPC32XX_CLK_ADC>;
Roland Stiggecb85a9e2012-06-14 16:16:18 +0200451 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200452 };
453
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300454 timer1: timer@4004C000 {
455 compatible = "nxp,lpc3220-timer";
456 reg = <0x4004C000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200457 interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200458 clocks = <&clk LPC32XX_CLK_TIMER1>;
459 clock-names = "timerclk";
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300460 };
461
Vladimir Zapolskiy25de7c92015-10-18 00:35:51 +0300462 key: key@40050000 {
Roland Stiggee04920d2012-04-22 12:01:19 +0200463 compatible = "nxp,lpc3220-key";
464 reg = <0x40050000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200465 interrupts = <54 IRQ_TYPE_LEVEL_HIGH>;
Roland Stiggea6d1be02012-06-14 16:16:17 +0200466 status = "disabled";
Roland Stiggee04920d2012-04-22 12:01:19 +0200467 };
468
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300469 timer2: timer@40058000 {
470 compatible = "nxp,lpc3220-timer";
471 reg = <0x40058000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200472 interrupts = <18 IRQ_TYPE_LEVEL_LOW>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200473 clocks = <&clk LPC32XX_CLK_TIMER2>;
474 clock-names = "timerclk";
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300475 status = "disabled";
476 };
477
Vladimir Zapolskiy2a6c6562015-10-18 00:35:53 +0300478 pwm1: pwm@4005C000 {
Alexandre Pereira da Silvade639852012-07-20 13:33:09 +0200479 compatible = "nxp,lpc3220-pwm";
Vladimir Zapolskiy2a6c6562015-10-18 00:35:53 +0300480 reg = <0x4005C000 0x4>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200481 clocks = <&clk LPC32XX_CLK_PWM1>;
Vladimir Zapolskiy2a6c6562015-10-18 00:35:53 +0300482 status = "disabled";
483 };
484
485 pwm2: pwm@4005C004 {
486 compatible = "nxp,lpc3220-pwm";
487 reg = <0x4005C004 0x4>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200488 clocks = <&clk LPC32XX_CLK_PWM2>;
Alexandre Pereira da Silvade639852012-07-20 13:33:09 +0200489 status = "disabled";
490 };
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300491
492 timer3: timer@40060000 {
493 compatible = "nxp,lpc3220-timer";
494 reg = <0x40060000 0x1000>;
Vladimir Zapolskiyb7158022015-11-20 03:28:40 +0200495 interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
Vladimir Zapolskiy93898eb2015-11-20 03:05:06 +0200496 clocks = <&clk LPC32XX_CLK_TIMER3>;
497 clock-names = "timerclk";
Vladimir Zapolskiyc1aa7002015-10-18 00:41:06 +0300498 status = "disabled";
499 };
Roland Stiggee04920d2012-04-22 12:01:19 +0200500 };
501 };
502};