boards: arm: stm32: add pinctrl state name for PWM peripheral

Add the pinctrl state name (default) for the PWM peripherals.
Changes performed based on the script proposed in
"boards: arm: stm32: add pinctrl state name for UART peripheral"

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2021-11-08 11:48:51 +01:00 committed by Carles Cufí
commit 1d14517ede
55 changed files with 67 additions and 0 deletions

View file

@ -125,6 +125,7 @@
pwm12: pwm {
status = "okay";
pinctrl-0 = <&tim12_ch1_pb14>;
pinctrl-names = "default";
};
};