提交 0cd49141 编写于 作者: R Robert Jarzmik

ARM: dts: pxa: add dma controller

Add the SoC embedded DMA controller, shared with the mmp architecture.
Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
上级 d770e558
...@@ -7,6 +7,15 @@ ...@@ -7,6 +7,15 @@
compatible = "marvell,pxa27x"; compatible = "marvell,pxa27x";
pxabus { pxabus {
pdma: dma-controller@40000000 {
compatible = "marvell,pdma-1.0";
reg = <0x40000000 0x10000>;
interrupts = <25>;
#dma-channels = <32>;
#dma-cells = <2>;
status = "okay";
};
pxairq: interrupt-controller@40d00000 { pxairq: interrupt-controller@40d00000 {
marvell,intc-priority; marvell,intc-priority;
marvell,intc-nr-irqs = <34>; marvell,intc-nr-irqs = <34>;
......
...@@ -6,6 +6,15 @@ ...@@ -6,6 +6,15 @@
compatible = "marvell,pxa3xx"; compatible = "marvell,pxa3xx";
pxabus { pxabus {
pdma: dma-controller@40000000 {
compatible = "marvell,pdma-1.0";
reg = <0x40000000 0x10000>;
interrupts = <25>;
#dma-channels = <32>;
#dma-cells = <2>;
status = "okay";
};
pwri2c: i2c@40f500c0 { pwri2c: i2c@40f500c0 {
compatible = "mrvl,pwri2c"; compatible = "mrvl,pwri2c";
reg = <0x40f500c0 0x30>; reg = <0x40f500c0 0x30>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册