]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/uniphier-ph1-pro4-ref.dts
ARM: tegra: rename colibri_t20 board/configuration/device-tree
[people/ms/u-boot.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 * Copyright (C) 2015 Socionext Inc.
6 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
7 *
8 * SPDX-License-Identifier: GPL-2.0+
9 */
10
11 /dts-v1/;
12 /include/ "uniphier-ph1-pro4.dtsi"
13 /include/ "uniphier-ref-daughter.dtsi"
14
15 / {
16 model = "UniPhier PH1-Pro4 Reference Board";
17 compatible = "socionext,ph1-pro4-ref", "socionext,ph1-pro4";
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 serial3 = &uart3;
34 i2c0 = &i2c0;
35 i2c1 = &i2c1;
36 i2c2 = &i2c2;
37 i2c3 = &i2c3;
38 i2c5 = &i2c5;
39 i2c6 = &i2c6;
40 usb0 = &usb0;
41 };
42 };
43
44 &uart0 {
45 status = "okay";
46 };
47
48 &uart1 {
49 status = "okay";
50 };
51
52 &i2c0 {
53 status = "okay";
54 };
55
56 &usb0 {
57 status = "okay";
58 };