From ab351d2d7c3f1f7743621ed0c9eddacd085f1f4b Mon Sep 17 00:00:00 2001 From: 1218 <98438916+a741725193@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:04:13 +0800 Subject: [PATCH] Update sofle.dtsi --- config/boards/arm/sofle/sofle.dtsi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/boards/arm/sofle/sofle.dtsi b/config/boards/arm/sofle/sofle.dtsi index 82a3931..1830826 100644 --- a/config/boards/arm/sofle/sofle.dtsi +++ b/config/boards/arm/sofle/sofle.dtsi @@ -186,4 +186,10 @@ color-mapping = ; }; -}; \ No newline at end of file +}; +&pwm0 { + status = "okay"; + pinctrl-0 = <&pwm0_default>; + pinctrl-1 = <&pwm0_sleep>; + pinctrl-names = "default", "sleep"; +};