arm64: dts: rockchip: rk1808-evb: fix irqid of fiq-debugger

Change-Id: Ie473f821bf68483ba4a182db717e65a9970b40a9
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2018-10-06 16:12:16 +08:00
committed by Tao Huang
parent 20929b39af
commit fefd0db56d

View File

@@ -94,7 +94,7 @@
/* If enable uart uses irq instead of fiq */
rockchip,irq-mode-enable = <0>;
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
interrupts = <GIC_SPI 274 IRQ_TYPE_LEVEL_LOW>;
interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";