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