]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/uniphier-ph1-sld3-ref.dts
116e571e4e4cf83771790389e8ecb87f09604e89
[people/ms/u-boot.git] / arch / arm / dts / uniphier-ph1-sld3-ref.dts
1 /*
2 * Device Tree Source for UniPhier PH1-sLD3 Reference Board
3 *
4 * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0+ X11
7 */
8
9 /dts-v1/;
10 /include/ "uniphier-ph1-sld3.dtsi"
11 /include/ "uniphier-ref-daughter.dtsi"
12 /include/ "uniphier-support-card.dtsi"
13
14 / {
15 model = "UniPhier PH1-sLD3 Reference Board";
16 compatible = "socionext,ph1-sld3-ref", "socionext,ph1-sld3";
17
18 memory {
19 device_type = "memory";
20 reg = <0x80000000 0x20000000
21 0xc0000000 0x20000000>;
22 };
23
24 chosen {
25 stdout-path = "serial0:115200n8";
26 };
27
28 aliases {
29 serial0 = &serial0;
30 serial1 = &serial1;
31 serial2 = &serial2;
32 i2c0 = &i2c0;
33 i2c1 = &i2c1;
34 i2c2 = &i2c2;
35 i2c3 = &i2c3;
36 i2c4 = &i2c4;
37 };
38 };
39
40 &ethsc {
41 interrupts = <0 49 4>;
42 };
43
44 &serial0 {
45 status = "okay";
46 };
47
48 &serial1 {
49 status = "okay";
50 };
51
52 &serial2 {
53 status = "okay";
54 };
55
56 &i2c0 {
57 status = "okay";
58 };
59
60 &emmc {
61 status = "okay";
62 };
63
64 &sd {
65 status = "okay";
66 };
67
68 &usb0 {
69 status = "okay";
70 };
71
72 &usb1 {
73 status = "okay";
74 };
75
76 &usb2 {
77 status = "okay";
78 };
79
80 &usb3 {
81 status = "okay";
82 };
83
84 /* for U-Boot only */
85 &serial0 {
86 u-boot,dm-pre-reloc;
87 };
88
89 &emmc {
90 u-boot,dm-pre-reloc;
91 };
92
93 &pinctrl_uart0 {
94 u-boot,dm-pre-reloc;
95 };
96
97 &pinctrl_emmc {
98 u-boot,dm-pre-reloc;
99 };