summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/arm/rtsm_ve-motherboard-rs2.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm64/arm/rtsm_ve-motherboard-rs2.dtsi')
-rw-r--r--dts/src/arm64/arm/rtsm_ve-motherboard-rs2.dtsi27
1 files changed, 27 insertions, 0 deletions
diff --git a/dts/src/arm64/arm/rtsm_ve-motherboard-rs2.dtsi b/dts/src/arm64/arm/rtsm_ve-motherboard-rs2.dtsi
new file mode 100644
index 0000000000..57b0b9d7f3
--- /dev/null
+++ b/dts/src/arm64/arm/rtsm_ve-motherboard-rs2.dtsi
@@ -0,0 +1,27 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * ARM Ltd. Fast Models
+ *
+ * "rs2" extension for the v2m motherboard
+ */
+/ {
+ smb@8000000 {
+ motherboard {
+ arm,v2m-memory-map = "rs2";
+
+ iofpga@3,00000000 {
+ virtio-p9@140000 {
+ compatible = "virtio,mmio";
+ reg = <0x140000 0x200>;
+ interrupts = <43>;
+ };
+
+ virtio-net@150000 {
+ compatible = "virtio,mmio";
+ reg = <0x150000 0x200>;
+ interrupts = <44>;
+ };
+ };
+ };
+ };
+};