From de7091a1f596bf2be54750110f74f1e266ec1693 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sun, 25 Oct 2020 18:18:47 +0000 Subject: [PATCH] fdts: Add VirtIO network device to Morello FVP Signed-off-by: Jessica Clarke Change-Id: I5ad5290925f637b94168b507b3dcbdd5e1b82e5a --- fdts/morello-fvp.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fdts/morello-fvp.dts b/fdts/morello-fvp.dts index 00b4c43aa..699dc2346 100644 --- a/fdts/morello-fvp.dts +++ b/fdts/morello-fvp.dts @@ -80,6 +80,12 @@ interrupts = ; }; + virtio_net@1c180000 { + compatible = "virtio,mmio"; + reg = <0x0 0x1c180000 0x0 0x200>; + interrupts = ; + }; + virtio_rng@1c190000 { compatible = "virtio,mmio"; reg = <0x0 0x1c190000 0x0 0x200>;