soc: arm: xilinx_zynq7000: Move GIC version to DT

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

Signed-off-by: Piotr Wojnarowski <pwojnarowski@antmicro.com>
This commit is contained in:
Piotr Wojnarowski 2023-05-17 17:46:50 +02:00 committed by Anas Nashif
commit 95c1a7e83f
3 changed files with 1 additions and 3 deletions

View file

@ -40,7 +40,7 @@
};
gic: interrupt-controller@f8f01000 {
compatible = "arm,gic";
compatible = "arm,gic-v1", "arm,gic";
status = "okay";
reg = <0xf8f01000 0x1000>,
<0xf8f00100 0x100>;

View file

@ -8,7 +8,6 @@ config SOC_SERIES_XILINX_XC7ZXXX
select SOC_FAMILY_XILINX_ZYNQ7000
select ARM
select CPU_CORTEX_A9
select GIC_V1
select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
help
Enable support for the Xilinx Zynq-7000 (XC7Zxxx)

View file

@ -8,7 +8,6 @@ config SOC_SERIES_XILINX_XC7ZXXXS
select SOC_FAMILY_XILINX_ZYNQ7000
select ARM
select CPU_CORTEX_A9
select GIC_V1
select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
help
Enable support for the Xilinx Zynq-7000S (XC7ZxxxS)