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:
parent
95c1a7e83f
commit
bca43d3eaf
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue