|
@@ -154,6 +154,21 @@
|
|
clock-names = "baud", "module";
|
|
clock-names = "baud", "module";
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ dmac: dma-controller@13020000 {
|
|
|
|
+ compatible = "ingenic,jz4740-dma";
|
|
|
|
+ reg = <0x13020000 0xbc
|
|
|
|
+ 0x13020300 0x14>;
|
|
|
|
+ #dma-cells = <2>;
|
|
|
|
+
|
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
|
+ interrupts = <29>;
|
|
|
|
+
|
|
|
|
+ clocks = <&cgu JZ4740_CLK_DMA>;
|
|
|
|
+
|
|
|
|
+ /* Disable dmac until we have something that uses it */
|
|
|
|
+ status = "disabled";
|
|
|
|
+ };
|
|
|
|
+
|
|
uhc: uhc@13030000 {
|
|
uhc: uhc@13030000 {
|
|
compatible = "ingenic,jz4740-ohci", "generic-ohci";
|
|
compatible = "ingenic,jz4740-ohci", "generic-ohci";
|
|
reg = <0x13030000 0x1000>;
|
|
reg = <0x13030000 0x1000>;
|