arm64: dts: rockchip: rk3568: modify parameters for fiq-debugger

1. set baudrate 1.5M
2. set interrupts number 252

Change-Id: I5d18a5e81558210117f627db0df1704de63e173d
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
Liang Chen
2020-10-21 15:40:32 +08:00
committed by Tao Huang
parent 05b8bba67f
commit ffaf63155e
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@
rockchip,wake-irq = <0>;
/* If enable uart uses irq instead of fiq */
rockchip,irq-mode-enable = <1>;
rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */
interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_LOW>;
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
interrupts = <GIC_SPI 252 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";

View File

@@ -15,8 +15,8 @@
rockchip,wake-irq = <0>;
/* If enable uart uses irq instead of fiq */
rockchip,irq-mode-enable = <1>;
rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */
interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_LOW>;
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
interrupts = <GIC_SPI 252 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";