ARM: dts: lpc18xx: add usb otg phy node
[deliverable/linux.git] / arch / arm / boot / dts / lpc18xx.dtsi
CommitLineData
804a5dd6
JE
1/*
2 * Common base for NXP LPC18xx and LPC43xx devices.
3 *
4 * Copyright 2015 Joachim Eastwood <manabian@gmail.com>
5 *
6 * This code is released using a dual license strategy: BSD/GPL
7 * You can choose the licence that better fits your requirements.
8 *
9 * Released under the terms of 3-clause BSD License
10 * Released under the terms of GNU General Public License Version 2.0
11 *
12 */
13
14#include "armv7-m.dtsi"
15
ba2db535
JE
16#include "dt-bindings/clock/lpc18xx-cgu.h"
17#include "dt-bindings/clock/lpc18xx-ccu.h"
18
7836dce4
JE
19#define LPC_PIN(port, pin) (0x##port * 32 + pin)
20#define LPC_GPIO(port, pin) (port * 32 + pin)
21
804a5dd6
JE
22/ {
23 cpus {
24 #address-cells = <1>;
25 #size-cells = <0>;
26
27 cpu@0 {
28 compatible = "arm,cortex-m3";
29 device_type = "cpu";
30 reg = <0x0>;
ba2db535 31 clocks = <&ccu1 CLK_CPU_CORE>;
804a5dd6
JE
32 };
33 };
34
35 clocks {
36 xtal: xtal {
37 compatible = "fixed-clock";
38 #clock-cells = <0>;
39 clock-frequency = <12000000>;
40 };
41
ba2db535
JE
42 xtal32: xtal32 {
43 compatible = "fixed-clock";
44 #clock-cells = <0>;
45 clock-frequency = <32768>;
46 };
47
48 enet_rx_clk: enet_rx_clk {
49 compatible = "fixed-clock";
50 #clock-cells = <0>;
51 clock-frequency = <0>;
52 clock-output-names = "enet_rx_clk";
53 };
54
55 enet_tx_clk: enet_tx_clk {
56 compatible = "fixed-clock";
57 #clock-cells = <0>;
58 clock-frequency = <0>;
59 clock-output-names = "enet_tx_clk";
60 };
61
62 gp_clkin: gp_clkin {
63 compatible = "fixed-clock";
804a5dd6 64 #clock-cells = <0>;
ba2db535
JE
65 clock-frequency = <0>;
66 clock-output-names = "gp_clkin";
804a5dd6
JE
67 };
68 };
69
70 soc {
cd07154f
JE
71 mmcsd: mmcsd@40004000 {
72 compatible = "snps,dw-mshc";
73 reg = <0x40004000 0x1000>;
74 interrupts = <6>;
75 num-slots = <1>;
76 clocks = <&ccu2 CLK_SDIO>, <&ccu1 CLK_CPU_SDIO>;
77 clock-names = "ciu", "biu";
78 status = "disabled";
79 };
80
b06cdb79
JE
81 usb0: ehci@40006100 {
82 compatible = "nxp,lpc1850-ehci", "generic-ehci";
83 reg = <0x40006100 0x100>;
84 interrupts = <8>;
85 clocks = <&ccu1 CLK_CPU_USB0>;
6d6d6b55
JE
86 phys = <&usb0_otg_phy>;
87 phy-names = "usb";
b06cdb79
JE
88 has-transaction-translator;
89 status = "disabled";
90 };
91
92 usb1: ehci@40007100 {
93 compatible = "nxp,lpc1850-ehci", "generic-ehci";
94 reg = <0x40007100 0x100>;
95 interrupts = <9>;
96 clocks = <&ccu1 CLK_CPU_USB1>;
97 status = "disabled";
98 };
99
fe968589
JE
100 mac: ethernet@40010000 {
101 compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
102 reg = <0x40010000 0x2000>;
103 interrupts = <5>;
104 interrupt-names = "macirq";
105 clocks = <&ccu1 CLK_CPU_ETHERNET>;
106 clock-names = "stmmaceth";
107 status = "disabled";
108 };
109
16df2b86
JE
110 creg: syscon@40043000 {
111 compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
112 reg = <0x40043000 0x1000>;
113 clocks = <&ccu1 CLK_CPU_CREG>;
6d6d6b55
JE
114
115 usb0_otg_phy: phy@004 {
116 compatible = "nxp,lpc1850-usb-otg-phy";
117 clocks = <&ccu1 CLK_USB0>;
118 #phy-cells = <0>;
119 };
16df2b86
JE
120 };
121
ba2db535
JE
122 cgu: clock-controller@40050000 {
123 compatible = "nxp,lpc1850-cgu";
124 reg = <0x40050000 0x1000>;
125 #clock-cells = <1>;
126 clocks = <&xtal>, <&xtal32>, <&enet_rx_clk>, <&enet_tx_clk>, <&gp_clkin>;
127 };
128
129 ccu1: clock-controller@40051000 {
130 compatible = "nxp,lpc1850-ccu";
131 reg = <0x40051000 0x1000>;
132 #clock-cells = <1>;
133 clocks = <&cgu BASE_APB3_CLK>, <&cgu BASE_APB1_CLK>,
134 <&cgu BASE_SPIFI_CLK>, <&cgu BASE_CPU_CLK>,
135 <&cgu BASE_PERIPH_CLK>, <&cgu BASE_USB0_CLK>,
136 <&cgu BASE_USB1_CLK>, <&cgu BASE_SPI_CLK>;
137 clock-names = "base_apb3_clk", "base_apb1_clk",
138 "base_spifi_clk", "base_cpu_clk",
139 "base_periph_clk", "base_usb0_clk",
140 "base_usb1_clk", "base_spi_clk";
141 };
142
143 ccu2: clock-controller@40052000 {
144 compatible = "nxp,lpc1850-ccu";
145 reg = <0x40052000 0x1000>;
146 #clock-cells = <1>;
147 clocks = <&cgu BASE_AUDIO_CLK>, <&cgu BASE_UART3_CLK>,
148 <&cgu BASE_UART2_CLK>, <&cgu BASE_UART1_CLK>,
149 <&cgu BASE_UART0_CLK>, <&cgu BASE_SSP1_CLK>,
150 <&cgu BASE_SSP0_CLK>, <&cgu BASE_SDIO_CLK>;
151 clock-names = "base_audio_clk", "base_uart3_clk",
152 "base_uart2_clk", "base_uart1_clk",
153 "base_uart0_clk", "base_ssp1_clk",
154 "base_ssp0_clk", "base_sdio_clk";
155 };
156
804a5dd6 157 uart0: serial@40081000 {
f2b1c507 158 compatible = "nxp,lpc1850-uart", "ns16550a";
804a5dd6
JE
159 reg = <0x40081000 0x1000>;
160 reg-shift = <2>;
161 interrupts = <24>;
ba2db535 162 clocks = <&ccu2 CLK_APB0_UART0>, <&ccu1 CLK_CPU_UART0>;
f2b1c507 163 clock-names = "uartclk", "reg";
804a5dd6
JE
164 status = "disabled";
165 };
166
167 uart1: serial@40082000 {
f2b1c507 168 compatible = "nxp,lpc1850-uart", "ns16550a";
804a5dd6
JE
169 reg = <0x40082000 0x1000>;
170 reg-shift = <2>;
171 interrupts = <25>;
ba2db535 172 clocks = <&ccu2 CLK_APB0_UART1>, <&ccu1 CLK_CPU_UART1>;
f2b1c507 173 clock-names = "uartclk", "reg";
804a5dd6
JE
174 status = "disabled";
175 };
176
5d2ea79c
JE
177 ssp0: spi@40083000 {
178 compatible = "arm,pl022", "arm,primecell";
179 reg = <0x40083000 0x1000>;
180 interrupts = <22>;
181 clocks = <&ccu2 CLK_APB0_SSP0>, <&ccu1 CLK_CPU_SSP0>;
182 clock-names = "sspclk", "apb_pclk";
183 #address-cells = <1>;
184 #size-cells = <0>;
185 status = "disabled";
186 };
187
804a5dd6
JE
188 timer0: timer@40084000 {
189 compatible = "nxp,lpc3220-timer";
190 reg = <0x40084000 0x1000>;
191 interrupts = <12>;
ba2db535 192 clocks = <&ccu1 CLK_CPU_TIMER0>;
804a5dd6
JE
193 clock-names = "timerclk";
194 };
195
196 timer1: timer@40085000 {
197 compatible = "nxp,lpc3220-timer";
198 reg = <0x40085000 0x1000>;
199 interrupts = <13>;
ba2db535 200 clocks = <&ccu1 CLK_CPU_TIMER1>;
804a5dd6
JE
201 clock-names = "timerclk";
202 };
203
d881f5e2
JE
204 pinctrl: pinctrl@40086000 {
205 compatible = "nxp,lpc1850-scu";
206 reg = <0x40086000 0x1000>;
207 clocks = <&ccu1 CLK_CPU_SCU>;
208 };
209
7e6c8376
JE
210 can1: can@400a4000 {
211 compatible = "bosch,c_can";
212 reg = <0x400a4000 0x1000>;
213 interrupts = <43>;
214 clocks = <&ccu1 CLK_APB1_CAN1>;
215 status = "disabled";
216 };
217
804a5dd6 218 uart2: serial@400c1000 {
f2b1c507 219 compatible = "nxp,lpc1850-uart", "ns16550a";
804a5dd6
JE
220 reg = <0x400c1000 0x1000>;
221 reg-shift = <2>;
222 interrupts = <26>;
ba2db535 223 clocks = <&ccu2 CLK_APB2_UART2>, <&ccu1 CLK_CPU_UART2>;
f2b1c507 224 clock-names = "uartclk", "reg";
804a5dd6
JE
225 status = "disabled";
226 };
227
228 uart3: serial@400c2000 {
f2b1c507 229 compatible = "nxp,lpc1850-uart", "ns16550a";
804a5dd6
JE
230 reg = <0x400c2000 0x1000>;
231 reg-shift = <2>;
232 interrupts = <27>;
ba2db535 233 clocks = <&ccu2 CLK_APB2_UART3>, <&ccu1 CLK_CPU_UART3>;
f2b1c507 234 clock-names = "uartclk", "reg";
804a5dd6
JE
235 status = "disabled";
236 };
237
238 timer2: timer@400c3000 {
239 compatible = "nxp,lpc3220-timer";
240 reg = <0x400c3000 0x1000>;
241 interrupts = <14>;
ba2db535 242 clocks = <&ccu1 CLK_CPU_TIMER2>;
804a5dd6
JE
243 clock-names = "timerclk";
244 };
245
246 timer3: timer@400c4000 {
247 compatible = "nxp,lpc3220-timer";
248 reg = <0x400c4000 0x1000>;
249 interrupts = <15>;
ba2db535 250 clocks = <&ccu1 CLK_CPU_TIMER3>;
804a5dd6
JE
251 clock-names = "timerclk";
252 };
7836dce4 253
5d2ea79c
JE
254 ssp1: spi@400c5000 {
255 compatible = "arm,pl022", "arm,primecell";
256 reg = <0x400c5000 0x1000>;
257 interrupts = <23>;
258 clocks = <&ccu2 CLK_APB2_SSP1>, <&ccu1 CLK_CPU_SSP1>;
259 clock-names = "sspclk", "apb_pclk";
260 #address-cells = <1>;
261 #size-cells = <0>;
262 status = "disabled";
263 };
264
7e6c8376
JE
265 can0: can@400e2000 {
266 compatible = "bosch,c_can";
267 reg = <0x400e2000 0x1000>;
268 interrupts = <51>;
269 clocks = <&ccu1 CLK_APB3_CAN0>;
270 status = "disabled";
271 };
272
7836dce4
JE
273 gpio: gpio@400f4000 {
274 compatible = "nxp,lpc1850-gpio";
275 reg = <0x400f4000 0x4000>;
276 clocks = <&ccu1 CLK_CPU_GPIO>;
277 gpio-controller;
278 #gpio-cells = <2>;
279 gpio-ranges = <&pinctrl LPC_GPIO(0,0) LPC_PIN(0,0) 2>,
280 <&pinctrl LPC_GPIO(0,4) LPC_PIN(1,0) 1>,
281 <&pinctrl LPC_GPIO(0,8) LPC_PIN(1,1) 4>,
282 <&pinctrl LPC_GPIO(1,8) LPC_PIN(1,5) 2>,
283 <&pinctrl LPC_GPIO(1,0) LPC_PIN(1,7) 8>,
284 <&pinctrl LPC_GPIO(0,2) LPC_PIN(1,15) 2>,
285 <&pinctrl LPC_GPIO(0,12) LPC_PIN(1,17) 2>,
286 <&pinctrl LPC_GPIO(0,15) LPC_PIN(1,20) 1>,
287 <&pinctrl LPC_GPIO(5,0) LPC_PIN(2,0) 7>,
288 <&pinctrl LPC_GPIO(0,7) LPC_PIN(2,7) 1>,
289 <&pinctrl LPC_GPIO(5,7) LPC_PIN(2,8) 1>,
290 <&pinctrl LPC_GPIO(1,10) LPC_PIN(2,9) 1>,
291 <&pinctrl LPC_GPIO(0,14) LPC_PIN(2,10) 1>,
292 <&pinctrl LPC_GPIO(1,11) LPC_PIN(2,11) 3>,
293 <&pinctrl LPC_GPIO(5,8) LPC_PIN(3,1) 2>,
294 <&pinctrl LPC_GPIO(1,14) LPC_PIN(3,4) 2>,
295 <&pinctrl LPC_GPIO(0,6) LPC_PIN(3,6) 1>,
296 <&pinctrl LPC_GPIO(5,10) LPC_PIN(3,7) 2>,
297 <&pinctrl LPC_GPIO(2,0) LPC_PIN(4,0) 7>,
298 <&pinctrl LPC_GPIO(5,12) LPC_PIN(4,8) 3>,
299 <&pinctrl LPC_GPIO(2,9) LPC_PIN(5,0) 7>,
300 <&pinctrl LPC_GPIO(2,7) LPC_PIN(5,7) 1>,
301 <&pinctrl LPC_GPIO(3,0) LPC_PIN(6,1) 5>,
302 <&pinctrl LPC_GPIO(0,5) LPC_PIN(6,6) 1>,
303 <&pinctrl LPC_GPIO(5,15) LPC_PIN(6,7) 2>,
304 <&pinctrl LPC_GPIO(3,5) LPC_PIN(6,9) 3>,
305 <&pinctrl LPC_GPIO(2,8) LPC_PIN(6,12) 1>,
306 <&pinctrl LPC_GPIO(3,8) LPC_PIN(7,0) 8>,
307 <&pinctrl LPC_GPIO(4,0) LPC_PIN(8,0) 8>,
308 <&pinctrl LPC_GPIO(4,12) LPC_PIN(9,0) 4>,
309 <&pinctrl LPC_GPIO(5,17) LPC_PIN(9,4) 2>,
310 <&pinctrl LPC_GPIO(4,11) LPC_PIN(9,6) 1>,
311 <&pinctrl LPC_GPIO(4,8) LPC_PIN(a,1) 3>,
312 <&pinctrl LPC_GPIO(5,19) LPC_PIN(a,4) 1>,
313 <&pinctrl LPC_GPIO(5,20) LPC_PIN(b,0) 7>,
314 <&pinctrl LPC_GPIO(6,0) LPC_PIN(c,1) 14>,
315 <&pinctrl LPC_GPIO(6,14) LPC_PIN(d,0) 17>,
316 <&pinctrl LPC_GPIO(7,0) LPC_PIN(e,0) 16>,
317 <&pinctrl LPC_GPIO(7,16) LPC_PIN(f,1) 3>,
318 <&pinctrl LPC_GPIO(7,19) LPC_PIN(f,5) 7>;
319 };
804a5dd6
JE
320 };
321};
This page took 0.081093 seconds and 5 git commands to generate.