summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-15 19:56:35 +0000
committerandrew <andrew@FreeBSD.org>2016-02-15 19:56:35 +0000
commit0ec3eae858a1fdf7e164f833c86861aedd9e4c53 (patch)
tree95c5048a2c47a551b7f3411cbaf716a1e237ab2c /sys/boot/fdt/dts
parent08a09027b1483df396620cab871f2ec9b192339e (diff)
downloadFreeBSD-src-0ec3eae858a1fdf7e164f833c86861aedd9e4c53.zip
FreeBSD-src-0ec3eae858a1fdf7e164f833c86861aedd9e4c53.tar.gz
Add support for the Allwinner DMA controller. This will be used by the at
least the audio codec driver currently in review. Submitted by: Jared McNeill <jmcneill@invisible.ca> Differential Revision: https://reviews.freebsd.org/D5050
Diffstat (limited to 'sys/boot/fdt/dts')
-rw-r--r--sys/boot/fdt/dts/arm/sun7i-a20.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/arm/sun7i-a20.dtsi b/sys/boot/fdt/dts/arm/sun7i-a20.dtsi
index 4d1742c..6070343 100644
--- a/sys/boot/fdt/dts/arm/sun7i-a20.dtsi
+++ b/sys/boot/fdt/dts/arm/sun7i-a20.dtsi
@@ -173,6 +173,13 @@
#address-cells = <1>;
#size-cells = <0>;
};
+
+ dma: dma-controller@01c02000 {
+ compatible = "allwinner,sun4i-a10-dma";
+ reg = <0x01c02000 0x1000>;
+ interrupts = <27>;
+ interrupt-parent = <&GIC>;
+ };
};
};
OpenPOWER on IntegriCloud