Skip to content

Commit 214dc97

Browse files
SgrrZhfMaureenHelm
authored andcommitted
boards: arm64: enable uart interrupt driven feature on two boards
- fvp_baser_aemv8r_smp - fvp_base_revc_2xaemv8a Signed-off-by: Huifeng Zhang <[email protected]>
1 parent e96f18b commit 214dc97

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

boards/arm64/fvp_base_revc_2xaemv8a/fvp_base_revc_2xaemv8a.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
compatible = "arm,pl011";
8181
reg = <0x1c090000 0x1000>;
8282
status = "disabled";
83-
interrupts = <GIC_SPI 1 0 IRQ_TYPE_LEVEL>;
84-
interrupt-names = "irq_0";
83+
interrupts = <GIC_SPI 5 0 IRQ_TYPE_LEVEL>;
84+
interrupt-names = "irq_5";
8585
label = "UART_0";
8686
clocks = <&uartclk>;
8787
};

boards/arm64/fvp_base_revc_2xaemv8a/fvp_base_revc_2xaemv8a_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CONFIG_SERIAL=y
1818

1919
# Enable serial port
2020
CONFIG_UART_PL011=y
21+
CONFIG_UART_INTERRUPT_DRIVEN=y
2122

2223
# Enable console
2324
CONFIG_CONSOLE=y

boards/arm64/fvp_baser_aemv8r/fvp_baser_aemv8r_smp_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ CONFIG_SERIAL=y
2020

2121
# Enable serial port
2222
CONFIG_UART_PL011=y
23+
CONFIG_UART_INTERRUPT_DRIVEN=y
2324

2425
# Enable console
2526
CONFIG_CONSOLE=y

0 commit comments

Comments
 (0)