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
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
gic: interrupt-controller@1800000 {
|
gic: interrupt-controller@1800000 {
|
||||||
compatible = "arm,gic";
|
compatible = "arm,gic-v3", "arm,gic";
|
||||||
reg = <0x01800000 0x10000>, /* GICD */
|
reg = <0x01800000 0x10000>, /* GICD */
|
||||||
<0x01880000 0xc0000>; /* GICR */
|
<0x01880000 0xc0000>; /* GICR */
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
|
|
|
@ -7,6 +7,5 @@ config SOC_SERIES_AM6X_A53
|
||||||
select ARM64
|
select ARM64
|
||||||
select CPU_CORTEX_A53
|
select CPU_CORTEX_A53
|
||||||
select ARM_ARCH_TIMER
|
select ARM_ARCH_TIMER
|
||||||
select GIC_V3
|
|
||||||
help
|
help
|
||||||
Enable support for AM6X A53 Series.
|
Enable support for AM6X A53 Series.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue