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 MV78230 SoC that are not |
| 13 | * common to all Armada XP SoCs. |
| 14 | */ |
| 15 | |
Jason Cooper | f72b720 | 2013-08-07 20:04:21 +0000 | [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 MV78230 SoC"; |
| 20 | compatible = "marvell,armadaxp-mv78230", "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 | }; |
| 26 | |
Gregory CLEMENT | 9d20278 | 2012-11-17 15:22:24 +0100 | [diff] [blame] | 27 | cpus { |
Thomas Petazzoni | 1b2529d | 2013-04-12 16:29:06 +0200 | [diff] [blame] | 28 | #address-cells = <1>; |
| 29 | #size-cells = <0>; |
Gregory CLEMENT | 9d20278 | 2012-11-17 15:22:24 +0100 | [diff] [blame] | 30 | |
Thomas Petazzoni | 1b2529d | 2013-04-12 16:29:06 +0200 | [diff] [blame] | 31 | cpu@0 { |
| 32 | device_type = "cpu"; |
| 33 | compatible = "marvell,sheeva-v7"; |
| 34 | reg = <0>; |
| 35 | clocks = <&cpuclk 0>; |
| 36 | }; |
Thomas Petazzoni | 44cfae9 | 2013-01-06 11:10:40 +0100 | [diff] [blame] | 37 | |
Thomas Petazzoni | 1b2529d | 2013-04-12 16:29:06 +0200 | [diff] [blame] | 38 | cpu@1 { |
| 39 | device_type = "cpu"; |
| 40 | compatible = "marvell,sheeva-v7"; |
| 41 | reg = <1>; |
| 42 | clocks = <&cpuclk 1>; |
| 43 | }; |
Andrew Lunn | 41be8dc | 2013-01-06 11:10:42 +0100 | [diff] [blame] | 44 | }; |
Gregory CLEMENT | 9d20278 | 2012-11-17 15:22:24 +0100 | [diff] [blame] | 45 | |
Thomas Petazzoni | f3b42b7 | 2012-09-13 17:41:48 +0200 | [diff] [blame] | 46 | soc { |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 47 | /* |
| 48 | * MV78230 has 2 PCIe units Gen2.0: One unit can be |
| 49 | * configured as x4 or quad x1 lanes. One unit is |
Arnaud Ebalard | 12b69a5 | 2013-11-05 21:45:48 +0100 | [diff] [blame] | 50 | * x1 only. |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 51 | */ |
| 52 | pcie-controller { |
| 53 | compatible = "marvell,armada-xp-pcie"; |
| 54 | status = "disabled"; |
| 55 | device_type = "pci"; |
| 56 | |
| 57 | #address-cells = <3>; |
| 58 | #size-cells = <2>; |
| 59 | |
Thomas Petazzoni | d4fa994 | 2013-08-09 22:27:15 +0200 | [diff] [blame] | 60 | msi-parent = <&mpic>; |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 61 | bus-range = <0x00 0xff>; |
| 62 | |
| 63 | ranges = |
| 64 | <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000 /* Port 0.0 registers */ |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 65 | 0x82000000 0 0x44000 MBUS_ID(0xf0, 0x01) 0x44000 0 0x00002000 /* Port 0.1 registers */ |
| 66 | 0x82000000 0 0x48000 MBUS_ID(0xf0, 0x01) 0x48000 0 0x00002000 /* Port 0.2 registers */ |
| 67 | 0x82000000 0 0x4c000 MBUS_ID(0xf0, 0x01) 0x4c000 0 0x00002000 /* Port 0.3 registers */ |
Arnaud Ebalard | 12b69a5 | 2013-11-05 21:45:48 +0100 | [diff] [blame] | 68 | 0x82000000 0 0x80000 MBUS_ID(0xf0, 0x01) 0x80000 0 0x00002000 /* Port 1.0 registers */ |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 69 | 0x82000000 0x1 0 MBUS_ID(0x04, 0xe8) 0 1 0 /* Port 0.0 MEM */ |
| 70 | 0x81000000 0x1 0 MBUS_ID(0x04, 0xe0) 0 1 0 /* Port 0.0 IO */ |
| 71 | 0x82000000 0x2 0 MBUS_ID(0x04, 0xd8) 0 1 0 /* Port 0.1 MEM */ |
| 72 | 0x81000000 0x2 0 MBUS_ID(0x04, 0xd0) 0 1 0 /* Port 0.1 IO */ |
| 73 | 0x82000000 0x3 0 MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 0.2 MEM */ |
| 74 | 0x81000000 0x3 0 MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 0.2 IO */ |
| 75 | 0x82000000 0x4 0 MBUS_ID(0x04, 0x78) 0 1 0 /* Port 0.3 MEM */ |
| 76 | 0x81000000 0x4 0 MBUS_ID(0x04, 0x70) 0 1 0 /* Port 0.3 IO */ |
Arnaud Ebalard | 12b69a5 | 2013-11-05 21:45:48 +0100 | [diff] [blame] | 77 | 0x82000000 0x5 0 MBUS_ID(0x08, 0xe8) 0 1 0 /* Port 1.0 MEM */ |
| 78 | 0x81000000 0x5 0 MBUS_ID(0x08, 0xe0) 0 1 0 /* Port 1.0 IO */>; |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 79 | |
| 80 | pcie@1,0 { |
| 81 | device_type = "pci"; |
| 82 | assigned-addresses = <0x82000800 0 0x40000 0 0x2000>; |
| 83 | reg = <0x0800 0 0 0 0>; |
| 84 | #address-cells = <3>; |
| 85 | #size-cells = <2>; |
| 86 | #interrupt-cells = <1>; |
| 87 | ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0 |
| 88 | 0x81000000 0 0 0x81000000 0x1 0 1 0>; |
| 89 | interrupt-map-mask = <0 0 0 0>; |
| 90 | interrupt-map = <0 0 0 0 &mpic 58>; |
| 91 | marvell,pcie-port = <0>; |
| 92 | marvell,pcie-lane = <0>; |
| 93 | clocks = <&gateclk 5>; |
| 94 | status = "disabled"; |
| 95 | }; |
| 96 | |
| 97 | pcie@2,0 { |
| 98 | device_type = "pci"; |
| 99 | assigned-addresses = <0x82000800 0 0x44000 0 0x2000>; |
| 100 | reg = <0x1000 0 0 0 0>; |
| 101 | #address-cells = <3>; |
| 102 | #size-cells = <2>; |
| 103 | #interrupt-cells = <1>; |
| 104 | ranges = <0x82000000 0 0 0x82000000 0x2 0 1 0 |
| 105 | 0x81000000 0 0 0x81000000 0x2 0 1 0>; |
| 106 | interrupt-map-mask = <0 0 0 0>; |
| 107 | interrupt-map = <0 0 0 0 &mpic 59>; |
| 108 | marvell,pcie-port = <0>; |
| 109 | marvell,pcie-lane = <1>; |
| 110 | clocks = <&gateclk 6>; |
| 111 | status = "disabled"; |
| 112 | }; |
| 113 | |
| 114 | pcie@3,0 { |
| 115 | device_type = "pci"; |
| 116 | assigned-addresses = <0x82000800 0 0x48000 0 0x2000>; |
| 117 | reg = <0x1800 0 0 0 0>; |
| 118 | #address-cells = <3>; |
| 119 | #size-cells = <2>; |
| 120 | #interrupt-cells = <1>; |
| 121 | ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0 |
| 122 | 0x81000000 0 0 0x81000000 0x3 0 1 0>; |
| 123 | interrupt-map-mask = <0 0 0 0>; |
| 124 | interrupt-map = <0 0 0 0 &mpic 60>; |
| 125 | marvell,pcie-port = <0>; |
| 126 | marvell,pcie-lane = <2>; |
| 127 | clocks = <&gateclk 7>; |
| 128 | status = "disabled"; |
| 129 | }; |
| 130 | |
| 131 | pcie@4,0 { |
| 132 | device_type = "pci"; |
| 133 | assigned-addresses = <0x82000800 0 0x4c000 0 0x2000>; |
| 134 | reg = <0x2000 0 0 0 0>; |
| 135 | #address-cells = <3>; |
| 136 | #size-cells = <2>; |
| 137 | #interrupt-cells = <1>; |
| 138 | ranges = <0x82000000 0 0 0x82000000 0x4 0 1 0 |
| 139 | 0x81000000 0 0 0x81000000 0x4 0 1 0>; |
| 140 | interrupt-map-mask = <0 0 0 0>; |
| 141 | interrupt-map = <0 0 0 0 &mpic 61>; |
| 142 | marvell,pcie-port = <0>; |
| 143 | marvell,pcie-lane = <3>; |
| 144 | clocks = <&gateclk 8>; |
| 145 | status = "disabled"; |
| 146 | }; |
| 147 | |
Arnaud Ebalard | 12b69a5 | 2013-11-05 21:45:48 +0100 | [diff] [blame] | 148 | pcie@5,0 { |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 149 | device_type = "pci"; |
Arnaud Ebalard | 12b69a5 | 2013-11-05 21:45:48 +0100 | [diff] [blame] | 150 | assigned-addresses = <0x82000800 0 0x80000 0 0x2000>; |
| 151 | reg = <0x2800 0 0 0 0>; |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 152 | #address-cells = <3>; |
| 153 | #size-cells = <2>; |
| 154 | #interrupt-cells = <1>; |
Arnaud Ebalard | 12b69a5 | 2013-11-05 21:45:48 +0100 | [diff] [blame] | 155 | ranges = <0x82000000 0 0 0x82000000 0x5 0 1 0 |
| 156 | 0x81000000 0 0 0x81000000 0x5 0 1 0>; |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 157 | interrupt-map-mask = <0 0 0 0>; |
Arnaud Ebalard | 12b69a5 | 2013-11-05 21:45:48 +0100 | [diff] [blame] | 158 | interrupt-map = <0 0 0 0 &mpic 62>; |
| 159 | marvell,pcie-port = <1>; |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 160 | marvell,pcie-lane = <0>; |
Arnaud Ebalard | 12b69a5 | 2013-11-05 21:45:48 +0100 | [diff] [blame] | 161 | clocks = <&gateclk 9>; |
Ezequiel Garcia | 14fd8ed | 2013-07-26 10:18:00 -0300 | [diff] [blame] | 162 | status = "disabled"; |
| 163 | }; |
| 164 | }; |
| 165 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 166 | internal-regs { |
| 167 | pinctrl { |
| 168 | compatible = "marvell,mv78230-pinctrl"; |
| 169 | reg = <0x18000 0x38>; |
Thomas Petazzoni | 6d36e8e | 2012-12-21 15:49:06 +0100 | [diff] [blame] | 170 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 171 | sdio_pins: sdio-pins { |
| 172 | marvell,pins = "mpp30", "mpp31", "mpp32", |
| 173 | "mpp33", "mpp34", "mpp35"; |
| 174 | marvell,function = "sd0"; |
| 175 | }; |
Thomas Petazzoni | 9d8f44f | 2013-04-09 23:06:34 +0200 | [diff] [blame] | 176 | }; |
| 177 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 178 | gpio0: gpio@18100 { |
| 179 | compatible = "marvell,orion-gpio"; |
| 180 | reg = <0x18100 0x40>; |
| 181 | ngpios = <32>; |
| 182 | gpio-controller; |
| 183 | #gpio-cells = <2>; |
| 184 | interrupt-controller; |
Thomas Petazzoni | ca60985 | 2013-07-30 16:59:02 +0200 | [diff] [blame] | 185 | #interrupt-cells = <2>; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 186 | interrupts = <82>, <83>, <84>, <85>; |
Thomas Petazzoni | 9d8f44f | 2013-04-09 23:06:34 +0200 | [diff] [blame] | 187 | }; |
| 188 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 189 | gpio1: gpio@18140 { |
| 190 | compatible = "marvell,orion-gpio"; |
| 191 | reg = <0x18140 0x40>; |
| 192 | ngpios = <17>; |
| 193 | gpio-controller; |
| 194 | #gpio-cells = <2>; |
| 195 | interrupt-controller; |
Thomas Petazzoni | ca60985 | 2013-07-30 16:59:02 +0200 | [diff] [blame] | 196 | #interrupt-cells = <2>; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 197 | interrupts = <87>, <88>, <89>; |
Thomas Petazzoni | 9d8f44f | 2013-04-09 23:06:34 +0200 | [diff] [blame] | 198 | }; |
Thomas Petazzoni | 9d8f44f | 2013-04-09 23:06:34 +0200 | [diff] [blame] | 199 | }; |
Thomas Petazzoni | f3b42b7 | 2012-09-13 17:41:48 +0200 | [diff] [blame] | 200 | }; |
| 201 | }; |