ARM: dts: rockchip: enable the uart0 for kylin board

This patch is enabling the uart0 for bluetooth module.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Caesar Wang 2016-01-15 21:49:51 +08:00 committed by Heiko Stuebner
parent b270a63de5
commit 5d69fa0f27

View file

@ -308,6 +308,10 @@ &sdio {
pinctrl-0 = <&sdio_clk &sdio_cmd &sdio_bus4>;
};
&uart0 {
status = "okay";
};
&uart2 {
status = "okay";
};