soc: arm64: am6x: Move GIC version to DT

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

Signed-off-by: Piotr Wojnarowski <pwojnarowski@antmicro.com>
This commit is contained in:
Piotr Wojnarowski 2023-05-16 12:46:01 +02:00 committed by Anas Nashif
parent 0e537bc04e
commit 6b004bc1b9
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,7 @@
};
gic: interrupt-controller@1800000 {
compatible = "arm,gic";
compatible = "arm,gic-v3", "arm,gic";
reg = <0x01800000 0x10000>, /* GICD */
<0x01880000 0xc0000>; /* GICR */
interrupt-controller;

View File

@ -7,6 +7,5 @@ config SOC_SERIES_AM6X_A53
select ARM64
select CPU_CORTEX_A53
select ARM_ARCH_TIMER
select GIC_V3
help
Enable support for AM6X A53 Series.