Commit c0f0ab53 authored by Madhukar Pappireddy's avatar Madhukar Pappireddy Committed by TrustedFirmware Code Review
Browse files

Merge "fdts: enable virtIO P9 device for morello fvp platform" into integration

parents 8ef06b6c 4bf98b27
...@@ -92,6 +92,12 @@ ...@@ -92,6 +92,12 @@
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
}; };
virtio_p9@1c1a0000 {
compatible = "virtio,mmio";
reg = <0x0 0x1c1a0000 0x0 0x200>;
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
};
ethernet@1d100000 { ethernet@1d100000 {
compatible = "smsc,lan91c111"; compatible = "smsc,lan91c111";
reg = <0x0 0x1d100000 0x0 0x10000>; reg = <0x0 0x1d100000 0x0 0x10000>;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment