diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-04-09 17:06:36 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-04-15 10:53:34 -0400 |
commit | bf4f9c634633a473438001e93b31fe976b3c3aac (patch) | |
tree | bccfb427bfc150f748a62701ed340d3dafa8e96f /arch/arm/boot/dts/armada-xp-db.dts | |
parent | 95999cf0985e3b3c66e7a6e9feda850b6a903b50 (diff) |
arm: mvebu: PCIe Device Tree informations for Armada XP DB
The Marvell evaluation board (DB) for the Armada XP SoC has 6
physicals full-size PCIe slots, so we enable the corresponding PCIe
interfaces in the Device Tree.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-db.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-db.dts | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp-db.dts b/arch/arm/boot/dts/armada-xp-db.dts index e83505e4c236..54cc5bb705fb 100644 --- a/arch/arm/boot/dts/armada-xp-db.dts +++ b/arch/arm/boot/dts/armada-xp-db.dts | |||
@@ -121,5 +121,38 @@ | |||
121 | spi-max-frequency = <20000000>; | 121 | spi-max-frequency = <20000000>; |
122 | }; | 122 | }; |
123 | }; | 123 | }; |
124 | |||
125 | pcie-controller { | ||
126 | status = "okay"; | ||
127 | |||
128 | /* | ||
129 | * All 6 slots are physically present as | ||
130 | * standard PCIe slots on the board. | ||
131 | */ | ||
132 | pcie@1,0 { | ||
133 | /* Port 0, Lane 0 */ | ||
134 | status = "okay"; | ||
135 | }; | ||
136 | pcie@2,0 { | ||
137 | /* Port 0, Lane 1 */ | ||
138 | status = "okay"; | ||
139 | }; | ||
140 | pcie@3,0 { | ||
141 | /* Port 0, Lane 2 */ | ||
142 | status = "okay"; | ||
143 | }; | ||
144 | pcie@4,0 { | ||
145 | /* Port 0, Lane 3 */ | ||
146 | status = "okay"; | ||
147 | }; | ||
148 | pcie@9,0 { | ||
149 | /* Port 2, Lane 0 */ | ||
150 | status = "okay"; | ||
151 | }; | ||
152 | pcie@10,0 { | ||
153 | /* Port 3, Lane 0 */ | ||
154 | status = "okay"; | ||
155 | }; | ||
156 | }; | ||
124 | }; | 157 | }; |
125 | }; | 158 | }; |