]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/uniphier-ph1-sld3-ref.dts
9dc929671ea33e39efd8641e21c6cf6244bc8aa3
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-sld3-ref.dts
1 /*
2  * Device Tree Source for UniPhier PH1-sLD3 Reference Board
3  *
4  * Copyright (C) 2014-2015 Panasonic Corporation
5  * Copyright (C) 2015      Socionext Inc.
6  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
7  *
8  * SPDX-License-Identifier:     GPL-2.0+        X11
9  */
10
11 /dts-v1/;
12 /include/ "uniphier-ph1-sld3.dtsi"
13 /include/ "uniphier-ref-daughter.dtsi"
14
15 / {
16         model = "UniPhier PH1-sLD3 Reference Board";
17         compatible = "socionext,ph1-sld3-ref", "socionext,ph1-sld3";
18
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 {
30                 serial0 = &uart0;
31                 serial1 = &uart1;
32                 serial2 = &uart2;
33                 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";
50 };
51
52 &usb0 {
53         status = "okay";
54 };
55
56 &usb1 {
57         status = "okay";
58 };