summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-04-17 12:33:26 +0000
committerbz <bz@FreeBSD.org>2014-04-17 12:33:26 +0000
commit7fac2bd7e76582fef2ce803a611e235cdfd5eebe (patch)
tree1bf44f1d9bdd35039f3fccc0671dbba32fca9f32 /sys/boot/fdt
parent327c18ea773e326cb0780ad1334caf9422e17be5 (diff)
downloadFreeBSD-src-7fac2bd7e76582fef2ce803a611e235cdfd5eebe.zip
FreeBSD-src-7fac2bd7e76582fef2ce803a611e235cdfd5eebe.tar.gz
Add the initial version of if_nf10bmac(4), a driver to support an
NetFPGA-10G Embedded CPU Ethernet Core. The current version operates on a simple PIO based interface connected to a NetFPGA-10G port. To avoid confusion: this driver operates on a CPU running on the FPGA, e.g. BERI/mips, and is not suited for the PCI host interface. MFC after: 1 week Relnotes: yes Sponsored by: DARPA/AFRL
Diffstat (limited to 'sys/boot/fdt')
-rw-r--r--sys/boot/fdt/dts/mips/beri-netfpga.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/mips/beri-netfpga.dts b/sys/boot/fdt/dts/mips/beri-netfpga.dts
index 9188975..c0fdf23 100644
--- a/sys/boot/fdt/dts/mips/beri-netfpga.dts
+++ b/sys/boot/fdt/dts/mips/beri-netfpga.dts
@@ -1,7 +1,7 @@
/*-
* Copyright (c) 2012-2013 Robert N. M. Watson
* Copyright (c) 2013 SRI International
- * Copyright (c) 2013 Bjoern A. Zeeb
+ * Copyright (c) 2013-2014 Bjoern A. Zeeb
* All rights reserved.
*
* This software was developed by SRI International and the University of
@@ -132,6 +132,17 @@
interrupt-parent = <&beripic>;
};
*/
+
+ ethernet@7f005000 {
+ compatible = "netfpag10g,nf10bmac";
+ // TX, RX, LOOP
+ reg = <0x7f005010 0xc
+ 0x7f005020 0xc
+ 0x7f005030 0x4>;
+ // RX
+ #interrupts = <1>;
+ #interrupt-parent = <&beripic>;
+ };
};
aliases {
OpenPOWER on IntegriCloud