]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/uniphier-ph1-pro5-4kbox.dts
cbdc3ebbffaeebfe1cd852a0da670c1d4d4f9886
[u-boot] / arch / arm / dts / uniphier-ph1-pro5-4kbox.dts
1 /*
2  * Device Tree Source for UniPhier PH1-Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
3  *
4  * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 /dts-v1/;
10 /include/ "uniphier-ph1-pro5.dtsi"
11
12 / {
13         model = "UniPhier PH1-Pro5 4KBOX Board";
14         compatible = "socionext,ph1-pro5-4kbox", "socionext,ph1-pro5";
15
16         memory {
17                 device_type = "memory";
18                 reg = <0x80000000 0x40000000>;
19         };
20
21         chosen {
22                 stdout-path = "serial1:115200n8";
23         };
24
25         aliases {
26                 serial1 = &serial1;
27                 serial2 = &serial2;
28                 i2c0 = &i2c0;
29                 i2c5 = &i2c5;
30                 i2c6 = &i2c6;
31         };
32 };
33
34 &serial1 {
35         status = "okay";
36 };
37
38 &serial2 {
39         status = "okay";
40 };
41
42 &i2c0 {
43         status = "okay";
44 };
45
46 &usb1 {
47         status = "okay";
48 };
49
50 &emmc {
51         status = "okay";
52 };
53
54 &sd {
55         status = "okay";
56 };
57
58 /* for U-Boot only */
59 / {
60         soc {
61                 u-boot,dm-pre-reloc;
62         };
63 };
64
65 &serial1 {
66         u-boot,dm-pre-reloc;
67 };
68
69 &pinctrl {
70         u-boot,dm-pre-reloc;
71 };
72
73 &pinctrl_uart1 {
74         u-boot,dm-pre-reloc;
75 };