]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/uniphier-ph1-pro4-ref.dts
5bec92b8f30c6ad050742dda1b01a9af9d76a227
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-pro4-ref.dts
1 /*
2  * Device Tree Source for UniPhier PH1-Pro4 Reference Board
3  *
4  * Copyright (C) 2014-2015 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-pro4.dtsi"
12 /include/ "uniphier-ref-daughter.dtsi"
13
14 / {
15         model = "Panasonic UniPhier PH1-Pro4 Reference Board";
16         compatible = "panasonic,ph1-pro4-ref", "panasonic,ph1-pro4";
17
18         memory {
19                 device_type = "memory";
20                 reg = <0x80000000 0x40000000>;
21         };
22
23         chosen {
24                 bootargs = "console=ttyPS0,115200 earlyprintk";
25                 stdout-path = &uart0;
26         };
27
28         aliases {
29                 serial0 = &uart0;
30                 serial1 = &uart1;
31                 serial2 = &uart2;
32                 serial3 = &uart3;
33                 i2c0 = &i2c0;
34                 i2c1 = &i2c1;
35                 i2c2 = &i2c2;
36                 i2c3 = &i2c3;
37                 i2c5 = &i2c5;
38                 i2c6 = &i2c6;
39                 usb0 = &usb0;
40         };
41 };
42
43 &uart0 {
44         status = "okay";
45 };
46
47 &uart1 {
48         status = "okay";
49 };
50
51 &i2c0 {
52         status = "okay";
53 };
54
55 &usb0 {
56         status = "okay";
57 };