summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts')
-rw-r--r--sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts b/sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts
index 5016738..0ed81fc 100644
--- a/sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts
+++ b/sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts
@@ -39,7 +39,8 @@
compatible = "altr,socfpga-cyclone5", "altr,socfpga";
memreserve = < 0x00000000 0x1000 >, /* SMP trampoline */
- < 0x00001000 0x1000 >; /* virtio block */
+ < 0x00001000 0x1000 >, /* virtio block */
+ < 0x00002000 0x1000 >; /* virtio net */
memory {
device_type = "memory";
@@ -111,6 +112,15 @@
pio-recv = <&pio0>;
pio-send = <&pio1>;
beri-mem = <&beri_mem0>;
+ status = "disabled";
+ };
+
+ beri_vtnet: vtnet@00002000 {
+ compatible = "sri-cambridge,beri-vtnet";
+ reg = <0x00002000 0x1000>;
+ pio-recv = <&pio0>;
+ pio-send = <&pio1>;
+ beri-mem = <&beri_mem0>;
status = "okay";
};
OpenPOWER on IntegriCloud