]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/uniphier-ph1-ld4-ref.dts
am33xx: Update DT files, add am335x_gp_evm_config target
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-ld4-ref.dts
1 /*
2  * Device Tree Source for UniPhier PH1-LD4 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-ld4.dtsi"
13 /include/ "uniphier-ref-daughter.dtsi"
14
15 / {
16         model = "UniPhier PH1-LD4 Reference Board";
17         compatible = "socionext,ph1-ld4-ref", "socionext,ph1-ld4";
18
19         memory {
20                 device_type = "memory";
21                 reg = <0x80000000 0x20000000>;
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                 serial3 = &uart3;
34                 i2c0 = &i2c0;
35                 i2c1 = &i2c1;
36                 i2c2 = &i2c2;
37                 i2c3 = &i2c3;
38         };
39 };
40
41 &uart0 {
42         status = "okay";
43 };
44
45 &uart1 {
46         status = "okay";
47 };
48
49 &i2c0 {
50         status = "okay";
51 };
52
53 &usb0 {
54         status = "okay";
55 };
56
57 &usb1 {
58         status = "okay";
59 };