soc: arm: cyclonev: Move GIC version to DT

Move the GIC version to the device tree for cyclonev
to improve readability

Signed-off-by: Piotr Wojnarowski <pwojnarowski@antmicro.com>
This commit is contained in:
Piotr Wojnarowski 2023-05-17 21:47:25 +02:00 committed by Anas Nashif
commit 48ba2aec6a
2 changed files with 1 additions and 2 deletions

View file

@ -39,7 +39,7 @@
};
intc: intc@fffed000 {
compatible = "arm,gic";
compatible = "arm,gic-v1", "arm,gic";
#interrupt-cells = <4>;
interrupt-controller;
reg = <0xfffed000 0x1000>,

View file

@ -7,7 +7,6 @@ config SOC_SERIES_CYCLONE5
bool "Intel SoC FPGA Cyclone5 Series"
select ARM
select CPU_CORTEX_A9
select GIC_V1
select SOC_FAMILY_INTEL_SOCFPGA_STD
select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
select HAS_SPI_DW if SPI