Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 488d1a6f authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper
Browse files

arm: mvebu: PCIe Device Tree informations for Armada 370 Mirabox



The Globalscale Mirabox platform uses one PCIe interface for an
available mini-PCIe slot, and the other PCIe interface for an internal
USB 3.0 controller. We add the necessary Device Tree informations to
enable those two interfaces.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent bf4f9c63
Loading
Loading
Loading
Loading
+16 −0
Original line number Original line Diff line number Diff line
@@ -118,5 +118,21 @@
				reg = <0x25>;
				reg = <0x25>;
			};
			};
		};
		};

		pcie-controller {
			status = "okay";

			/* Internal mini-PCIe connector */
			pcie@1,0 {
				/* Port 0, Lane 0 */
				status = "okay";
			};

			/* Connected on the PCB to a USB 3.0 XHCI controller */
			pcie@2,0 {
				/* Port 1, Lane 0 */
				status = "okay";
			};
		};
	};
	};
};
};