summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts
diff options
context:
space:
mode:
authorganbold <ganbold@FreeBSD.org>2015-12-03 09:37:20 +0000
committerganbold <ganbold@FreeBSD.org>2015-12-03 09:37:20 +0000
commitf1be4caaddb2a79b8dad36a5f2982fd87f11bf01 (patch)
tree69106b397ce0b79241fdf5c2dcd0e630c6cf3002 /sys/boot/fdt/dts
parent513b64e7bf082ecff6679db2c4dd573097ecbe5f (diff)
downloadFreeBSD-src-f1be4caaddb2a79b8dad36a5f2982fd87f11bf01.zip
FreeBSD-src-f1be4caaddb2a79b8dad36a5f2982fd87f11bf01.tar.gz
Add glue driver for Amlogic Meson Gigabit Ethernet Controller
and enable it for Odroid C1 board. Together with r291676 change, dwc(4) can receive packets now.
Diffstat (limited to 'sys/boot/fdt/dts')
-rw-r--r--sys/boot/fdt/dts/arm/odroidc1.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/arm/odroidc1.dts b/sys/boot/fdt/dts/arm/odroidc1.dts
index aadaef3..2d15a09 100644
--- a/sys/boot/fdt/dts/arm/odroidc1.dts
+++ b/sys/boot/fdt/dts/arm/odroidc1.dts
@@ -323,7 +323,7 @@
eth@c9410000 {
/* ethernet */
- compatible = "snps,dwmac";
+ compatible = "amlogic,meson6-dwmac";
reg = <0xc9410000 0x2000>; /* ahbbus 0x410000 */
interrupts = <0 8 1>;
#address-cells = <1>;
OpenPOWER on IntegriCloud