Skip to content

Commit 10c857f

Browse files
ambarusclaudiubeznea
authored andcommitted
ARM: dts: at91: sam9x60: Add 2D Graphics Engine
The 2D Graphics Engine (GFX2D) is an AHB-protocol drawing engine. It performs memory data move operation over one master bus port. Keep the node disabled, as it will be enabled in overlay together with the LCD. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> [ta: cherry-pick to v5.10] Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 337df13 commit 10c857f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,17 @@
226226
status = "disabled";
227227
};
228228

229+
gpu: gfx2d@f0018000 {
230+
compatible = "microchip,sam9x60-gfx2d";
231+
reg = <0xf0018000 0x4000>;
232+
interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>;
233+
clocks = <&pmc PMC_TYPE_PERIPHERAL 36>;
234+
clock-names = "periph_clk";
235+
#address-cells = <1>;
236+
#size-cells = <0>;
237+
status = "disabled";
238+
};
239+
229240
i2s: i2s@f001c000 {
230241
compatible = "microchip,sam9x60-i2smcc";
231242
reg = <0xf001c000 0x100>;

0 commit comments

Comments
 (0)