ARM: dts: rk322x: add another GPIO sets for UART1
authorBinyuan Lan <lby@rock-chips.com>
Tue, 20 Jun 2017 02:20:01 +0000 (10:20 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 20 Jun 2017 08:28:30 +0000 (16:28 +0800)
Change-Id: Ibb32b7c9fb59f9adad4d4645967aa9f1c5032f5c
Signed-off-by: Binyuan Lan <lby@rock-chips.com>
arch/arm/boot/dts/rk322x.dtsi

index 8a7f3101d0c3f7c7583efa907bd005b71c78cfcb..0147b74ad864d37122851b1d1eeef9da6c510318 100644 (file)
                        };
                };
 
+               uart1-1 {
+                       uart11_xfer: uart11-xfer {
+                               rockchip,pins = <3 14 RK_FUNC_1 &pcfg_pull_up>,
+                                               <3 13 RK_FUNC_1 &pcfg_pull_none>;
+                       };
+
+                       uart11_cts: uart11-cts {
+                               rockchip,pins = <3 7 RK_FUNC_1 &pcfg_pull_none>;
+                       };
+
+                       uart11_rts: uart11-rts {
+                               rockchip,pins = <3 6 RK_FUNC_1 &pcfg_pull_none>;
+                       };
+
+                       uart11_rts_gpio: uart11-rts-gpio {
+                               rockchip,pins = <3 6 RK_FUNC_GPIO &pcfg_pull_none>;
+                       };
+               };
+
                uart2 {
                        uart2_xfer: uart2-xfer {
                                rockchip,pins = <1 18 RK_FUNC_2 &pcfg_pull_up>,