mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user