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