diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2016-01-20 11:09:01 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-02-29 16:17:41 +0800 |
commit | 76758c6a676137b23044465e5c3ffa45e1304e8a (patch) | |
tree | 556fed03af81d9438a6995a6f70f02798e0f5b29 /arch/arm/boot | |
parent | b9901fe84f02e42664a5d15c7b46027d478227bb (diff) | |
download | blackbird-op-linux-76758c6a676137b23044465e5c3ffa45e1304e8a.tar.gz blackbird-op-linux-76758c6a676137b23044465e5c3ffa45e1304e8a.zip |
ARM: dts: imx6ul: add sdma support
Add device node for the i.MX6UL SDMA unit.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 40ea5f0c7249..9c719b260405 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -548,6 +548,18 @@ clock-names = "ipg", "per"; }; + sdma: sdma@020ec000 { + compatible = "fsl,imx6ul-sdma", "fsl,imx6q-sdma", + "fsl,imx35-sdma"; + reg = <0x020ec000 0x4000>; + interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks IMX6UL_CLK_SDMA>, + <&clks IMX6UL_CLK_SDMA>; + clock-names = "ipg", "ahb"; + #dma-cells = <3>; + fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin"; + }; + pwm5: pwm@020f0000 { compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm"; reg = <0x020f0000 0x4000>; |