From 0a1b8236696262649ab6d67b1fd75782ed178563 Mon Sep 17 00:00:00 2001 From: 1218 <98438916+a741725193@users.noreply.github.com> Date: Sat, 5 Oct 2024 03:50:47 +0800 Subject: [PATCH] Update sofle_right.dts --- config/boards/arm/sofle/sofle_right.dts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/config/boards/arm/sofle/sofle_right.dts b/config/boards/arm/sofle/sofle_right.dts index 14eee7f..d264222 100644 --- a/config/boards/arm/sofle/sofle_right.dts +++ b/config/boards/arm/sofle/sofle_right.dts @@ -73,4 +73,18 @@ color-mapping = ; }; -}; \ No newline at end of file +}; +&pinctrl { + // Other pinctrl definitions for other hardware + pwm0_default: pwm0_default { + group1 { + psels = ; + }; + }; + pwm0_sleep: pwm0_sleep { + group1 { + psels = ; + low-power-enable; + }; + }; +};