Skip to content

Commit b18c8ae

Browse files
ryan-wannerclaudiubeznea
authored andcommitted
ARM: dts: microchip: sama7d65: add LCD controller
Add support for LCD controller node Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Link: https://lore.kernel.org/r/20260225085430.480052-2-manikandan.m@microchip.com [claudiu.beznea: add a space b/w the node address and the next '{'] Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 6de23f8 commit b18c8ae

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

arch/arm/boot/dts/microchip/sama7d65.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,32 @@
278278
status = "disabled";
279279
};
280280

281+
xlcdc: lcd-controller@e1400000 {
282+
compatible = "microchip,sama7d65-xlcdc";
283+
reg = <0xe1400000 0x2000>;
284+
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
285+
clocks = <&pmc PMC_TYPE_PERIPHERAL 56>, <&pmc PMC_TYPE_GCK 56>, <&clk32k 1>;
286+
clock-names = "periph_clk", "sys_clk", "slow_clk";
287+
status = "disabled";
288+
289+
display-controller {
290+
compatible = "atmel,hlcdc-display-controller";
291+
#address-cells = <1>;
292+
#size-cells = <0>;
293+
294+
port@0 {
295+
reg = <0>;
296+
#address-cells = <1>;
297+
#size-cells = <0>;
298+
};
299+
};
300+
301+
pwm {
302+
compatible = "atmel,hlcdc-pwm";
303+
#pwm-cells = <3>;
304+
};
305+
};
306+
281307
aes: crypto@e1600000 {
282308
compatible = "microchip,sama7d65-aes", "atmel,at91sam9g46-aes";
283309
reg = <0xe1600000 0x100>;

0 commit comments

Comments
 (0)