On 09/02/26 3:26 pm, Cyrille Pitchen wrote: > Add support for the GFX2D GPU. > > Signed-off-by: Cyrille Pitchen <[email protected]> Reviewed-by: Manikandan Muralidharan <[email protected]> > --- > 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..58d0a2ce9218999e469dc435e21acd8837a4bcad > 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 0x100>; > + 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>; >
-- Thanks and Regards, Manikandan M.
