zephyr/tests/drivers/pwm/pwm_api/boards/max32675evkit.overlay
Mert Ekren ee2a48e310 tests: drivers: pwm: Add MAX32675EVKIT overlay file
Enable PWM test for MAX32675EVKIT.

Signed-off-by: Mert Ekren <mert.ekren@analog.com>
2024-09-23 18:12:00 -04:00

24 lines
319 B
Text

/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
pwm-0 = &pwm1;
};
};
&tmr1c_oa_p0_11 {
power-source=<MAX32_VSEL_VDDIOH>;
};
&timer1 {
status = "okay";
pwm1: pwm {
status = "okay";
pinctrl-0 = <&tmr1c_oa_p0_11>;
pinctrl-names = "default";
};
};