blob: 2406bfcadb711b8f44562934e5115855bd8a8331 [file] [log] [blame]
Masahiro Yamada230ce302014-12-06 00:03:24 +09001/*
2 * Device Tree Source for UniPhier PH1-sLD3 Reference Board
3 *
Masahiro Yamadaf4e190e2015-08-28 20:13:18 +09004 * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada230ce302014-12-06 00:03:24 +09005 *
Masahiro Yamada13b2ba12015-06-30 18:27:01 +09006 * SPDX-License-Identifier: GPL-2.0+ X11
Masahiro Yamada230ce302014-12-06 00:03:24 +09007 */
8
9/dts-v1/;
10/include/ "uniphier-ph1-sld3.dtsi"
Masahiro Yamadaa7f2ecf2015-02-05 14:30:25 +090011/include/ "uniphier-ref-daughter.dtsi"
Masahiro Yamada230ce302014-12-06 00:03:24 +090012
13/ {
Masahiro Yamada6462cde2015-03-11 15:54:46 +090014 model = "UniPhier PH1-sLD3 Reference Board";
15 compatible = "socionext,ph1-sld3-ref", "socionext,ph1-sld3";
Masahiro Yamada230ce302014-12-06 00:03:24 +090016
17 memory {
18 device_type = "memory";
19 reg = <0x80000000 0x40000000>;
20 };
21
22 chosen {
23 bootargs = "console=ttyPS0,115200 earlyprintk";
24 stdout-path = &uart0;
25 };
26
27 aliases {
Masahiro Yamada490f55c2014-12-18 19:11:00 +090028 serial0 = &uart0;
29 serial1 = &uart1;
30 serial2 = &uart2;
Masahiro Yamada230ce302014-12-06 00:03:24 +090031 i2c0 = &i2c0;
32 i2c1 = &i2c1;
33 i2c2 = &i2c2;
34 i2c3 = &i2c3;
35 };
36};
37
38&uart0 {
39 status = "okay";
40};
41
42&uart1 {
43 status = "okay";
44};
45
46&i2c0 {
47 status = "okay";
Masahiro Yamada230ce302014-12-06 00:03:24 +090048};
49
50&usb0 {
51 status = "okay";
52};
53
54&usb1 {
55 status = "okay";
56};
Masahiro Yamadaf4e190e2015-08-28 20:13:18 +090057
58/* for U-boot only */
59&uart0 {
60 u-boot,dm-pre-reloc;
61};