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/rt3050.dtsi | |
parent | f6fc5915610e62d219d0244f7dc63365c4cd0bac (diff) | |
download | mtk-20170518-f36d624d88f962b12a7c819d456590d6b0a9ee24.zip mtk-20170518-f36d624d88f962b12a7c819d456590d6b0a9ee24.tar.gz mtk-20170518-f36d624d88f962b12a7c819d456590d6b0a9ee24.tar.bz2 |
ramips: add gdma hsdma dts info
Signed-off-by: Michael Lee <igvtee@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/rt3050.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt3050.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt3050.dtsi b/target/linux/ramips/dts/rt3050.dtsi index caf448b..ed88ac1 100644 --- a/target/linux/ramips/dts/rt3050.dtsi +++ b/target/linux/ramips/dts/rt3050.dtsi @@ -149,6 +149,23 @@ status = "disabled"; }; + gdma: gdma@700 { + compatible = "ralink,rt305x-gdma"; + reg = <0x700 0x100>; + + resets = <&rstctrl 14>; + reset-names = "dma"; + + interrupt-parent = <&intc>; + interrupts = <7>; + + #dma-cells = <1>; + #dma-channels = <8>; + #dma-requests = <8>; + + status = "disabled"; + }; + spi0: spi@b00 { compatible = "ralink,rt3050-spi", "ralink,rt2880-spi"; reg = <0xb00 0x100>; |