Skip to content

Commit

Permalink
Update corne_left.dts
Browse files Browse the repository at this point in the history
  • Loading branch information
a741725193 authored Oct 5, 2024
1 parent ba4301e commit 985848a
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion config/boards/arm/corne/corne_left.dts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,24 @@
a-gpios = <&gpio1 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&gpio1 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
status = "okay";
};
};
&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 985848a

Please sign in to comment.