blob: 9dc929671ea33e39efd8641e21c6cf6244bc8aa3 [file] [log] [blame]
Masahiro Yamada230ce302014-12-06 00:03:24 +09001/*
2 * Device Tree Source for UniPhier PH1-sLD3 Reference Board
3 *
Masahiro Yamadaa7f2ecf2015-02-05 14:30:25 +09004 * Copyright (C) 2014-2015 Panasonic Corporation
Masahiro Yamada6462cde2015-03-11 15:54:46 +09005 * Copyright (C) 2015 Socionext Inc.
6 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada230ce302014-12-06 00:03:24 +09007 *
Masahiro Yamada13b2ba12015-06-30 18:27:01 +09008 * SPDX-License-Identifier: GPL-2.0+ X11
Masahiro Yamada230ce302014-12-06 00:03:24 +09009 */
10
11/dts-v1/;
12/include/ "uniphier-ph1-sld3.dtsi"
Masahiro Yamadaa7f2ecf2015-02-05 14:30:25 +090013/include/ "uniphier-ref-daughter.dtsi"
Masahiro Yamada230ce302014-12-06 00:03:24 +090014
15/ {
Masahiro Yamada6462cde2015-03-11 15:54:46 +090016 model = "UniPhier PH1-sLD3 Reference Board";
17 compatible = "socionext,ph1-sld3-ref", "socionext,ph1-sld3";
Masahiro Yamada230ce302014-12-06 00:03:24 +090018
19 memory {
20 device_type = "memory";
21 reg = <0x80000000 0x40000000>;
22 };
23
24 chosen {
25 bootargs = "console=ttyPS0,115200 earlyprintk";
26 stdout-path = &uart0;
27 };
28
29 aliases {
Masahiro Yamada490f55c2014-12-18 19:11:00 +090030 serial0 = &uart0;
31 serial1 = &uart1;
32 serial2 = &uart2;
Masahiro Yamada230ce302014-12-06 00:03:24 +090033 i2c0 = &i2c0;
34 i2c1 = &i2c1;
35 i2c2 = &i2c2;
36 i2c3 = &i2c3;
37 };
38};
39
40&uart0 {
41 status = "okay";
42};
43
44&uart1 {
45 status = "okay";
46};
47
48&i2c0 {
49 status = "okay";
Masahiro Yamada230ce302014-12-06 00:03:24 +090050};
51
52&usb0 {
53 status = "okay";
54};
55
56&usb1 {
57 status = "okay";
58};