blob: 63e7245004b857fc902167202f7d73489391a94b [file] [log] [blame]
/*
* Copyright (c) 2025 Michael Hope <michaelh@juju.nz>
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
leds {
status = "disabled";
};
};
&pwmleds {
status = "okay";
};
&tim2 {
status = "okay";
/*
* The sample runs from 1 Hz to 128 Hz, ceil(48 MHz / 65536 / 1 Hz)
* is 733, and the prescaler property is one less than that.
*/
prescaler = <732>;
};
&pwm2 {
status = "okay";
pinctrl-0 = <&red_pwm_pinctrl>;
pinctrl-names = "default";
};