]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/uniphier-ph1-pro4-ref.dts
Merge branch 'master' of git://git.denx.de/u-boot-usb
[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 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
13 / {
14         model = "Panasonic UniPhier PH1-Pro4 Reference Board";
15         compatible = "panasonic,ph1-pro4-ref", "panasonic,ph1-pro4";
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 {
28                 uart0 = &uart0;
29                 uart1 = &uart1;
30                 uart2 = &uart2;
31                 uart3 = &uart3;
32                 i2c0 = &i2c0;
33                 i2c1 = &i2c1;
34                 i2c2 = &i2c2;
35                 i2c3 = &i2c3;
36                 i2c5 = &i2c5;
37                 i2c6 = &i2c6;
38         };
39 };
40
41 &uart0 {
42         status = "okay";
43 };
44
45 &uart1 {
46         status = "okay";
47 };
48
49 &i2c0 {
50         status = "okay";
51         eeprom {
52                 compatible = "i2c-eeprom";
53                 reg = <0x50>;
54         };
55 };
56
57 &usb0 {
58         status = "okay";
59 };
60
61 &usb1 {
62         status = "okay";
63 };