[PATCH v2 24/27] arm: mvebu: PCIe Device Tree informations for Armada XP DB
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Mon Jan 28 13:56:33 EST 2013
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 at free-electrons.com>
---
arch/arm/boot/dts/armada-xp-db.dts | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/arch/arm/boot/dts/armada-xp-db.dts b/arch/arm/boot/dts/armada-xp-db.dts
index 8e53b25..7dcc36c 100644
--- a/arch/arm/boot/dts/armada-xp-db.dts
+++ b/arch/arm/boot/dts/armada-xp-db.dts
@@ -90,5 +90,32 @@
phy = <&phy3>;
phy-mode = "sgmii";
};
+
+ pcie-controller {
+ status = "okay";
+
+ /*
+ * All 6 slots are physically present as
+ * standard PCIe slots on the board.
+ */
+ pcie at 0,0 {
+ status = "okay";
+ };
+ pcie at 0,1 {
+ status = "okay";
+ };
+ pcie at 0,2 {
+ status = "okay";
+ };
+ pcie at 0,3 {
+ status = "okay";
+ };
+ pcie at 2,0 {
+ status = "okay";
+ };
+ pcie at 3,0 {
+ status = "okay";
+ };
+ };
};
};
--
1.7.9.5
More information about the linux-arm-kernel
mailing list