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:
parent
b270a63de5
commit
5d69fa0f27
|
@ -308,6 +308,10 @@ &sdio {
|
|||
pinctrl-0 = <&sdio_clk &sdio_cmd &sdio_bus4>;
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue