Re: [PATCH v3 8/8] arm64: dts: axiado: Add initial support for AX3005 SoC and eval board
From: Marc Zyngier
Date: Tue Jul 28 2026 - 11:56:18 EST
On Fri, 17 Jul 2026 04:51:15 +0100,
Swark Yang <syang@xxxxxxxxxx> wrote:
>
[...]
> + soc {
> + compatible = "simple-bus";
> + #address-cells = <2>;
> + #size-cells = <2>;
> + interrupt-parent = <&gic500>;
> + ranges;
> +
> + gic500: interrupt-controller@40400000 {
> + compatible = "arm,gic-v3";
> + reg = <0x0 0x40400000 0x0 0x10000>,
> + <0x0 0x40500000 0x0 0xc0000>;
This is missing the GICC, GICH and GICV regions that are implemented
on Cortex-A53. See the binding document.
> + ranges;
> + #interrupt-cells = <3>;
> + interrupt-controller;
> + #address-cells = <2>;
> + #size-cells = <2>;
> + interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
> + #redistributor-regions = <1>;
This is the default, and isn't required.
M.
--
Without deviation from the norm, progress is not possible.