Skip to content

Commit

Permalink
tests: drivers: pwm: Add MAX32675EVKIT overlay file
Browse files Browse the repository at this point in the history
Enable PWM test for MAX32675EVKIT.

Signed-off-by: Mert Ekren <[email protected]>
  • Loading branch information
mertekren authored and nashif committed Sep 23, 2024
1 parent af10949 commit ee2a48e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/drivers/pwm/pwm_api/boards/max32675evkit.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
* 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";
};
};

0 comments on commit ee2a48e

Please sign in to comment.