1/*
2 * Copyright (c) 2022 Nordic Semiconductor
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6&pinctrl {
7	pwm0_default: pwm0_default {
8		group1 {
9			psels = <NRF_PSEL(PWM_OUT0, 0, 13)>;
10		};
11	};
12
13	pwm0_sleep: pwm0_sleep {
14		group1 {
15			psels = <NRF_PSEL(PWM_OUT0, 0, 13)>;
16			low-power-enable;
17		};
18	};
19
20};
21