soc: arm: nxp_s32: Move GIC version to DT

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

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

View file

@ -81,7 +81,7 @@
interrupt-parent = <&gic>;
gic: interrupt-controller@47800000 {
compatible = "arm,gic";
compatible = "arm,gic-v3", "arm,gic";
reg = <0x47800000 0x10000>,
<0x47900000 0x80000>;
interrupt-controller;

View file

@ -10,7 +10,6 @@ config SOC_SERIES_S32ZE_R52
select CPU_CORTEX_R52
select CPU_HAS_DCLS
select CPU_HAS_ARM_MPU
select GIC_V3
select GIC_SINGLE_SECURITY_STATE
select VFP_DP_D16
select PLATFORM_SPECIFIC_INIT