blob: 912bc27beaabfb8619fe59cb81c05429113509d8 [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 {
22 bootargs = "console=ttyS1,115200";
23 stdout-path = &serial1;
24 };
25
26 aliases {
27 serial1 = &serial1;
28 serial2 = &serial2;
29 i2c0 = &i2c0;
30 i2c5 = &i2c5;
31 i2c6 = &i2c6;
32 };
33};
34
35&serial1 {
36 status = "okay";
37};
38
39&serial2 {
40 status = "okay";
41};
42
43&i2c0 {
44 status = "okay";
45};
46
47/* for U-boot only */
48/ {
49 soc {
50 u-boot,dm-pre-reloc;
51 };
52};
53
54&serial1 {
55 u-boot,dm-pre-reloc;
56};
57
58&pinctrl {
59 u-boot,dm-pre-reloc;
60};
61
62&pinctrl_uart1 {
63 u-boot,dm-pre-reloc;
64};