ARM: dts: microchip: sama7d65: Add PWM support

Add support for PWMs to the SAMA7D65 SoC.

Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Link: https://lore.kernel.org/r/195c69a19be1ff14736db402e0f1ee64438b4b20.1749666053.git.Ryan.Wanner@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
Ryan Wanner
2025-06-11 12:47:31 -07:00
committed by Claudiu Beznea
parent 71b39aeaaf
commit a9ea0d5f70

View File

@@ -293,6 +293,15 @@ pit64b1: timer@e1804000 {
clock-names = "pclk", "gclk";
};
pwm: pwm@e1818000 {
compatible = "microchip,sama7d65-pwm", "atmel,sama5d2-pwm";
reg = <0xe1818000 0x500>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&pmc PMC_TYPE_PERIPHERAL 72>;
#pwm-cells = <3>;
status = "disabled";
};
flx0: flexcom@e1820000 {
compatible = "microchip,sama7d65-flexcom", "atmel,sama5d2-flexcom";
reg = <0xe1820000 0x200>;