Re: [PATCH v3 8/8] arm64: dts: axiado: Add initial support for AX3005 SoC and eval board

Marc Zyngier <[email protected]> Tue, 28 Jul 2026 16:24:23 +0100
Newsgroups org.infradead.lists.linux-i3c,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-gpio,org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel,org.kernel.vger.linux-serial,org.kernel.vger.linux-spi,org.kernel.vger.linux-usb
Message-ID <[email protected]>
On Fri, 17 Jul 2026 04:51:15 +0100,
Swark Yang <[email protected]> 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.

-- 
linux-i3c mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/linux-i3c