]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6qdl-sabrelite: Add uart1 support
authorTroy Kisky <troy.kisky@boundarydevices.com>
Fri, 13 Dec 2013 01:49:06 +0000 (18:49 -0700)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 31 Dec 2013 03:06:10 +0000 (11:06 +0800)
Uart1 is available on Sabre Lite.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi

index d7522c9468aeb93dc869e259c5e27018eca8685a..903da1433bb02d1a1e9226cc498927ca8b2e6c20 100644 (file)
                        fsl,pins = <MX6QDL_I2C1_PINGRP1>;
                };
 
+               pinctrl_uart1: uart1grp {
+                       fsl,pins = <MX6QDL_UART1_PINGRP2>;
+               };
+
                pinctrl_uart2: uart2grp {
                        fsl,pins = <MX6QDL_UART2_PINGRP1>;
                };
        status = "okay";
 };
 
+&uart1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_uart1>;
+       status = "okay";
+};
+
 &uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart2>;