boards: x86/acrn: add devicetree PCIe controller node
Commit940c66f82e
added a bunch of ACPI PNP ID to x86 boards but skipped those for ACRN. And commit34a2fbfba1
changed the behavior of PCIe controller to looking for PNP ID, it results in compilation error due to build asserts. So add the PCIe controller node to the ACRN base DTS file. Fixes #68956 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
b0e1e9f5fb
commit
fe8fe27b4e
|
@ -27,6 +27,14 @@
|
|||
zephyr,console = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
};
|
||||
|
||||
pcie0: pcie0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "pcie-controller";
|
||||
acpi-hid = "PNP0A08";
|
||||
ranges;
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
|
|
Loading…
Reference in a new issue