]> Pileus Git - ~andy/linux/blobdiff - arch/arm/boot/dts/omap36xx.dtsi
ARM: dts: Add missing reg, interrupt and dma entries for omap3
[~andy/linux] / arch / arm / boot / dts / omap36xx.dtsi
index f8b3765eb9becea27e0f6028b15bf9d56ab8b484..380c22eb468ef705186e9f3f55137e19809ac8d4 100644 (file)
        ocp {
                uart4: serial@49042000 {
                        compatible = "ti,omap3-uart";
+                       reg = <0x49042000 0x400>;
+                       interrupts = <80>;
+                       dmas = <&sdma 81 &sdma 82>;
+                       dma-names = "tx", "rx";
                        ti,hwmods = "uart4";
                        clock-frequency = <48000000>;
                };