Skip to content

Commit 54d0876

Browse files
ARM: dts: at91: sam9x75_curiosity: add support for classd
Enable support and add pinmux for classd speaker in sam9x75 curiosity board. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
1 parent 881c958 commit 54d0876

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sam9x75_curiosity.dts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@
6363
};
6464
};
6565

66+
&classd {
67+
pinctrl-names = "default";
68+
pinctrl-0 = <&pinctrl_classd>;
69+
atmel,pwm-type = "diff";
70+
atmel,non-overlap-time = <10>;
71+
status = "okay";
72+
};
73+
6674
&dbgu {
6775
pinctrl-names = "default";
6876
pinctrl-0 = <&pinctrl_dbgu>;
@@ -235,6 +243,14 @@
235243

236244
&pinctrl {
237245

246+
classd {
247+
pinctrl_classd: classd {
248+
atmel,pins =
249+
<AT91_PIOA 18 AT91_PERIPH_C AT91_PINCTRL_PULL_UP
250+
AT91_PIOA 19 AT91_PERIPH_C AT91_PINCTRL_PULL_DOWN>;
251+
};
252+
};
253+
238254
dbgu {
239255
pinctrl_dbgu: dbgu {
240256
atmel,pins = <AT91_PIOA 26 AT91_PERIPH_A AT91_PINCTRL_PULL_UP

0 commit comments

Comments
 (0)