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>
This commit is contained in:
parent
95999cf098
commit
bf4f9c6346
1 changed files with 33 additions and 0 deletions
|
@ -121,5 +121,38 @@
|
||||||
spi-max-frequency = <20000000>;
|
spi-max-frequency = <20000000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pcie-controller {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* All 6 slots are physically present as
|
||||||
|
* standard PCIe slots on the board.
|
||||||
|
*/
|
||||||
|
pcie@1,0 {
|
||||||
|
/* Port 0, Lane 0 */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
pcie@2,0 {
|
||||||
|
/* Port 0, Lane 1 */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
pcie@3,0 {
|
||||||
|
/* Port 0, Lane 2 */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
pcie@4,0 {
|
||||||
|
/* Port 0, Lane 3 */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
pcie@9,0 {
|
||||||
|
/* Port 2, Lane 0 */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
pcie@10,0 {
|
||||||
|
/* Port 3, Lane 0 */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue