blob: fefc592589e80735dde855a4aab238ff388bdd41 [file] [log] [blame]
Masahiro Yamada230ce302014-12-06 00:03:24 +09001/*
2 * Device Tree Source for UniPhier PH1-sLD3 Reference Board
3 *
4 * Copyright (C) 2014 Panasonic Corporation
5 * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10/dts-v1/;
11/include/ "uniphier-ph1-sld3.dtsi"
12
13/ {
14 model = "Panasonic UniPhier PH1-sLD3 Reference Board";
15 compatible = "panasonic,ph1-sld3-ref", "panasonic,ph1-sld3";
16
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";
48 eeprom {
49 compatible = "i2c-eeprom";
50 reg = <0x50>;
51 };
52};
53
54&usb0 {
55 status = "okay";
56};
57
58&usb1 {
59 status = "okay";
60};