We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 432cc68 + b5fafb5 commit 3d89124Copy full SHA for 3d89124
1 file changed
arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts
@@ -184,6 +184,12 @@
184
bias-disable;
185
};
186
187
+ pinctrl_pwm0_default: pwm0_default {
188
+ pinmux = <PIN_PA31__PWML0>,
189
+ <PIN_PA30__PWMH0>;
190
+ bias-disable;
191
+ };
192
+
193
pinctrl_usb_default: usb_default {
194
pinmux = <PIN_PA14__GPIO>;
195
@@ -244,6 +250,12 @@
244
250
status = "okay";
245
251
246
252
253
+&pwm0 {
254
+ pinctrl-names = "default";
255
+ pinctrl-0 = <&pinctrl_pwm0_default>;
256
+ status = "okay";
257
+};
258
247
259
&usb1 {
248
260
num-ports = <3>;
249
261
atmel,vbus-gpio = <0
0 commit comments