diff options
author | Michael Lee <igvtee@gmail.com> | 2015-12-02 21:41:22 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:42 +0200 |
commit | f36d624d88f962b12a7c819d456590d6b0a9ee24 (patch) | |
tree | 107001f2c2bcb458525a538f10104a8586619b1d /target/linux/ramips/dts/rt3883.dtsi | |
parent | f6fc5915610e62d219d0244f7dc63365c4cd0bac (diff) | |
download | upstream-f36d624d88f962b12a7c819d456590d6b0a9ee24.tar.gz upstream-f36d624d88f962b12a7c819d456590d6b0a9ee24.tar.bz2 upstream-f36d624d88f962b12a7c819d456590d6b0a9ee24.zip |
ramips: add gdma hsdma dts info
Signed-off-by: Michael Lee <igvtee@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/rt3883.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt3883.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt3883.dtsi b/target/linux/ramips/dts/rt3883.dtsi index d92cb65b7a..041b0633d3 100644 --- a/target/linux/ramips/dts/rt3883.dtsi +++ b/target/linux/ramips/dts/rt3883.dtsi @@ -211,6 +211,23 @@ pinctrl-names = "default"; pinctrl-0 = <&uartlite_pins>; }; + + gdma: gdma@2800 { + compatible = "ralink,rt3883-gdma"; + reg = <0x2800 0x800>; + + resets = <&rstctrl 14>; + reset-names = "dma"; + + interrupt-parent = <&intc>; + interrupts = <7>; + + #dma-cells = <1>; + #dma-channels = <16>; + #dma-requests = <16>; + + status = "disabled"; + }; }; pinctrl: pinctrl { |