Skip to content

Commit 75ba0cf

Browse files
committed
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>
1 parent f2d2617 commit 75ba0cf

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
@@ -282,6 +282,17 @@
282282
status = "disabled";
283283
};
284284

285+
gpu: gfx2d@f0018000 {
286+
compatible = "microchip,sam9x60-gfx2d";
287+
reg = <0xf0018000 0x4000>;
288+
interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>;
289+
clocks = <&pmc PMC_TYPE_PERIPHERAL 36>;
290+
clock-names = "periph_clk";
291+
#address-cells = <1>;
292+
#size-cells = <0>;
293+
status = "disabled";
294+
};
295+
285296
i2s: i2s@f001c000 {
286297
compatible = "microchip,sam9x60-i2smcc";
287298
reg = <0xf001c000 0x100>;

0 commit comments

Comments
 (0)