Commit e5d0f9f5 authored by Huang Shijie's avatar Huang Shijie Committed by Shawn Guo

ARM: imx6q: add DT node for apbh-dma

add DT node for apbh-dma.
Signed-off-by: default avatarHuang Shijie <shijie8@gmail.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 6887a413
......@@ -87,6 +87,11 @@ soc {
interrupt-parent = <&intc>;
ranges;
dma-apbh@00110000 {
compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
reg = <0x00110000 0x2000>;
};
timer@00a00600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x00a00600 0x20>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment