blob: cbdc3ebbffaeebfe1cd852a0da670c1d4d4f9886 [file] [log] [blame]
Masahiro Yamada28f40d42015-09-22 00:27:40 +09001/*
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 {
Masahiro Yamadab00543e2015-12-17 15:05:01 +090022 stdout-path = "serial1:115200n8";
Masahiro Yamada28f40d42015-09-22 00:27:40 +090023 };
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
Masahiro Yamada2610b132015-11-04 21:56:07 +090046&usb1 {
47 status = "okay";
48};
49
Masahiro Yamadac7f94ee2016-02-18 19:52:50 +090050&emmc {
51 status = "okay";
52};
53
54&sd {
55 status = "okay";
56};
57
Bin Menga1875592016-02-05 19:30:11 -080058/* for U-Boot only */
Masahiro Yamada28f40d42015-09-22 00:27:40 +090059/ {
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};