Skip to content

Commit

Permalink
Update corne_right.dts
Browse files Browse the repository at this point in the history
  • Loading branch information
a741725193 authored Oct 5, 2024
1 parent 985848a commit 3ad8713
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion config/boards/arm/corne/corne_right.dts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,24 @@

color-mapping = <LED_COLOR_ID_GREEN LED_COLOR_ID_RED LED_COLOR_ID_BLUE>;
};
};
};
&pinctrl {
// Other pinctrl definitions for other hardware
pwm0_default: pwm0_default {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 1, 13)>;
};
};
pwm0_sleep: pwm0_sleep {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 1, 13)>;
low-power-enable;
};
};
};
&pwm0 {
status = "okay";
pinctrl-0 = <&pwm0_default>;
pinctrl-1 = <&pwm0_sleep>;
pinctrl-names = "default", "sleep";
};

0 comments on commit 3ad8713

Please sign in to comment.