|
@@ -104,12 +104,14 @@
|
|
compatible = "atmel,at91sam9g45-dma";
|
|
compatible = "atmel,at91sam9g45-dma";
|
|
reg = <0xffffec00 0x200>;
|
|
reg = <0xffffec00 0x200>;
|
|
interrupts = <20 4 0>;
|
|
interrupts = <20 4 0>;
|
|
|
|
+ #dma-cells = <2>;
|
|
};
|
|
};
|
|
|
|
|
|
dma1: dma-controller@ffffee00 {
|
|
dma1: dma-controller@ffffee00 {
|
|
compatible = "atmel,at91sam9g45-dma";
|
|
compatible = "atmel,at91sam9g45-dma";
|
|
reg = <0xffffee00 0x200>;
|
|
reg = <0xffffee00 0x200>;
|
|
interrupts = <21 4 0>;
|
|
interrupts = <21 4 0>;
|
|
|
|
+ #dma-cells = <2>;
|
|
};
|
|
};
|
|
|
|
|
|
pinctrl@fffff400 {
|
|
pinctrl@fffff400 {
|