arm64: dts: mediatek: mt7988a-bpi-r4: Enable pcie

Enable the pci controllers on BPI-R4.

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20241217091238.16032-23-linux@fw-web.de
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Frank Wunderlich 2024-12-17 10:12:36 +01:00 committed by AngeloGioacchino Del Regno
parent 6c7ab31193
commit 8b74b1acba
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478
2 changed files with 24 additions and 4 deletions

View File

@ -113,6 +113,26 @@ i2c_sfp2: i2c@2 {
};
};
/* mPCIe SIM2 */
&pcie0 {
status = "okay";
};
/* mPCIe SIM3 */
&pcie1 {
status = "okay";
};
/* M.2 key-B SIM1 */
&pcie2 {
status = "okay";
};
/* M.2 key-M SSD */
&pcie3 {
status = "okay";
};
&pio {
mdio0_pins: mdio0-pins {
mux {

View File

@ -373,7 +373,7 @@ mmc0: mmc@11230000 {
status = "disabled";
};
pcie@11280000 {
pcie2: pcie@11280000 {
compatible = "mediatek,mt7986-pcie",
"mediatek,mt8192-pcie";
device_type = "pci";
@ -411,7 +411,7 @@ pcie_intc2: interrupt-controller {
};
};
pcie@11290000 {
pcie3: pcie@11290000 {
compatible = "mediatek,mt7986-pcie",
"mediatek,mt8192-pcie";
device_type = "pci";
@ -449,7 +449,7 @@ pcie_intc3: interrupt-controller {
};
};
pcie@11300000 {
pcie0: pcie@11300000 {
compatible = "mediatek,mt7986-pcie",
"mediatek,mt8192-pcie";
device_type = "pci";
@ -487,7 +487,7 @@ pcie_intc0: interrupt-controller {
};
};
pcie@11310000 {
pcie1: pcie@11310000 {
compatible = "mediatek,mt7986-pcie",
"mediatek,mt8192-pcie";
device_type = "pci";