Commit ee766e4d authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Sekhar Nori

ARM: DTS: da850: Add node for edma0

Add DT node for edma0.
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 06b57f1d
......@@ -150,6 +150,12 @@ mii_pins: pinmux_mii_pins {
};
};
edma0: edma@01c00000 {
compatible = "ti,edma3";
reg = <0x0 0x10000>;
interrupts = <11 13 12>;
#dma-cells = <1>;
};
serial0: serial@1c42000 {
compatible = "ns16550a";
reg = <0x42000 0x100>;
......
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