Sfoglia il codice sorgente

arm: mvebu: PCIe Device Tree informations for OpenBlocks AX3-4

The PlatHome OpenBlocks AX3-4 has an internal mini-PCIe slot that can
be used to plug mini-PCIe devices. We therefore enable the PCIe
interface that corresponds to this slot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Thomas Petazzoni 12 anni fa
parent
commit
95999cf098
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts

+ 9 - 0
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts

@@ -168,5 +168,14 @@
 				bank-width = <2>;
 			};
 		};
+
+		pcie-controller {
+			status = "okay";
+			/* Internal mini-PCIe connector */
+			pcie@1,0 {
+				/* Port 0, Lane 0 */
+				status = "okay";
+			};
+		};
 	};
 };