summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2015-07-03 14:46:57 +0000
committerbr <br@FreeBSD.org>2015-07-03 14:46:57 +0000
commit8cdae428f2b0024e91f869ecbc0b0f8e7e80ed5c (patch)
tree55b30417ccc659727170966f4cf77c6baee4a0a2 /sys/boot/fdt/dts
parentfcef6924b8fe0a6d62cbd2ec21823915381b8db6 (diff)
downloadFreeBSD-src-8cdae428f2b0024e91f869ecbc0b0f8e7e80ed5c.zip
FreeBSD-src-8cdae428f2b0024e91f869ecbc0b0f8e7e80ed5c.tar.gz
o Add a description for virtio block device implemented
in PISM (Bluespec C-interface device) o Add a kernel config Sponsored by: HEIF5
Diffstat (limited to 'sys/boot/fdt/dts')
-rw-r--r--sys/boot/fdt/dts/mips/beri-sim.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/mips/beri-sim.dts b/sys/boot/fdt/dts/mips/beri-sim.dts
index 7154456..5e0ab19 100644
--- a/sys/boot/fdt/dts/mips/beri-sim.dts
+++ b/sys/boot/fdt/dts/mips/beri-sim.dts
@@ -128,6 +128,18 @@
reg = <0x7f002000 0x40>;
};
+ virtio_mmio_platform0: virtio_mmio_platform@0 {
+ compatible = "beri,virtio_mmio_platform";
+ interrupts = <1>;
+ interrupt-parent = <&beripic0>;
+ };
+
+ virtio_block@7f020000 {
+ compatible = "virtio,mmio";
+ reg = <0x7f020000 0x1000>;
+ platform = <&virtio_mmio_platform0>;
+ };
+
sdcard@7f008000 {
compatible = "altera,sdcard_11_2011";
reg = <0x7f008000 0x400>;
OpenPOWER on IntegriCloud