Browse Source

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

pull/1940/head
Madhukar Pappireddy 4 years ago
committed by TrustedFirmware Code Review
parent
commit
c0f0ab53b4
  1. 6
      fdts/morello-fvp.dts

6
fdts/morello-fvp.dts

@ -92,6 +92,12 @@
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 {
compatible = "smsc,lan91c111";
reg = <0x0 0x1d100000 0x0 0x10000>;

Loading…
Cancel
Save