1/*
2 * Copyright (c) 2024 Analog Devices, Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	aliases {
9		pwm-0 = &pwm0;
10	};
11};
12
13&tmr1b_ioa_p0_7 {
14	power-source=<MAX32_VSEL_VDDIOH>;
15};
16
17&timer1 {
18	status = "okay";
19	pwm0: pwm {
20		status = "okay";
21		pinctrl-0 = <&tmr1b_ioa_p0_7>;
22		pinctrl-names = "default";
23	};
24};
25