phy: marvell: a3700: Convert to official DT bindings in COMPHY driver
[platform/kernel/u-boot.git] / arch / arm / dts / armada-3720-espressobin.dts
1 /*
2  * Device Tree file for Marvell Armada 3720 community board
3  * (ESPRESSOBin)
4  * Copyright (C) 2016 Marvell
5  *
6  * Gregory CLEMENT <gregory.clement@free-electrons.com>
7  * Konstantin Porotchkin <kostap@marvell.com>
8  *
9  * This file is dual-licensed: you can use it either under the terms
10  * of the GPL or the X11 license, at your option. Note that this dual
11  * licensing only applies to this file, and not this project as a
12  * whole.
13  *
14  *  a) This file is free software; you can redistribute it and/or
15  *     modify it under the terms of the GNU General Public License as
16  *     published by the Free Software Foundation; either version 2 of the
17  *     License, or (at your option) any later version.
18  *
19  *     This file is distributed in the hope that it will be useful
20  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
21  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  *     GNU General Public License for more details.
23  *
24  * Or, alternatively
25  *
26  *  b) Permission is hereby granted, free of charge, to any person
27  *     obtaining a copy of this software and associated documentation
28  *     files (the "Software"), to deal in the Software without
29  *     restriction, including without limitation the rights to use
30  *     copy, modify, merge, publish, distribute, sublicense, and/or
31  *     sell copies of the Software, and to permit persons to whom the
32  *     Software is furnished to do so, subject to the following
33  *     conditions:
34  *
35  *     The above copyright notice and this permission notice shall be
36  *     included in all copies or substantial portions of the Software.
37  *
38  *     THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND
39  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
40  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
41  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
42  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
43  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
44  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45  *     OTHER DEALINGS IN THE SOFTWARE.
46  */
47
48 /dts-v1/;
49
50 #include "armada-372x.dtsi"
51
52 / {
53         model = "Globalscale Marvell ESPRESSOBin Board";
54         compatible = "globalscale,espressobin", "marvell,armada3720", "marvell,armada3710";
55
56         chosen {
57                 stdout-path = "serial0:115200n8";
58         };
59
60         aliases {
61                 ethernet0 = &eth0;
62                 i2c0 = &i2c0;
63                 spi0 = &spi0;
64         };
65
66         memory {
67                 device_type = "memory";
68                 reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
69         };
70
71         vcc_sd_reg0: regulator@0 {
72                 compatible = "regulator-gpio";
73                 regulator-name = "vcc_sd0";
74                 regulator-min-microvolt = <1800000>;
75                 regulator-max-microvolt = <3300000>;
76                 regulator-type = "voltage";
77                 states = <1800000 0x1
78                           3300000 0x0>;
79                 gpios = <&gpionb 4 GPIO_ACTIVE_HIGH>;
80         };
81 };
82
83 &eth0 {
84         status = "okay";
85         pinctrl-names = "default";
86         pinctrl-0 = <&rgmii_pins>, <&smi_pins>;
87         phy-mode = "rgmii";
88         phy_addr = <0x1>;
89         fixed-link {
90                 speed = <1000>;
91                 full-duplex;
92         };
93 };
94
95 &i2c0 {
96         pinctrl-names = "default";
97         pinctrl-0 = <&i2c1_pins>;
98         status = "okay";
99 };
100
101 /* CON3 */
102 &sata {
103         status = "okay";
104         phys = <&comphy2 0>;
105 };
106
107 &sdhci0 {
108         pinctrl-names = "default";
109         pinctrl-0 = <&sdio_pins>;
110         bus-width = <4>;
111         cd-gpios = <&gpionb 3 GPIO_ACTIVE_LOW>;
112         vqmmc-supply = <&vcc_sd_reg0>;
113         status = "okay";
114 };
115
116 /* U11 */
117 &sdhci1 {
118         non-removable;
119         bus-width = <8>;
120         mmc-ddr-1_8v;
121         mmc-hs400-1_8v;
122         marvell,xenon-emmc;
123         marvell,xenon-tun-count = <9>;
124         marvell,pad-type = "fixed-1-8v";
125
126         pinctrl-names = "default";
127         pinctrl-0 = <&mmc_pins>;
128         status = "okay";
129
130         #address-cells = <1>;
131         #size-cells = <0>;
132         mmccard: mmccard@0 {
133                 compatible = "mmc-card";
134                 reg = <0>;
135         };
136 };
137
138 &spi0 {
139         status = "okay";
140         pinctrl-names = "default";
141         pinctrl-0 = <&spi_quad_pins>;
142
143         spi-flash@0 {
144                 #address-cells = <1>;
145                 #size-cells = <1>;
146                 compatible = "st,m25p128", "jedec,spi-nor";
147                 reg = <0>; /* Chip select 0 */
148                 spi-max-frequency = <50000000>;
149                 m25p,fast-read;
150
151 #ifdef CONFIG_ENV_IS_IN_SPI_FLASH
152                 partitions {
153                         compatible = "fixed-partitions";
154                         #address-cells = <1>;
155                         #size-cells = <1>;
156
157                         partition@firmware {
158                                 reg = <0 CONFIG_ENV_OFFSET>;
159                                 label = "firmware";
160                         };
161
162                         partition@u-boot-env {
163                                 reg = <CONFIG_ENV_OFFSET CONFIG_ENV_SIZE>;
164                                 label = "u-boot-env";
165                         };
166                 };
167 #endif
168         };
169 };
170
171 /* Exported on the micro USB connector CON32 through an FTDI */
172 &uart0 {
173         pinctrl-names = "default";
174         pinctrl-0 = <&uart1_pins>;
175         status = "okay";
176 };
177
178 /* CON29 */
179 &usb2 {
180         status = "okay";
181 };
182
183 /* CON31 */
184 &usb3 {
185         status = "okay";
186         phys = <&comphy0 0>;
187 };
188
189 &pcie0 {
190         pinctrl-names = "default";
191         pinctrl-0 = <&pcie_pins>;
192         reset-gpios = <&gpiosb 3 GPIO_ACTIVE_LOW>;
193         status = "okay";
194         phys = <&comphy1 0>;
195 };