From 4bf98b27dcc9fb920950353e6a0a9d27b30c9fcf Mon Sep 17 00:00:00 2001 From: sah01 Date: Fri, 12 Feb 2021 13:53:05 +0530 Subject: [PATCH] fdts: enable virtIO P9 device for morello fvp platform Signed-off-by: sah01 Change-Id: Ic11d739c0bf2076354716cc06fbe25e9000a21e7 --- fdts/morello-fvp.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fdts/morello-fvp.dts b/fdts/morello-fvp.dts index dda73f1c2..4f6c8a743 100644 --- a/fdts/morello-fvp.dts +++ b/fdts/morello-fvp.dts @@ -92,6 +92,12 @@ interrupts = ; }; + virtio_p9@1c1a0000 { + compatible = "virtio,mmio"; + reg = <0x0 0x1c1a0000 0x0 0x200>; + interrupts = ; + }; + ethernet@1d100000 { compatible = "smsc,lan91c111"; reg = <0x0 0x1d100000 0x0 0x10000>;