mvebu: enable PCIe on Marvell Armada 370 Reference Design
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35213
This commit is contained in:
parent
cf9343ac86
commit
5e45a4344c
1 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
||||||
|
--- a/arch/arm/boot/dts/armada-370-rd.dts
|
||||||
|
+++ b/arch/arm/boot/dts/armada-370-rd.dts
|
||||||
|
@@ -71,5 +71,20 @@
|
||||||
|
usb@d0051000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
+
|
||||||
|
+ pcie-controller {
|
||||||
|
+ status = "okay";
|
||||||
|
+ /*
|
||||||
|
+ * The two PCIe units are accessible through
|
||||||
|
+ * both standard PCIe slots and mini-PCIe
|
||||||
|
+ * slots on the board.
|
||||||
|
+ */
|
||||||
|
+ pcie0@0xd0040000 {
|
||||||
|
+ status = "okay";
|
||||||
|
+ };
|
||||||
|
+ pcie1@0xd0080000 {
|
||||||
|
+ status = "okay";
|
||||||
|
+ };
|
||||||
|
+ };
|
||||||
|
};
|
||||||
|
};
|
Loading…
Reference in a new issue