mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-30 18:06:33 +01:00
platform: andes/ae350: Use fdt irqchip driver
Andes PLIC is compatible with plic driver. The PLIC base address and number of source can be obtained by parsing the device tree. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:

committed by
Anup Patel

parent
8234fc1bdf
commit
127a3f2ab4
@@ -3,13 +3,14 @@
|
||||
config PLATFORM_ANDES_AE350
|
||||
bool
|
||||
select FDT
|
||||
select IRQCHIP_PLIC
|
||||
select FDT_SERIAL
|
||||
select FDT_SERIAL_UART8250
|
||||
select FDT_TIMER
|
||||
select FDT_TIMER_PLMT
|
||||
select FDT_RESET
|
||||
select FDT_RESET_ATCWDT200
|
||||
select FDT_IRQCHIP
|
||||
select FDT_IRQCHIP_PLIC
|
||||
default y
|
||||
|
||||
if PLATFORM_ANDES_AE350
|
||||
|
Reference in New Issue
Block a user