]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/uniphier-ph1-sld8-ref.dts
ARM: uniphier: enable SPL_OF_CONTROL
[people/ms/u-boot.git] / arch / arm / dts / uniphier-ph1-sld8-ref.dts
CommitLineData
509eb678
MY
1/*
2 * Device Tree Source for UniPhier PH1-sLD8 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-sld8.dtsi"
a7f2ecf5 11/include/ "uniphier-ref-daughter.dtsi"
509eb678
MY
12
13/ {
6462cded
MY
14 model = "UniPhier PH1-sLD8 Reference Board";
15 compatible = "socionext,ph1-sld8-ref", "socionext,ph1-sld8";
509eb678
MY
16
17 memory {
18 device_type = "memory";
19 reg = <0x80000000 0x20000000>;
20 };
21
22 chosen {
23 bootargs = "console=ttyPS0,115200 earlyprintk";
625177d2 24 stdout-path = &uart0;
509eb678 25 };
f5fd7afc
MY
26
27 aliases {
490f55c4
MY
28 serial0 = &uart0;
29 serial1 = &uart1;
30 serial2 = &uart2;
31 serial3 = &uart3;
f5fd7afc
MY
32 i2c0 = &i2c0;
33 i2c1 = &i2c1;
34 i2c2 = &i2c2;
35 i2c3 = &i2c3;
36 };
509eb678 37};
625177d2
MY
38
39&uart0 {
f5fd7afc 40 status = "okay";
625177d2
MY
41};
42
43&uart1 {
f5fd7afc
MY
44 status = "okay";
45};
46
47&i2c0 {
48 status = "okay";
625177d2 49};
149c751d
MY
50
51&usb0 {
f5fd7afc 52 status = "okay";
149c751d
MY
53};
54
55&usb1 {
f5fd7afc 56 status = "okay";
149c751d 57};
f4e190e3
MY
58
59/* for U-boot only */
60&uart0 {
61 u-boot,dm-pre-reloc;
62};