1/*
2 * Copyright (c) 2022 YuLong Yao <feilongphone@gmail.com>
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#include <dt-bindings/pinctrl/gd32vf103c(b-8)xx-pinctrl.h>
7
8&pinctrl {
9	usart0_default: usart0_default {
10		group1 {
11			pinmux = <USART0_RX_PA10_NORMP>, <USART0_TX_PA9_NORMP>;
12		};
13	};
14
15	pwm2_default: pwm2_default {
16		group1 {
17			pinmux = <TIMER2_CH1_PA7_OUT_NORMP>;
18		};
19	};
20};
21