blob: e984ce6bb33f0742e61c4815dabf50175e27a9e8 [file] [log] [blame]
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +02001/*
2 * Device Tree Include file for Marvell Armada 370 and Armada XP SoC
3 *
4 * Copyright (C) 2012 Marvell
5 *
6 * Lior Amsalem <alior@marvell.com>
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 * Ben Dooks <ben.dooks@codethink.co.uk>
10 *
11 * This file is licensed under the terms of the GNU General Public
12 * License version 2. This program is licensed "as is" without any
13 * warranty of any kind, whether express or implied.
14 *
15 * This file contains the definitions that are common to the Armada
16 * 370 and Armada XP SoC.
17 */
18
Gregory CLEMENT74898362013-04-12 16:29:10 +020019/include/ "skeleton64.dtsi"
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020020
Ezequiel Garcia5e12a612013-07-26 10:17:57 -030021#define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
22
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020023/ {
24 model = "Marvell Armada 370 and XP SoC";
Thomas Petazzoni92ece1c2012-11-09 16:29:17 +010025 compatible = "marvell,armada-370-xp";
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020026
Willy Tarreaube5a9382013-06-03 18:47:36 +020027 aliases {
28 eth0 = &eth0;
29 eth1 = &eth1;
30 };
31
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020032 cpus {
Lorenzo Pieralisi7a7ed292013-04-18 18:29:34 +010033 #address-cells = <1>;
34 #size-cells = <0>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020035 cpu@0 {
36 compatible = "marvell,sheeva-v7";
Lorenzo Pieralisi7a7ed292013-04-18 18:29:34 +010037 device_type = "cpu";
38 reg = <0>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020039 };
40 };
41
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020042 soc {
Ezequiel Garcia5e12a612013-07-26 10:17:57 -030043 #address-cells = <2>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020044 #size-cells = <1>;
Ezequiel Garcia5e12a612013-07-26 10:17:57 -030045 controller = <&mbusc>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020046 interrupt-parent = <&mpic>;
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -030047 pcie-mem-aperture = <0xe0000000 0x8000000>;
48 pcie-io-aperture = <0xe8000000 0x100000>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020049
Ezequiel Garciade1af8d2013-07-26 10:17:59 -030050 devbus-bootcs {
51 compatible = "marvell,mvebu-devbus";
52 reg = <MBUS_ID(0xf0, 0x01) 0x10400 0x8>;
53 ranges = <0 MBUS_ID(0x01, 0x2f) 0 0xffffffff>;
54 #address-cells = <1>;
55 #size-cells = <1>;
56 clocks = <&coreclk 0>;
57 status = "disabled";
58 };
59
60 devbus-cs0 {
61 compatible = "marvell,mvebu-devbus";
62 reg = <MBUS_ID(0xf0, 0x01) 0x10408 0x8>;
63 ranges = <0 MBUS_ID(0x01, 0x3e) 0 0xffffffff>;
64 #address-cells = <1>;
65 #size-cells = <1>;
66 clocks = <&coreclk 0>;
67 status = "disabled";
68 };
69
70 devbus-cs1 {
71 compatible = "marvell,mvebu-devbus";
72 reg = <MBUS_ID(0xf0, 0x01) 0x10410 0x8>;
73 ranges = <0 MBUS_ID(0x01, 0x3d) 0 0xffffffff>;
74 #address-cells = <1>;
75 #size-cells = <1>;
76 clocks = <&coreclk 0>;
77 status = "disabled";
78 };
79
80 devbus-cs2 {
81 compatible = "marvell,mvebu-devbus";
82 reg = <MBUS_ID(0xf0, 0x01) 0x10418 0x8>;
83 ranges = <0 MBUS_ID(0x01, 0x3b) 0 0xffffffff>;
84 #address-cells = <1>;
85 #size-cells = <1>;
86 clocks = <&coreclk 0>;
87 status = "disabled";
88 };
89
90 devbus-cs3 {
91 compatible = "marvell,mvebu-devbus";
92 reg = <MBUS_ID(0xf0, 0x01) 0x10420 0x8>;
93 ranges = <0 MBUS_ID(0x01, 0x37) 0 0xffffffff>;
94 #address-cells = <1>;
95 #size-cells = <1>;
96 clocks = <&coreclk 0>;
97 status = "disabled";
98 };
99
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200100 internal-regs {
101 compatible = "simple-bus";
102 #address-cells = <1>;
103 #size-cells = <1>;
Ezequiel Garcia5e12a612013-07-26 10:17:57 -0300104 ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
105
106 mbusc: mbus-controller@20000 {
107 compatible = "marvell,mbus-controller";
108 reg = <0x20000 0x100>, <0x20180 0x20>;
109 };
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200110
111 mpic: interrupt-controller@20000 {
Gregory CLEMENT82a68262013-04-12 16:29:08 +0200112 compatible = "marvell,mpic";
113 #interrupt-cells = <1>;
114 #size-cells = <1>;
115 interrupt-controller;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200116 };
Thomas Petazzonib18ea4d2013-04-12 16:29:07 +0200117
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200118 coherency-fabric@20200 {
Gregory CLEMENT82a68262013-04-12 16:29:08 +0200119 compatible = "marvell,coherency-fabric";
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200120 reg = <0x20200 0xb0>, <0x21810 0x1c>;
121 };
Thomas Petazzonib18ea4d2013-04-12 16:29:07 +0200122
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200123 serial@12000 {
Gregory CLEMENTb24212f2012-12-04 18:04:59 +0100124 compatible = "snps,dw-apb-uart";
Gregory CLEMENT82a68262013-04-12 16:29:08 +0200125 reg = <0x12000 0x100>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +0200126 reg-shift = <2>;
127 interrupts = <41>;
Heikki Krogeruse3661542013-03-06 11:23:33 +0100128 reg-io-width = <1>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +0200129 status = "disabled";
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200130 };
131 serial@12100 {
Gregory CLEMENTb24212f2012-12-04 18:04:59 +0100132 compatible = "snps,dw-apb-uart";
Gregory CLEMENT82a68262013-04-12 16:29:08 +0200133 reg = <0x12100 0x100>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +0200134 reg-shift = <2>;
135 interrupts = <42>;
Heikki Krogeruse3661542013-03-06 11:23:33 +0100136 reg-io-width = <1>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +0200137 status = "disabled";
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200138 };
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +0200139
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200140 timer@20300 {
141 compatible = "marvell,armada-370-xp-timer";
142 reg = <0x20300 0x30>, <0x21040 0x30>;
143 interrupts = <37>, <38>, <39>, <40>, <5>, <6>;
144 clocks = <&coreclk 2>;
145 };
Thomas Petazzoni5b40bae2012-09-11 14:27:30 +0200146
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200147 sata@a0000 {
148 compatible = "marvell,orion-sata";
Thomas Petazzoni911492de2013-05-21 12:33:26 +0200149 reg = <0xa0000 0x5000>;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200150 interrupts = <55>;
151 clocks = <&gateclk 15>, <&gateclk 30>;
152 clock-names = "0", "1";
153 status = "disabled";
154 };
Gregory CLEMENTa6a6de12012-10-26 14:30:47 +0200155
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200156 mdio {
157 #address-cells = <1>;
158 #size-cells = <0>;
159 compatible = "marvell,orion-mdio";
160 reg = <0x72004 0x4>;
161 };
Thomas Petazzoni323c1012012-09-04 15:06:43 +0200162
Willy Tarreaube5a9382013-06-03 18:47:36 +0200163 eth0: ethernet@70000 {
Thomas Petazzoni323c1012012-09-04 15:06:43 +0200164 compatible = "marvell,armada-370-neta";
Thomas Petazzonicf8088c2013-05-21 12:33:27 +0200165 reg = <0x70000 0x4000>;
Thomas Petazzoni323c1012012-09-04 15:06:43 +0200166 interrupts = <8>;
Thomas Petazzoni4aa935a2012-11-19 14:18:09 +0100167 clocks = <&gateclk 4>;
Thomas Petazzoni323c1012012-09-04 15:06:43 +0200168 status = "disabled";
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200169 };
Thomas Petazzoni323c1012012-09-04 15:06:43 +0200170
Willy Tarreaube5a9382013-06-03 18:47:36 +0200171 eth1: ethernet@74000 {
Thomas Petazzoni323c1012012-09-04 15:06:43 +0200172 compatible = "marvell,armada-370-neta";
Thomas Petazzonicf8088c2013-05-21 12:33:27 +0200173 reg = <0x74000 0x4000>;
Thomas Petazzoni323c1012012-09-04 15:06:43 +0200174 interrupts = <10>;
Thomas Petazzoni4aa935a2012-11-19 14:18:09 +0100175 clocks = <&gateclk 3>;
Thomas Petazzoni323c1012012-09-04 15:06:43 +0200176 status = "disabled";
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200177 };
Nobuhiro Iwamatsu539eb5b2012-10-30 19:41:23 +0900178
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200179 i2c0: i2c@11000 {
180 compatible = "marvell,mv64xxx-i2c";
181 reg = <0x11000 0x20>;
182 #address-cells = <1>;
183 #size-cells = <0>;
184 interrupts = <31>;
185 timeout-ms = <1000>;
186 clocks = <&coreclk 0>;
187 status = "disabled";
188 };
Nobuhiro Iwamatsu539eb5b2012-10-30 19:41:23 +0900189
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200190 i2c1: i2c@11100 {
191 compatible = "marvell,mv64xxx-i2c";
192 reg = <0x11100 0x20>;
193 #address-cells = <1>;
194 #size-cells = <0>;
195 interrupts = <32>;
196 timeout-ms = <1000>;
197 clocks = <&coreclk 0>;
198 status = "disabled";
199 };
Gregory CLEMENT0db98542012-12-12 10:06:24 +0100200
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200201 rtc@10300 {
202 compatible = "marvell,orion-rtc";
203 reg = <0x10300 0x20>;
204 interrupts = <50>;
205 };
Thomas Petazzoni42bb5312012-12-21 15:49:04 +0100206
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200207 mvsdio@d4000 {
208 compatible = "marvell,orion-sdio";
209 reg = <0xd4000 0x200>;
210 interrupts = <54>;
211 clocks = <&gateclk 17>;
Simon Baatzd87b5fb2013-05-13 23:18:58 +0200212 bus-width = <4>;
213 cap-sdio-irq;
214 cap-sd-highspeed;
215 cap-mmc-highspeed;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200216 status = "disabled";
217 };
Ezequiel Garciab2bb8062013-01-23 12:26:30 -0300218
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200219 usb@50000 {
220 compatible = "marvell,orion-ehci";
221 reg = <0x50000 0x500>;
222 interrupts = <45>;
223 status = "disabled";
224 };
Ezequiel Garciab2bb8062013-01-23 12:26:30 -0300225
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200226 usb@51000 {
227 compatible = "marvell,orion-ehci";
228 reg = <0x51000 0x500>;
229 interrupts = <46>;
230 status = "disabled";
231 };
Ezequiel Garciab2bb8062013-01-23 12:26:30 -0300232
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200233 spi0: spi@10600 {
234 compatible = "marvell,orion-spi";
235 reg = <0x10600 0x28>;
236 #address-cells = <1>;
237 #size-cells = <0>;
238 cell-index = <0>;
239 interrupts = <30>;
240 clocks = <&coreclk 0>;
241 status = "disabled";
242 };
Ezequiel Garciad5dc0352013-02-06 10:06:21 -0300243
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200244 spi1: spi@10680 {
245 compatible = "marvell,orion-spi";
246 reg = <0x10680 0x28>;
247 #address-cells = <1>;
248 #size-cells = <0>;
249 cell-index = <1>;
250 interrupts = <92>;
251 clocks = <&coreclk 0>;
252 status = "disabled";
253 };
Ezequiel Garcia3d76e1f2013-04-10 16:04:01 -0300254
Ezequiel Garcia3d76e1f2013-04-10 16:04:01 -0300255 };
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +0200256 };
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200257 };