arm64: dts: rockchip: fix uart2 console configuration on rk3588-android.dtsi

1. Set earlycon base address 0xfeb50000
2. Set fiq_debugger interrupts id 423

Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
Change-Id: I4069d5ec5e6633c903a5e84f099c982d87c4ca36
This commit is contained in:
Huibin Hong
2021-11-09 07:14:39 +00:00
committed by Tao Huang
parent 91142983e6
commit 6b993d226c

View File

@@ -6,7 +6,7 @@
/ {
chosen: chosen {
bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0";
bootargs = "earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0";
};
fiq_debugger: fiq-debugger {
@@ -16,7 +16,7 @@
/* If enable uart uses irq instead of fiq */
rockchip,irq-mode-enable = <1>;
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
interrupts = <GIC_SPI 252 IRQ_TYPE_LEVEL_LOW>;
interrupts = <GIC_SPI 423 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";