Skip to content

Commit fbd3d2c

Browse files
committed
dts: aspeed: ast2700: Add pcie's nodes
* Enable all EP by default. * VGA/BMC-DEV: Use MSI. Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com> Change-Id: I39b28a55059f873e0dd9f0061358944e58bbe4eb
1 parent 9c30675 commit fbd3d2c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

dts/riscv/aspeed/ast27xx.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,22 @@
9393
reg-names = "cpu", "io";
9494
status = "disabled";
9595
};
96+
97+
pcie0: pcie0 {
98+
compatible = "aspeed,ast27xx-pcie";
99+
vga = "MSI";
100+
bmc-device = "MSI";
101+
ehci = "INTx";
102+
xhci = "INTx";
103+
};
104+
105+
pcie1: pcie1 {
106+
compatible = "aspeed,ast27xx-pcie";
107+
vga = "MSI";
108+
bmc-device = "MSI";
109+
ehci = "INTx";
110+
xhci = "INTx";
111+
};
96112
};
97113

98114
soc1 {

0 commit comments

Comments
 (0)