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:
parent
0e537bc04e
commit
6b004bc1b9
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue