blob: 8974844541cd1badb498140a21005255b702b68a [file] [log] [blame]
Masahiro Yamada3e98fc12018-04-16 12:35:33 +09001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2//
3// Device Tree Source for UniPhier Pro4 SoC
4//
5// Copyright (C) 2015-2016 Socionext Inc.
6// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada509eb672014-11-26 18:33:59 +09007
Masahiro Yamadab443fb42017-11-25 00:25:35 +09008#include <dt-bindings/gpio/uniphier-gpio.h>
9
Masahiro Yamada509eb672014-11-26 18:33:59 +090010/ {
Masahiro Yamada52159d22016-10-07 16:43:00 +090011 compatible = "socionext,uniphier-pro4";
Masahiro Yamadaf16eda92017-03-13 00:16:39 +090012 #address-cells = <1>;
13 #size-cells = <1>;
Masahiro Yamada509eb672014-11-26 18:33:59 +090014
15 cpus {
Masahiro Yamada509eb672014-11-26 18:33:59 +090016 #address-cells = <1>;
Masahiro Yamadaf5fd7af2014-12-06 00:03:23 +090017 #size-cells = <0>;
Masahiro Yamada509eb672014-11-26 18:33:59 +090018
19 cpu@0 {
20 device_type = "cpu";
21 compatible = "arm,cortex-a9";
22 reg = <0>;
Masahiro Yamada52159d22016-10-07 16:43:00 +090023 enable-method = "psci";
Masahiro Yamada4e1f81d2015-12-16 10:54:08 +090024 next-level-cache = <&l2>;
Masahiro Yamada509eb672014-11-26 18:33:59 +090025 };
26
27 cpu@1 {
28 device_type = "cpu";
29 compatible = "arm,cortex-a9";
30 reg = <1>;
Masahiro Yamada52159d22016-10-07 16:43:00 +090031 enable-method = "psci";
Masahiro Yamada4e1f81d2015-12-16 10:54:08 +090032 next-level-cache = <&l2>;
Masahiro Yamada509eb672014-11-26 18:33:59 +090033 };
34 };
35
Masahiro Yamadacd622142016-12-05 18:31:39 +090036 psci {
37 compatible = "arm,psci-0.2";
38 method = "smc";
39 };
40
Masahiro Yamadaedcfaeb2015-06-30 18:27:00 +090041 clocks {
Masahiro Yamadacd622142016-12-05 18:31:39 +090042 refclk: ref {
43 compatible = "fixed-clock";
44 #clock-cells = <0>;
45 clock-frequency = <25000000>;
46 };
47
Masahiro Yamadab443fb42017-11-25 00:25:35 +090048 arm_timer_clk: arm-timer {
Masahiro Yamadaedcfaeb2015-06-30 18:27:00 +090049 #clock-cells = <0>;
50 compatible = "fixed-clock";
51 clock-frequency = <50000000>;
52 };
Masahiro Yamadacd622142016-12-05 18:31:39 +090053 };
Masahiro Yamadad243c182015-08-28 22:33:13 +090054
Masahiro Yamadacd622142016-12-05 18:31:39 +090055 soc {
56 compatible = "simple-bus";
57 #address-cells = <1>;
58 #size-cells = <1>;
59 ranges;
60 interrupt-parent = <&intc>;
Masahiro Yamadacd622142016-12-05 18:31:39 +090061
62 l2: l2-cache@500c0000 {
63 compatible = "socionext,uniphier-system-cache";
64 reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
65 <0x506c0000 0x400>;
66 interrupts = <0 174 4>, <0 175 4>;
67 cache-unified;
68 cache-size = <(768 * 1024)>;
69 cache-sets = <256>;
70 cache-line-size = <128>;
71 cache-level = <2>;
72 };
73
74 serial0: serial@54006800 {
75 compatible = "socionext,uniphier-uart";
76 status = "disabled";
77 reg = <0x54006800 0x40>;
78 interrupts = <0 33 4>;
79 pinctrl-names = "default";
80 pinctrl-0 = <&pinctrl_uart0>;
81 clocks = <&peri_clk 0>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +090082 resets = <&peri_rst 0>;
Masahiro Yamadad243c182015-08-28 22:33:13 +090083 };
84
Masahiro Yamadacd622142016-12-05 18:31:39 +090085 serial1: serial@54006900 {
86 compatible = "socionext,uniphier-uart";
87 status = "disabled";
88 reg = <0x54006900 0x40>;
89 interrupts = <0 35 4>;
90 pinctrl-names = "default";
91 pinctrl-0 = <&pinctrl_uart1>;
92 clocks = <&peri_clk 1>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +090093 resets = <&peri_rst 1>;
Masahiro Yamadacd622142016-12-05 18:31:39 +090094 };
95
96 serial2: serial@54006a00 {
97 compatible = "socionext,uniphier-uart";
98 status = "disabled";
99 reg = <0x54006a00 0x40>;
100 interrupts = <0 37 4>;
101 pinctrl-names = "default";
102 pinctrl-0 = <&pinctrl_uart2>;
103 clocks = <&peri_clk 2>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900104 resets = <&peri_rst 2>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900105 };
106
107 serial3: serial@54006b00 {
108 compatible = "socionext,uniphier-uart";
109 status = "disabled";
110 reg = <0x54006b00 0x40>;
111 interrupts = <0 177 4>;
112 pinctrl-names = "default";
113 pinctrl-0 = <&pinctrl_uart3>;
114 clocks = <&peri_clk 3>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900115 resets = <&peri_rst 3>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900116 };
117
Masahiro Yamada0f72b742017-10-13 19:21:52 +0900118 gpio: gpio@55000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900119 compatible = "socionext,uniphier-gpio";
Masahiro Yamada0f72b742017-10-13 19:21:52 +0900120 reg = <0x55000000 0x200>;
121 interrupt-parent = <&aidet>;
122 interrupt-controller;
123 #interrupt-cells = <2>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900124 gpio-controller;
125 #gpio-cells = <2>;
Masahiro Yamada0f72b742017-10-13 19:21:52 +0900126 gpio-ranges = <&pinctrl 0 0 0>;
127 gpio-ranges-group-names = "gpio_range";
128 ngpios = <248>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900129 socionext,interrupt-ranges = <0 48 16>, <16 154 5>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900130 };
131
132 i2c0: i2c@58780000 {
133 compatible = "socionext,uniphier-fi2c";
134 status = "disabled";
135 reg = <0x58780000 0x80>;
136 #address-cells = <1>;
137 #size-cells = <0>;
138 interrupts = <0 41 4>;
139 pinctrl-names = "default";
140 pinctrl-0 = <&pinctrl_i2c0>;
141 clocks = <&peri_clk 4>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900142 resets = <&peri_rst 4>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900143 clock-frequency = <100000>;
144 };
145
146 i2c1: i2c@58781000 {
147 compatible = "socionext,uniphier-fi2c";
148 status = "disabled";
149 reg = <0x58781000 0x80>;
150 #address-cells = <1>;
151 #size-cells = <0>;
152 interrupts = <0 42 4>;
153 pinctrl-names = "default";
154 pinctrl-0 = <&pinctrl_i2c1>;
155 clocks = <&peri_clk 5>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900156 resets = <&peri_rst 5>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900157 clock-frequency = <100000>;
158 };
159
160 i2c2: i2c@58782000 {
161 compatible = "socionext,uniphier-fi2c";
162 status = "disabled";
163 reg = <0x58782000 0x80>;
164 #address-cells = <1>;
165 #size-cells = <0>;
166 interrupts = <0 43 4>;
167 pinctrl-names = "default";
168 pinctrl-0 = <&pinctrl_i2c2>;
169 clocks = <&peri_clk 6>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900170 resets = <&peri_rst 6>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900171 clock-frequency = <100000>;
172 };
173
174 i2c3: i2c@58783000 {
175 compatible = "socionext,uniphier-fi2c";
176 status = "disabled";
177 reg = <0x58783000 0x80>;
178 #address-cells = <1>;
179 #size-cells = <0>;
180 interrupts = <0 44 4>;
181 pinctrl-names = "default";
182 pinctrl-0 = <&pinctrl_i2c3>;
183 clocks = <&peri_clk 7>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900184 resets = <&peri_rst 7>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900185 clock-frequency = <100000>;
186 };
187
188 /* i2c4 does not exist */
189
190 /* chip-internal connection for DMD */
191 i2c5: i2c@58785000 {
192 compatible = "socionext,uniphier-fi2c";
193 reg = <0x58785000 0x80>;
194 #address-cells = <1>;
195 #size-cells = <0>;
196 interrupts = <0 25 4>;
197 clocks = <&peri_clk 9>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900198 resets = <&peri_rst 9>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900199 clock-frequency = <400000>;
200 };
201
202 /* chip-internal connection for HDMI */
203 i2c6: i2c@58786000 {
204 compatible = "socionext,uniphier-fi2c";
205 reg = <0x58786000 0x80>;
206 #address-cells = <1>;
207 #size-cells = <0>;
208 interrupts = <0 26 4>;
209 clocks = <&peri_clk 10>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900210 resets = <&peri_rst 10>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900211 clock-frequency = <400000>;
212 };
213
214 system_bus: system-bus@58c00000 {
215 compatible = "socionext,uniphier-system-bus";
216 status = "disabled";
217 reg = <0x58c00000 0x400>;
218 #address-cells = <2>;
219 #size-cells = <1>;
220 pinctrl-names = "default";
221 pinctrl-0 = <&pinctrl_system_bus>;
222 };
223
Masahiro Yamadaabb6ac22017-05-15 14:23:46 +0900224 smpctrl@59801000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900225 compatible = "socionext,uniphier-smpctrl";
226 reg = <0x59801000 0x400>;
227 };
228
229 mioctrl@59810000 {
230 compatible = "socionext,uniphier-pro4-mioctrl",
231 "simple-mfd", "syscon";
232 reg = <0x59810000 0x800>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900233
234 mio_clk: clock {
235 compatible = "socionext,uniphier-pro4-mio-clock";
236 #clock-cells = <1>;
237 };
238
239 mio_rst: reset {
240 compatible = "socionext,uniphier-pro4-mio-reset";
241 #reset-cells = <1>;
242 };
243 };
244
245 perictrl@59820000 {
246 compatible = "socionext,uniphier-pro4-perictrl",
247 "simple-mfd", "syscon";
248 reg = <0x59820000 0x200>;
249
250 peri_clk: clock {
251 compatible = "socionext,uniphier-pro4-peri-clock";
252 #clock-cells = <1>;
253 };
254
255 peri_rst: reset {
256 compatible = "socionext,uniphier-pro4-peri-reset";
257 #reset-cells = <1>;
258 };
259 };
260
261 sd: sdhc@5a400000 {
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900262 compatible = "socionext,uniphier-sd-v2.91";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900263 status = "disabled";
264 reg = <0x5a400000 0x200>;
265 interrupts = <0 76 4>;
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900266 pinctrl-names = "default", "uhs";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900267 pinctrl-0 = <&pinctrl_sd>;
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900268 pinctrl-1 = <&pinctrl_sd_uhs>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900269 clocks = <&mio_clk 0>;
270 reset-names = "host", "bridge";
271 resets = <&mio_rst 0>, <&mio_rst 3>;
272 bus-width = <4>;
273 cap-sd-highspeed;
274 sd-uhs-sdr12;
275 sd-uhs-sdr25;
276 sd-uhs-sdr50;
277 };
278
279 emmc: sdhc@5a500000 {
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900280 compatible = "socionext,uniphier-sd-v2.91";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900281 status = "disabled";
282 reg = <0x5a500000 0x200>;
283 interrupts = <0 78 4>;
Masahiro Yamada33aae6b2018-09-10 12:58:32 +0900284 pinctrl-names = "default";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900285 pinctrl-0 = <&pinctrl_emmc>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900286 clocks = <&mio_clk 1>;
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900287 reset-names = "host", "bridge", "hw";
288 resets = <&mio_rst 1>, <&mio_rst 4>, <&mio_rst 6>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900289 bus-width = <8>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900290 cap-mmc-highspeed;
291 cap-mmc-hw-reset;
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900292 non-removable;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900293 };
294
295 sd1: sdhc@5a600000 {
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900296 compatible = "socionext,uniphier-sd-v2.91";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900297 status = "disabled";
298 reg = <0x5a600000 0x200>;
299 interrupts = <0 85 4>;
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900300 pinctrl-names = "default";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900301 pinctrl-0 = <&pinctrl_sd1>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900302 clocks = <&mio_clk 2>;
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900303 reset-names = "host", "bridge";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900304 resets = <&mio_rst 2>, <&mio_rst 5>;
305 bus-width = <4>;
306 cap-sd-highspeed;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900307 };
308
309 usb2: usb@5a800100 {
310 compatible = "socionext,uniphier-ehci", "generic-ehci";
311 status = "disabled";
312 reg = <0x5a800100 0x100>;
313 interrupts = <0 80 4>;
314 pinctrl-names = "default";
315 pinctrl-0 = <&pinctrl_usb2>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900316 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 8>,
317 <&mio_clk 12>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900318 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>,
319 <&mio_rst 12>;
Masahiro Yamada46820e32018-03-15 11:43:03 +0900320 has-transaction-translator;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900321 };
322
323 usb3: usb@5a810100 {
324 compatible = "socionext,uniphier-ehci", "generic-ehci";
325 status = "disabled";
326 reg = <0x5a810100 0x100>;
327 interrupts = <0 81 4>;
328 pinctrl-names = "default";
329 pinctrl-0 = <&pinctrl_usb3>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900330 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 9>,
331 <&mio_clk 13>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900332 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>,
333 <&mio_rst 13>;
Masahiro Yamada46820e32018-03-15 11:43:03 +0900334 has-transaction-translator;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900335 };
336
Kunihiko Hayashi69b3d4e2018-05-11 18:49:14 +0900337 soc_glue: soc-glue@5f800000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900338 compatible = "socionext,uniphier-pro4-soc-glue",
339 "simple-mfd", "syscon";
340 reg = <0x5f800000 0x2000>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900341
342 pinctrl: pinctrl {
343 compatible = "socionext,uniphier-pro4-pinctrl";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900344 };
345 };
346
Masahiro Yamada46820e32018-03-15 11:43:03 +0900347 soc-glue@5f900000 {
348 compatible = "socionext,uniphier-pro4-soc-glue-debug",
349 "simple-mfd";
350 #address-cells = <1>;
351 #size-cells = <1>;
352 ranges = <0 0x5f900000 0x2000>;
353
354 efuse@100 {
355 compatible = "socionext,uniphier-efuse";
356 reg = <0x100 0x28>;
357 };
358
359 efuse@130 {
360 compatible = "socionext,uniphier-efuse";
361 reg = <0x130 0x8>;
362 };
363
364 efuse@200 {
365 compatible = "socionext,uniphier-efuse";
366 reg = <0x200 0x14>;
367 };
368 };
369
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900370 aidet: aidet@5fc20000 {
371 compatible = "socionext,uniphier-pro4-aidet";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900372 reg = <0x5fc20000 0x200>;
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900373 interrupt-controller;
374 #interrupt-cells = <2>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900375 };
376
377 timer@60000200 {
378 compatible = "arm,cortex-a9-global-timer";
379 reg = <0x60000200 0x20>;
380 interrupts = <1 11 0x304>;
381 clocks = <&arm_timer_clk>;
382 };
383
384 timer@60000600 {
385 compatible = "arm,cortex-a9-twd-timer";
386 reg = <0x60000600 0x20>;
387 interrupts = <1 13 0x304>;
388 clocks = <&arm_timer_clk>;
389 };
390
391 intc: interrupt-controller@60001000 {
392 compatible = "arm,cortex-a9-gic";
393 reg = <0x60001000 0x1000>,
394 <0x60000100 0x100>;
395 #interrupt-cells = <3>;
396 interrupt-controller;
397 };
398
399 sysctrl@61840000 {
400 compatible = "socionext,uniphier-pro4-sysctrl",
401 "simple-mfd", "syscon";
402 reg = <0x61840000 0x10000>;
403
404 sys_clk: clock {
405 compatible = "socionext,uniphier-pro4-clock";
406 #clock-cells = <1>;
407 };
408
409 sys_rst: reset {
410 compatible = "socionext,uniphier-pro4-reset";
411 #reset-cells = <1>;
412 };
413 };
414
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900415 eth: ethernet@65000000 {
416 compatible = "socionext,uniphier-pro4-ave4";
417 status = "disabled";
418 reg = <0x65000000 0x8500>;
419 interrupts = <0 66 4>;
420 pinctrl-names = "default";
421 pinctrl-0 = <&pinctrl_ether_rgmii>;
Kunihiko Hayashi3c0fa6c2018-05-11 18:49:16 +0900422 clock-names = "gio", "ether", "ether-gb", "ether-phy";
Kunihiko Hayashi28cd3d22018-05-11 18:49:15 +0900423 clocks = <&sys_clk 12>, <&sys_clk 6>, <&sys_clk 7>,
Masahiro Yamadae885c5a2018-06-19 16:11:46 +0900424 <&sys_clk 10>;
Kunihiko Hayashi3c0fa6c2018-05-11 18:49:16 +0900425 reset-names = "gio", "ether";
Kunihiko Hayashi28cd3d22018-05-11 18:49:15 +0900426 resets = <&sys_rst 12>, <&sys_rst 6>;
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900427 phy-mode = "rgmii";
428 local-mac-address = [00 00 00 00 00 00];
Kunihiko Hayashi69b3d4e2018-05-11 18:49:14 +0900429 socionext,syscon-phy-mode = <&soc_glue 0>;
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900430
431 mdio: mdio {
432 #address-cells = <1>;
433 #size-cells = <0>;
434 };
435 };
436
Masahiro Yamadacd622142016-12-05 18:31:39 +0900437 usb0: usb@65b00000 {
438 compatible = "socionext,uniphier-pro4-dwc3";
439 status = "disabled";
440 reg = <0x65b00000 0x1000>;
441 #address-cells = <1>;
442 #size-cells = <1>;
443 ranges;
444 pinctrl-names = "default";
445 pinctrl-0 = <&pinctrl_usb0>;
446 dwc3@65a00000 {
447 compatible = "snps,dwc3";
448 reg = <0x65a00000 0x10000>;
449 interrupts = <0 134 4>;
Masahiro Yamada3444d1d2017-08-13 09:01:17 +0900450 dr_mode = "host";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900451 tx-fifo-resize;
452 };
453 };
454
455 usb1: usb@65d00000 {
456 compatible = "socionext,uniphier-pro4-dwc3";
457 status = "disabled";
458 reg = <0x65d00000 0x1000>;
459 #address-cells = <1>;
460 #size-cells = <1>;
461 ranges;
462 pinctrl-names = "default";
463 pinctrl-0 = <&pinctrl_usb1>;
464 dwc3@65c00000 {
465 compatible = "snps,dwc3";
466 reg = <0x65c00000 0x10000>;
467 interrupts = <0 137 4>;
Masahiro Yamada3444d1d2017-08-13 09:01:17 +0900468 dr_mode = "host";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900469 tx-fifo-resize;
470 };
471 };
472
473 nand: nand@68000000 {
Masahiro Yamadaabb6ac22017-05-15 14:23:46 +0900474 compatible = "socionext,uniphier-denali-nand-v5a";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900475 status = "disabled";
476 reg-names = "nand_data", "denali_reg";
477 reg = <0x68000000 0x20>, <0x68100000 0x1000>;
478 interrupts = <0 65 4>;
479 pinctrl-names = "default";
480 pinctrl-0 = <&pinctrl_nand>;
481 clocks = <&sys_clk 2>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900482 resets = <&sys_rst 2>;
Masahiro Yamadad243c182015-08-28 22:33:13 +0900483 };
Masahiro Yamadaedcfaeb2015-06-30 18:27:00 +0900484 };
Masahiro Yamada8f062432015-12-16 10:54:07 +0900485};
Masahiro Yamadaedcfaeb2015-06-30 18:27:00 +0900486
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900487#include "uniphier-pinctrl.dtsi"