[PATCH v5 3/5] ARM: dts: microchip: sam9x60: Add GFX2D GPU

Cyrille Pitchen posted 5 patches 3 weeks, 6 days ago
There is a newer version of this series
[PATCH v5 3/5] ARM: dts: microchip: sam9x60: Add GFX2D GPU
Posted by Cyrille Pitchen 3 weeks, 6 days ago
Add support for the GFX2D GPU.

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@microchip.com>
---
 arch/arm/boot/dts/microchip/sam9x60.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/microchip/sam9x60.dtsi b/arch/arm/boot/dts/microchip/sam9x60.dtsi
index b075865e6a7688005d471665459b3f6f1f26f7a4..338a0f3b336ffa6f1e3f900a4b4a58e4e3f93bb8 100644
--- a/arch/arm/boot/dts/microchip/sam9x60.dtsi
+++ b/arch/arm/boot/dts/microchip/sam9x60.dtsi
@@ -353,6 +353,14 @@ AT91_XDMAC_DT_PERID(26))>,
 				status = "disabled";
 			};
 
+			gpu: gpu@f0018000 {
+				compatible = "microchip,sam9x60-gfx2d";
+				reg = <0xf0018000 0x4000>;
+				interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>;
+				clocks = <&pmc PMC_TYPE_PERIPHERAL 36>;
+				status = "disabled";
+			};
+
 			i2s: i2s@f001c000 {
 				compatible = "microchip,sam9x60-i2smcc";
 				reg = <0xf001c000 0x100>;

-- 
2.51.0
Re: [PATCH v5 3/5] ARM: dts: microchip: sam9x60: Add GFX2D GPU
Posted by Nicolas Ferre 3 weeks, 6 days ago
On 13/01/2026 at 14:10, Cyrille Pitchen wrote:
> Add support for the GFX2D GPU.
> 
> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@microchip.com>
> ---
>   arch/arm/boot/dts/microchip/sam9x60.dtsi | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/microchip/sam9x60.dtsi b/arch/arm/boot/dts/microchip/sam9x60.dtsi
> index b075865e6a7688005d471665459b3f6f1f26f7a4..338a0f3b336ffa6f1e3f900a4b4a58e4e3f93bb8 100644
> --- a/arch/arm/boot/dts/microchip/sam9x60.dtsi
> +++ b/arch/arm/boot/dts/microchip/sam9x60.dtsi
> @@ -353,6 +353,14 @@ AT91_XDMAC_DT_PERID(26))>,
>   				status = "disabled";
>   			};
>   
> +			gpu: gpu@f0018000 {
> +				compatible = "microchip,sam9x60-gfx2d";
> +				reg = <0xf0018000 0x4000>;

Same here, probably smaller size for register map is better.

Regards,
   Nicolas

> +				interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>;
> +				clocks = <&pmc PMC_TYPE_PERIPHERAL 36>;
> +				status = "disabled";
> +			};
> +
>   			i2s: i2s@f001c000 {
>   				compatible = "microchip,sam9x60-i2smcc";
>   				reg = <0xf001c000 0x100>;
>