1/*
2 * Copyright (c) 2022, Teslabs Engineering S.L.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#include <dt-bindings/pinctrl/gd32e507v(e-c)xx-pinctrl.h>
7
8&pinctrl {
9	usart0_default: usart0_default {
10		group1 {
11			pinmux = <USART0_TX_PB6_RMP>, <USART0_RX_PB7_RMP>;
12		};
13	};
14
15	pwm2_default: pwm2_default {
16		group1 {
17			pinmux = <TIMER2_CH0_PC6_OUT_FRMP>;
18		};
19	};
20};
21