mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +00:00
fdts: enable virtIO P9 device for morello fvp platform
Signed-off-by: sah01 <sahil@arm.com> Change-Id: Ic11d739c0bf2076354716cc06fbe25e9000a21e7
This commit is contained in:
parent
1272391ee1
commit
4bf98b27dc
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue