blob: d46e827280992aa01dee616a611cf16b8546e16e [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 Yamada28f40d42015-09-22 00:27:40 +090050/* for U-boot only */
51/ {
52 soc {
53 u-boot,dm-pre-reloc;
54 };
55};
56
57&serial1 {
58 u-boot,dm-pre-reloc;
59};
60
61&pinctrl {
62 u-boot,dm-pre-reloc;
63};
64
65&pinctrl_uart1 {
66 u-boot,dm-pre-reloc;
67};