soc: arm: xilinx_zynqmp: Move GIC version to DT

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

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

View file

@ -22,7 +22,7 @@
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
gic: interrupt-controller@f9000000 { gic: interrupt-controller@f9000000 {
compatible = "arm,gic"; compatible = "arm,gic-v1", "arm,gic";
reg = <0xf9000000 0x1000>, reg = <0xf9000000 0x1000>,
<0xf9001000 0x100>; <0xf9001000 0x100>;
interrupt-controller; interrupt-controller;

View file

@ -7,7 +7,6 @@ config SOC_XILINX_ZYNQMP_RPU
select ARM select ARM
select CPU_CORTEX_R5 select CPU_CORTEX_R5
select SOC_XILINX_ZYNQMP select SOC_XILINX_ZYNQMP
select GIC_V1
select PLATFORM_SPECIFIC_INIT select PLATFORM_SPECIFIC_INIT
select CPU_HAS_ARM_MPU select CPU_HAS_ARM_MPU
select VFP_DP_D16 select VFP_DP_D16