zephyr/samples/basic/servo_motor/boards/bbc_microbit.overlay
Kumar Gala 666c39a3cb samples: basic: servo_motor: Move dts overlays under boards
Move the dts overlay under a boards/ dir to make it match conf files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-01 10:44:31 -04:00

7 lines
81 B
Plaintext

/* SPDX-License-Identifier: Apache-2.0 */
&sw_pwm {
clock-prescaler = <3>;
};