blob: fa99f13a9defe8ceac4a88ab63b8d6ecb8b32a9c [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 = <&blue_pwm_pinctrl>;
pinctrl-names = "default";
};