Skip to content

Commit 11b83df

Browse files
Dharma Balasubiramaniclaudiubeznea
authored andcommitted
ARM: dts: microchip: sam9x7: Add HLCD controller
Add support for HLCD controller. Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com> Link: https://lore.kernel.org/r/20250611-sam9x7-dts-v1-1-7f52fcb488ad@microchip.com [claudiu.beznea: keep reg the 1st property on port@0 to comply with dts coding style] Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 198b54b commit 11b83df

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,32 @@
983983
status = "disabled";
984984
};
985985

986+
hlcdc: hlcdc@f8038000 {
987+
compatible = "microchip,sam9x75-xlcdc";
988+
reg = <0xf8038000 0x4000>;
989+
interrupts = <25 IRQ_TYPE_LEVEL_HIGH 0>;
990+
clocks = <&pmc PMC_TYPE_PERIPHERAL 25>, <&pmc PMC_TYPE_GCK 25>, <&clk32k 1>;
991+
clock-names = "periph_clk", "sys_clk", "slow_clk";
992+
status = "disabled";
993+
994+
display-controller {
995+
compatible = "atmel,hlcdc-display-controller";
996+
#address-cells = <1>;
997+
#size-cells = <0>;
998+
999+
port@0 {
1000+
reg = <0>;
1001+
#address-cells = <1>;
1002+
#size-cells = <0>;
1003+
};
1004+
};
1005+
1006+
pwm {
1007+
compatible = "atmel,hlcdc-pwm";
1008+
#pwm-cells = <3>;
1009+
};
1010+
};
1011+
9861012
flx9: flexcom@f8040000 {
9871013
compatible = "microchip,sam9x7-flexcom", "atmel,sama5d2-flexcom";
9881014
reg = <0xf8040000 0x200>;

0 commit comments

Comments
 (0)