blob: 8188d138020edc57c88db0cb749b91bdf016a5cf [file] [log] [blame]
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +02001/*
2 * Device Tree Include file for Marvell Armada 370 family 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 *
10 * This file is licensed under the terms of the GNU General Public
11 * License version 2. This program is licensed "as is" without any
12 * warranty of any kind, whether express or implied.
13 *
14 * Contains definitions specific to the Armada 370 SoC that are not
15 * common to all Armada SoCs.
16 */
17
18/include/ "armada-370-xp.dtsi"
19
20/ {
21 model = "Marvell Armada 370 family SoC";
22 compatible = "marvell,armada370", "marvell,armada-370-xp";
Gregory CLEMENT2f96fbb2012-09-26 18:02:49 +020023 L2: l2-cache {
24 compatible = "marvell,aurora-outer-cache";
25 reg = <0xd0008000 0x1000>;
26 cache-id-part = <0x100>;
27 wt-override;
28 };
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020029
Thomas Petazzoni397d59f2012-09-19 22:53:01 +020030 aliases {
31 gpio0 = &gpio0;
32 gpio1 = &gpio1;
33 gpio2 = &gpio2;
34 };
35
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020036 mpic: interrupt-controller@d0020000 {
37 reg = <0xd0020a00 0x1d0>,
38 <0xd0021870 0x58>;
39 };
40
41 soc {
42 system-controller@d0018200 {
43 compatible = "marvell,armada-370-xp-system-controller";
44 reg = <0xd0018200 0x100>;
45 };
Thomas Petazzonid81b8ba2012-09-13 17:41:49 +020046
47 pinctrl {
48 compatible = "marvell,mv88f6710-pinctrl";
49 reg = <0xd0018000 0x38>;
Thomas Petazzonifa1b21d2012-12-21 15:49:05 +010050
51 sdio_pins1: sdio-pins1 {
52 marvell,pins = "mpp9", "mpp11", "mpp12",
53 "mpp13", "mpp14", "mpp15";
54 marvell,function = "sd0";
55 };
56
57 sdio_pins2: sdio-pins2 {
58 marvell,pins = "mpp47", "mpp48", "mpp49",
59 "mpp50", "mpp51", "mpp52";
60 marvell,function = "sd0";
61 };
Thomas Petazzoni397d59f2012-09-19 22:53:01 +020062 };
63
64 gpio0: gpio@d0018100 {
65 compatible = "marvell,orion-gpio";
66 reg = <0xd0018100 0x40>;
67 ngpios = <32>;
68 gpio-controller;
69 #gpio-cells = <2>;
70 interrupt-controller;
71 #interrupts-cells = <2>;
72 interrupts = <82>, <83>, <84>, <85>;
73 };
74
75 gpio1: gpio@d0018140 {
76 compatible = "marvell,orion-gpio";
77 reg = <0xd0018140 0x40>;
78 ngpios = <32>;
79 gpio-controller;
80 #gpio-cells = <2>;
81 interrupt-controller;
82 #interrupts-cells = <2>;
83 interrupts = <87>, <88>, <89>, <90>;
84 };
85
86 gpio2: gpio@d0018180 {
87 compatible = "marvell,orion-gpio";
88 reg = <0xd0018180 0x40>;
89 ngpios = <2>;
90 gpio-controller;
91 #gpio-cells = <2>;
92 interrupt-controller;
93 #interrupts-cells = <2>;
94 interrupts = <91>;
Thomas Petazzonid81b8ba2012-09-13 17:41:49 +020095 };
Gregory CLEMENT9d202782012-11-17 15:22:24 +010096
97 coreclk: mvebu-sar@d0018230 {
98 compatible = "marvell,armada-370-core-clock";
99 reg = <0xd0018230 0x08>;
100 #clock-cells = <1>;
101 };
102
103 gateclk: clock-gating-control@d0018220 {
104 compatible = "marvell,armada-370-gating-clock";
105 reg = <0xd0018220 0x4>;
106 clocks = <&coreclk 0>;
107 #clock-cells = <1>;
108 };
109
Thomas Petazzoni0122eee2012-11-20 16:03:12 +0100110 xor@d0060800 {
111 compatible = "marvell,orion-xor";
112 reg = <0xd0060800 0x100
113 0xd0060A00 0x100>;
114 status = "okay";
Gregory CLEMENT9d202782012-11-17 15:22:24 +0100115
Thomas Petazzoni0122eee2012-11-20 16:03:12 +0100116 xor00 {
117 interrupts = <51>;
118 dmacap,memcpy;
119 dmacap,xor;
120 };
121 xor01 {
122 interrupts = <52>;
123 dmacap,memcpy;
124 dmacap,xor;
125 dmacap,memset;
126 };
127 };
128
129 xor@d0060900 {
130 compatible = "marvell,orion-xor";
131 reg = <0xd0060900 0x100
132 0xd0060b00 0x100>;
133 status = "okay";
134
135 xor10 {
136 interrupts = <94>;
137 dmacap,memcpy;
138 dmacap,xor;
139 };
140 xor11 {
141 interrupts = <95>;
142 dmacap,memcpy;
143 dmacap,xor;
144 dmacap,memset;
145 };
146 };
Ezequiel Garciab2bb8062013-01-23 12:26:30 -0300147
148 usb@d0050000 {
149 clocks = <&coreclk 0>;
150 };
151
152 usb@d0051000 {
153 clocks = <&coreclk 0>;
154 };
155
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +0200156 };
157};