Thomas Petazzoni | f3b42b7 | 2012-09-13 17:41:48 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Include file for Marvell Armada XP family SoC |
| 3 | * |
| 4 | * Copyright (C) 2012 Marvell |
| 5 | * |
| 6 | * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
| 7 | * |
| 8 | * This file is licensed under the terms of the GNU General Public |
| 9 | * License version 2. This program is licensed "as is" without any |
| 10 | * warranty of any kind, whether express or implied. |
| 11 | * |
| 12 | * Contains definitions specific to the Armada XP MV78260 SoC that are not |
| 13 | * common to all Armada XP SoCs. |
| 14 | */ |
| 15 | |
Ezequiel Garcia | 3814988 | 2013-07-26 10:17:56 -0300 | [diff] [blame] | 16 | #include "armada-xp.dtsi" |
Thomas Petazzoni | f3b42b7 | 2012-09-13 17:41:48 +0200 | [diff] [blame] | 17 | |
| 18 | / { |
| 19 | model = "Marvell Armada XP MV78260 SoC"; |
| 20 | compatible = "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp"; |
| 21 | |
Thomas Petazzoni | 397d59f | 2012-09-19 22:53:01 +0200 | [diff] [blame] | 22 | aliases { |
| 23 | gpio0 = &gpio0; |
| 24 | gpio1 = &gpio1; |
| 25 | gpio2 = &gpio2; |
| 26 | }; |
| 27 | |
Gregory CLEMENT | 9d20278 | 2012-11-17 15:22:24 +0100 | [diff] [blame] | 28 | cpus { |
Thomas Petazzoni | 1b2529d | 2013-04-12 16:29:06 +0200 | [diff] [blame] | 29 | #address-cells = <1>; |
| 30 | #size-cells = <0>; |
Gregory CLEMENT | 9d20278 | 2012-11-17 15:22:24 +0100 | [diff] [blame] | 31 | |
Thomas Petazzoni | 1b2529d | 2013-04-12 16:29:06 +0200 | [diff] [blame] | 32 | cpu@0 { |
| 33 | device_type = "cpu"; |
| 34 | compatible = "marvell,sheeva-v7"; |
| 35 | reg = <0>; |
| 36 | clocks = <&cpuclk 0>; |
| 37 | }; |
Gregory CLEMENT | 9d20278 | 2012-11-17 15:22:24 +0100 | [diff] [blame] | 38 | |
Thomas Petazzoni | 1b2529d | 2013-04-12 16:29:06 +0200 | [diff] [blame] | 39 | cpu@1 { |
| 40 | device_type = "cpu"; |
| 41 | compatible = "marvell,sheeva-v7"; |
| 42 | reg = <1>; |
| 43 | clocks = <&cpuclk 1>; |
| 44 | }; |
Gregory CLEMENT | 9d20278 | 2012-11-17 15:22:24 +0100 | [diff] [blame] | 45 | }; |
| 46 | |
Thomas Petazzoni | f3b42b7 | 2012-09-13 17:41:48 +0200 | [diff] [blame] | 47 | soc { |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame^] | 48 | /* |
| 49 | * MV78260 has 3 PCIe units Gen2.0: Two units can be |
| 50 | * configured as x4 or quad x1 lanes. One unit is |
| 51 | * x4/x1. |
| 52 | */ |
| 53 | pcie-controller { |
| 54 | compatible = "marvell,armada-xp-pcie"; |
| 55 | status = "disabled"; |
| 56 | device_type = "pci"; |
| 57 | |
| 58 | #address-cells = <3>; |
| 59 | #size-cells = <2>; |
| 60 | |
| 61 | bus-range = <0x00 0xff>; |
| 62 | |
| 63 | ranges = |
| 64 | <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000 /* Port 0.0 registers */ |
| 65 | 0x82000000 0 0x42000 MBUS_ID(0xf0, 0x01) 0x42000 0 0x00002000 /* Port 2.0 registers */ |
| 66 | 0x82000000 0 0x44000 MBUS_ID(0xf0, 0x01) 0x44000 0 0x00002000 /* Port 0.1 registers */ |
| 67 | 0x82000000 0 0x48000 MBUS_ID(0xf0, 0x01) 0x48000 0 0x00002000 /* Port 0.2 registers */ |
| 68 | 0x82000000 0 0x4c000 MBUS_ID(0xf0, 0x01) 0x4c000 0 0x00002000 /* Port 0.3 registers */ |
| 69 | 0x82000000 0 0x80000 MBUS_ID(0xf0, 0x01) 0x80000 0 0x00002000 /* Port 1.0 registers */ |
| 70 | 0x82000000 0 0x82000 MBUS_ID(0xf0, 0x01) 0x82000 0 0x00002000 /* Port 3.0 registers */ |
| 71 | 0x82000000 0x1 0 MBUS_ID(0x04, 0xe8) 0 1 0 /* Port 0.0 MEM */ |
| 72 | 0x81000000 0x1 0 MBUS_ID(0x04, 0xe0) 0 1 0 /* Port 0.0 IO */ |
| 73 | 0x82000000 0x2 0 MBUS_ID(0x04, 0xd8) 0 1 0 /* Port 0.1 MEM */ |
| 74 | 0x81000000 0x2 0 MBUS_ID(0x04, 0xd0) 0 1 0 /* Port 0.1 IO */ |
| 75 | 0x82000000 0x3 0 MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 0.2 MEM */ |
| 76 | 0x81000000 0x3 0 MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 0.2 IO */ |
| 77 | 0x82000000 0x4 0 MBUS_ID(0x04, 0x78) 0 1 0 /* Port 0.3 MEM */ |
| 78 | 0x81000000 0x4 0 MBUS_ID(0x04, 0x70) 0 1 0 /* Port 0.3 IO */ |
| 79 | 0x82000000 0x9 0 MBUS_ID(0x08, 0xe8) 0 1 0 /* Port 1.0 MEM */ |
| 80 | 0x81000000 0x9 0 MBUS_ID(0x08, 0xe0) 0 1 0 /* Port 1.0 IO */ |
| 81 | 0x82000000 0xa 0 MBUS_ID(0x08, 0xf8) 0 1 0 /* Port 3.0 MEM */ |
| 82 | 0x81000000 0xa 0 MBUS_ID(0x08, 0xf0) 0 1 0 /* Port 3.0 IO */>; |
| 83 | |
| 84 | pcie@1,0 { |
| 85 | device_type = "pci"; |
| 86 | assigned-addresses = <0x82000800 0 0x40000 0 0x2000>; |
| 87 | reg = <0x0800 0 0 0 0>; |
| 88 | #address-cells = <3>; |
| 89 | #size-cells = <2>; |
| 90 | #interrupt-cells = <1>; |
| 91 | ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0 |
| 92 | 0x81000000 0 0 0x81000000 0x1 0 1 0>; |
| 93 | interrupt-map-mask = <0 0 0 0>; |
| 94 | interrupt-map = <0 0 0 0 &mpic 58>; |
| 95 | marvell,pcie-port = <0>; |
| 96 | marvell,pcie-lane = <0>; |
| 97 | clocks = <&gateclk 5>; |
| 98 | status = "disabled"; |
| 99 | }; |
| 100 | |
| 101 | pcie@2,0 { |
| 102 | device_type = "pci"; |
| 103 | assigned-addresses = <0x82000800 0 0x44000 0 0x2000>; |
| 104 | reg = <0x1000 0 0 0 0>; |
| 105 | #address-cells = <3>; |
| 106 | #size-cells = <2>; |
| 107 | #interrupt-cells = <1>; |
| 108 | ranges = <0x82000000 0 0 0x82000000 0x2 0 1 0 |
| 109 | 0x81000000 0 0 0x81000000 0x2 0 1 0>; |
| 110 | interrupt-map-mask = <0 0 0 0>; |
| 111 | interrupt-map = <0 0 0 0 &mpic 59>; |
| 112 | marvell,pcie-port = <0>; |
| 113 | marvell,pcie-lane = <1>; |
| 114 | clocks = <&gateclk 6>; |
| 115 | status = "disabled"; |
| 116 | }; |
| 117 | |
| 118 | pcie@3,0 { |
| 119 | device_type = "pci"; |
| 120 | assigned-addresses = <0x82000800 0 0x48000 0 0x2000>; |
| 121 | reg = <0x1800 0 0 0 0>; |
| 122 | #address-cells = <3>; |
| 123 | #size-cells = <2>; |
| 124 | #interrupt-cells = <1>; |
| 125 | ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0 |
| 126 | 0x81000000 0 0 0x81000000 0x3 0 1 0>; |
| 127 | interrupt-map-mask = <0 0 0 0>; |
| 128 | interrupt-map = <0 0 0 0 &mpic 60>; |
| 129 | marvell,pcie-port = <0>; |
| 130 | marvell,pcie-lane = <2>; |
| 131 | clocks = <&gateclk 7>; |
| 132 | status = "disabled"; |
| 133 | }; |
| 134 | |
| 135 | pcie@4,0 { |
| 136 | device_type = "pci"; |
| 137 | assigned-addresses = <0x82000800 0 0x4c000 0 0x2000>; |
| 138 | reg = <0x2000 0 0 0 0>; |
| 139 | #address-cells = <3>; |
| 140 | #size-cells = <2>; |
| 141 | #interrupt-cells = <1>; |
| 142 | ranges = <0x82000000 0 0 0x82000000 0x4 0 1 0 |
| 143 | 0x81000000 0 0 0x81000000 0x4 0 1 0>; |
| 144 | interrupt-map-mask = <0 0 0 0>; |
| 145 | interrupt-map = <0 0 0 0 &mpic 61>; |
| 146 | marvell,pcie-port = <0>; |
| 147 | marvell,pcie-lane = <3>; |
| 148 | clocks = <&gateclk 8>; |
| 149 | status = "disabled"; |
| 150 | }; |
| 151 | |
| 152 | pcie@9,0 { |
| 153 | device_type = "pci"; |
| 154 | assigned-addresses = <0x82000800 0 0x42000 0 0x2000>; |
| 155 | reg = <0x4800 0 0 0 0>; |
| 156 | #address-cells = <3>; |
| 157 | #size-cells = <2>; |
| 158 | #interrupt-cells = <1>; |
| 159 | ranges = <0x82000000 0 0 0x82000000 0x9 0 1 0 |
| 160 | 0x81000000 0 0 0x81000000 0x9 0 1 0>; |
| 161 | interrupt-map-mask = <0 0 0 0>; |
| 162 | interrupt-map = <0 0 0 0 &mpic 99>; |
| 163 | marvell,pcie-port = <2>; |
| 164 | marvell,pcie-lane = <0>; |
| 165 | clocks = <&gateclk 26>; |
| 166 | status = "disabled"; |
| 167 | }; |
| 168 | |
| 169 | pcie@10,0 { |
| 170 | device_type = "pci"; |
| 171 | assigned-addresses = <0x82000800 0 0x82000 0 0x2000>; |
| 172 | reg = <0x5000 0 0 0 0>; |
| 173 | #address-cells = <3>; |
| 174 | #size-cells = <2>; |
| 175 | #interrupt-cells = <1>; |
| 176 | ranges = <0x82000000 0 0 0x82000000 0xa 0 1 0 |
| 177 | 0x81000000 0 0 0x81000000 0xa 0 1 0>; |
| 178 | interrupt-map-mask = <0 0 0 0>; |
| 179 | interrupt-map = <0 0 0 0 &mpic 103>; |
| 180 | marvell,pcie-port = <3>; |
| 181 | marvell,pcie-lane = <0>; |
| 182 | clocks = <&gateclk 27>; |
| 183 | status = "disabled"; |
| 184 | }; |
| 185 | }; |
| 186 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 187 | internal-regs { |
| 188 | pinctrl { |
| 189 | compatible = "marvell,mv78260-pinctrl"; |
| 190 | reg = <0x18000 0x38>; |
Thomas Petazzoni | 6d36e8e | 2012-12-21 15:49:06 +0100 | [diff] [blame] | 191 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 192 | sdio_pins: sdio-pins { |
| 193 | marvell,pins = "mpp30", "mpp31", "mpp32", |
| 194 | "mpp33", "mpp34", "mpp35"; |
| 195 | marvell,function = "sd0"; |
| 196 | }; |
Thomas Petazzoni | 6d36e8e | 2012-12-21 15:49:06 +0100 | [diff] [blame] | 197 | }; |
Thomas Petazzoni | 397d59f | 2012-09-19 22:53:01 +0200 | [diff] [blame] | 198 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 199 | gpio0: gpio@18100 { |
| 200 | compatible = "marvell,orion-gpio"; |
| 201 | reg = <0x18100 0x40>; |
| 202 | ngpios = <32>; |
| 203 | gpio-controller; |
| 204 | #gpio-cells = <2>; |
| 205 | interrupt-controller; |
| 206 | #interrupts-cells = <2>; |
| 207 | interrupts = <82>, <83>, <84>, <85>; |
| 208 | }; |
Thomas Petazzoni | 397d59f | 2012-09-19 22:53:01 +0200 | [diff] [blame] | 209 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 210 | gpio1: gpio@18140 { |
| 211 | compatible = "marvell,orion-gpio"; |
| 212 | reg = <0x18140 0x40>; |
| 213 | ngpios = <32>; |
| 214 | gpio-controller; |
| 215 | #gpio-cells = <2>; |
| 216 | interrupt-controller; |
| 217 | #interrupts-cells = <2>; |
| 218 | interrupts = <87>, <88>, <89>, <90>; |
| 219 | }; |
Thomas Petazzoni | 397d59f | 2012-09-19 22:53:01 +0200 | [diff] [blame] | 220 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 221 | gpio2: gpio@18180 { |
| 222 | compatible = "marvell,orion-gpio"; |
| 223 | reg = <0x18180 0x40>; |
| 224 | ngpios = <3>; |
| 225 | gpio-controller; |
| 226 | #gpio-cells = <2>; |
| 227 | interrupt-controller; |
| 228 | #interrupts-cells = <2>; |
| 229 | interrupts = <91>; |
| 230 | }; |
Thomas Petazzoni | 7791651 | 2013-01-06 11:10:41 +0100 | [diff] [blame] | 231 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 232 | ethernet@34000 { |
Thomas Petazzoni | 7791651 | 2013-01-06 11:10:41 +0100 | [diff] [blame] | 233 | compatible = "marvell,armada-370-neta"; |
Ezequiel Garcia | cdd8e49 | 2013-06-22 13:52:27 -0300 | [diff] [blame] | 234 | reg = <0x34000 0x4000>; |
Thomas Petazzoni | 7791651 | 2013-01-06 11:10:41 +0100 | [diff] [blame] | 235 | interrupts = <14>; |
| 236 | clocks = <&gateclk 1>; |
| 237 | status = "disabled"; |
Thomas Petazzoni | 9d8f44f | 2013-04-09 23:06:34 +0200 | [diff] [blame] | 238 | }; |
Thomas Petazzoni | 9d8f44f | 2013-04-09 23:06:34 +0200 | [diff] [blame] | 239 | }; |
Thomas Petazzoni | f3b42b7 | 2012-09-13 17:41:48 +0200 | [diff] [blame] | 240 | }; |
| 241 | }; |