1/* SPDX-License-Identifier: Apache-2.0 */
2/ {
3	aliases {
4		pwm-servo = &sw_pwm;
5	};
6};
7
8&sw_pwm {
9	clock-prescaler = <3>;
10};
11