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&timer1 {
14 status = "okay";
15 pwm0: pwm {
16 status = "okay";
17 pinctrl-0 = <&tmr1c_oa_p0_11>;
18 pinctrl-names = "default";
19 };
20};
21