summaryrefslogtreecommitdiff
path: root/arch/arc/dts
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2019-12-26 14:47:42 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2020-02-12 20:40:24 +0300
commit95f7103f943bff243df46592eca5dcb8957ab0ba (patch)
treee467d5a633ca87c8faf4093b04276b5289dd5d60 /arch/arc/dts
parent1a1383f3678212dd126a2e088b14654bd106ec4c (diff)
downloadu-boot-95f7103f943bff243df46592eca5dcb8957ab0ba.tar.xz
ARC: nsim_hs38: Add support of Virtio NET & BLK
Given now nsim_hs38 configuration is usable on QEMU and in QEMU we have Virtio working perfectly fine the next logical step is to add support of supported & known to work net & bkl to this config. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/dts')
-rw-r--r--arch/arc/dts/nsim.dts24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arc/dts/nsim.dts b/arch/arc/dts/nsim.dts
index 43f281dfec..c2899ef2ea 100644
--- a/arch/arc/dts/nsim.dts
+++ b/arch/arc/dts/nsim.dts
@@ -30,4 +30,28 @@
clock-frequency = <70000000>;
};
+ virtio0: virtio@f0100000 {
+ compatible = "virtio,mmio";
+ reg = <0xf0100000 0x2000>;
+ };
+
+ virtio1: virtio@f0102000 {
+ compatible = "virtio,mmio";
+ reg = <0xf0102000 0x2000>;
+ };
+
+ virtio2: virtio@f0104000 {
+ compatible = "virtio,mmio";
+ reg = <0xf0104000 0x2000>;
+ };
+
+ virtio3: virtio@f0106000 {
+ compatible = "virtio,mmio";
+ reg = <0xf0106000 0x2000>;
+ };
+
+ virtio4: virtio@f0108000 {
+ compatible = "virtio,mmio";
+ reg = <0xf0108000 0x2000>;
+ };
};