ARM: dts: px3se-evb: disable uart1

Because px3se evb board enables fiq-debugger on uart1,
this disables uart1 and set uart1 iomux in fiq-debugger.

Change-Id: I0432216ee2162699309605c72600ad56a1e6c7b9
Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
This commit is contained in:
Shunqian Zheng
2018-05-29 15:43:34 +08:00
committed by Tao Huang
parent 8c7bd35db4
commit 95f651aba2

View File

@@ -84,6 +84,10 @@
fiq-debugger {
compatible = "rockchip,fiq-debugger";
pinctrl-names = "default";
pinctrl-0 = <&uart1_xfer>;
rockchip,serial-id = <1>;
rockchip,wake-irq = <0>;
/* If enable uart uses irq instead of fiq */
@@ -514,7 +518,8 @@
};
&uart1 {
status = "okay";
/* disable uart1 explicitly since fiq-debugger is on uart1 */
status = "disabled";
};
&usb_host_ehci {