ARM: dts: am3517-evm-uboot: Add reg-shift for UART
[platform/kernel/u-boot.git] / arch / arm / dts / am3517-evm-u-boot.dtsi
index f049a64..59df819 100644 (file)
@@ -9,3 +9,15 @@
                stdout-path = &uart3;
        };
 };
+
+&uart1 {
+       reg-shift = <2>;
+};
+
+&uart2 {
+       reg-shift = <2>;
+};
+
+&uart3 {
+       reg-shift = <2>;
+};