blob: ccadd817c064f498bd04c64c71c9dd4c452b8eca [file] [log] [blame]
Masahiro Yamadaedbecf52015-08-28 22:33:15 +09001/*
2 * Device Tree Source for UniPhier PH1-LD6b Reference Board
3 *
4 * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5 *
Masahiro Yamada1fe65d32015-09-22 00:27:41 +09006 * SPDX-License-Identifier: GPL-2.0+
Masahiro Yamadaedbecf52015-08-28 22:33:15 +09007 */
8
9/dts-v1/;
10/include/ "uniphier-ph1-ld6b.dtsi"
11/include/ "uniphier-ref-daughter.dtsi"
12
13/ {
14 model = "UniPhier PH1-LD6b Reference Board";
15 compatible = "socionext,ph1-ld6b-ref", "socionext,ph1-ld6b";
16
17 memory {
18 device_type = "memory";
19 reg = <0x80000000 0x80000000>;
20 };
21
22 chosen {
23 bootargs = "console=ttyS0,115200";
24 stdout-path = &serial0;
25 };
26
27 aliases {
28 serial0 = &serial0;
29 serial1 = &serial1;
30 serial2 = &serial2;
31 i2c0 = &i2c0;
32 i2c1 = &i2c1;
33 i2c2 = &i2c2;
34 i2c3 = &i2c3;
35 i2c4 = &i2c4;
36 i2c5 = &i2c5;
37 i2c6 = &i2c6;
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
Masahiro Yamadaa4e54cc2015-11-04 21:56:07 +090057&usb0 {
58 status = "okay";
59};
60
61&usb1 {
62 status = "okay";
63};
64
Masahiro Yamadaedbecf52015-08-28 22:33:15 +090065/* for U-boot only */
Masahiro Yamada0012d8f2015-09-11 20:17:41 +090066/ {
67 soc {
68 u-boot,dm-pre-reloc;
69 };
70};
71
Masahiro Yamadaedbecf52015-08-28 22:33:15 +090072&serial0 {
Masahiro Yamada0012d8f2015-09-11 20:17:41 +090073 u-boot,dm-pre-reloc;
74};
75
76&pinctrl {
77 u-boot,dm-pre-reloc;
78};
79
80&pinctrl_uart0 {
81 u-boot,dm-pre-reloc;
Masahiro Yamadaedbecf52015-08-28 22:33:15 +090082};