]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/uniphier-ph1-ld4-ref.dts
Merge branch 'master' of git://git.denx.de/u-boot-usb
[people/ms/u-boot.git] / arch / arm / dts / uniphier-ph1-ld4-ref.dts
CommitLineData
509eb678
MY
1/*
2 * Device Tree Source for UniPhier PH1-LD4 Reference Board
3 *
f4e190e3 4 * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
509eb678 5 *
13b2ba1a 6 * SPDX-License-Identifier: GPL-2.0+ X11
509eb678
MY
7 */
8
9/dts-v1/;
10/include/ "uniphier-ph1-ld4.dtsi"
a7f2ecf5 11/include/ "uniphier-ref-daughter.dtsi"
509eb678
MY
12
13/ {
6462cded
MY
14 model = "UniPhier PH1-LD4 Reference Board";
15 compatible = "socionext,ph1-ld4-ref", "socionext,ph1-ld4";
509eb678
MY
16
17 memory {
18 device_type = "memory";
19 reg = <0x80000000 0x20000000>;
20 };
21
22 chosen {
b00543e5 23 stdout-path = "serial0:115200n8";
509eb678 24 };
f5fd7afc
MY
25
26 aliases {
d243c186
MY
27 serial0 = &serial0;
28 serial1 = &serial1;
29 serial2 = &serial2;
30 serial3 = &serial3;
f5fd7afc
MY
31 i2c0 = &i2c0;
32 i2c1 = &i2c1;
33 i2c2 = &i2c2;
34 i2c3 = &i2c3;
35 };
509eb678 36};
625177d2 37
d243c186 38&serial0 {
f5fd7afc 39 status = "okay";
625177d2
MY
40};
41
d243c186
MY
42&serial2 {
43 status = "okay";
44};
45
46&serial3 {
f5fd7afc
MY
47 status = "okay";
48};
49
50&i2c0 {
51 status = "okay";
625177d2 52};
149c751d
MY
53
54&usb0 {
f5fd7afc 55 status = "okay";
149c751d
MY
56};
57
58&usb1 {
f5fd7afc 59 status = "okay";
149c751d 60};
f4e190e3
MY
61
62/* for U-boot only */
b25c4ab5
MY
63/ {
64 soc {
65 u-boot,dm-pre-reloc;
66 };
67};
68
d243c186 69&serial0 {
b25c4ab5
MY
70 u-boot,dm-pre-reloc;
71};
72
73&pinctrl {
74 u-boot,dm-pre-reloc;
75};
76
77&pinctrl_uart0 {
78 u-boot,dm-pre-reloc;
f4e190e3 79};