]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/uniphier-ph1-pro4-ref.dts
Merge git://git.denx.de/u-boot-net
[u-boot] / arch / arm / dts / uniphier-ph1-pro4-ref.dts
1 /*
2  * Device Tree Source for UniPhier PH1-Pro4 Reference Board
3  *
4  * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5  *
6  * SPDX-License-Identifier:     GPL-2.0+        X11
7  */
8
9 /dts-v1/;
10 /include/ "uniphier-ph1-pro4.dtsi"
11 /include/ "uniphier-ref-daughter.dtsi"
12
13 / {
14         model = "UniPhier PH1-Pro4 Reference Board";
15         compatible = "socionext,ph1-pro4-ref", "socionext,ph1-pro4";
16
17         memory {
18                 device_type = "memory";
19                 reg = <0x80000000 0x40000000>;
20         };
21
22         chosen {
23                 stdout-path = "serial0:115200n8";
24         };
25
26         aliases {
27                 serial0 = &serial0;
28                 serial1 = &serial1;
29                 serial2 = &serial2;
30                 serial3 = &serial3;
31                 i2c0 = &i2c0;
32                 i2c1 = &i2c1;
33                 i2c2 = &i2c2;
34                 i2c3 = &i2c3;
35                 i2c5 = &i2c5;
36                 i2c6 = &i2c6;
37                 usb0 = &usb0;
38         };
39 };
40
41 &serial0 {
42         status = "okay";
43 };
44
45 &serial1 {
46         status = "okay";
47 };
48
49 &serial2 {
50         status = "okay";
51 };
52
53 &i2c0 {
54         status = "okay";
55 };
56
57 &usb0 {
58         status = "okay";
59 };
60
61 &usb2 {
62         status = "okay";
63 };
64
65 &usb3 {
66         status = "okay";
67 };
68
69 /* for U-boot only */
70 / {
71         soc {
72                 u-boot,dm-pre-reloc;
73         };
74 };
75
76 &serial0 {
77         u-boot,dm-pre-reloc;
78 };
79
80 &pinctrl {
81         u-boot,dm-pre-reloc;
82 };
83
84 &pinctrl_uart0 {
85         u-boot,dm-pre-reloc;
86 };