summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Wanner <Ryan.Wanner@microchip.com>2025-06-11 22:47:31 +0300
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>2025-06-22 16:44:54 +0300
commita9ea0d5f70ab63370159b3b07d2ebbf9de12532b (patch)
tree3c821625f51c44ee88a493235ed424c10fe8cb56
parent71b39aeaaff152a4899f7fbee5a7f5fa8b335b85 (diff)
downloadlinux-a9ea0d5f70ab63370159b3b07d2ebbf9de12532b.tar.xz
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>
-rw-r--r--arch/arm/boot/dts/microchip/sama7d65.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
index 90cbea576d91..796909fa2368 100644
--- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
@@ -293,6 +293,15 @@
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>;