Skip to content

Commit f2ba537

Browse files
committed
ARM: dts: at91: at91sam9x25ek: add pwm0
Add the PWM0 interface and one output of channel 0 (on PC10) on this headless board. The output conflicts with LCD and ISI, so only enable it for this particular board of the series (ISI is enabled on at91sam9g25ek, as an example but we can do the other way around). Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 13f6e06 commit f2ba537

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/at91sam9x25ek.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
phy-mode = "rmii";
3030
status = "okay";
3131
};
32+
33+
pwm0: pwm@f8034000 {
34+
pinctrl-names = "default";
35+
pinctrl-0 = <&pinctrl_pwm0_pwm0_1>;
36+
status = "okay";
37+
};
3238
};
3339
};
3440
};

0 commit comments

Comments
 (0)