diff --git a/dts/riscv/wch/ch32v303/ch32v303.dtsi b/dts/riscv/wch/ch32v303/ch32v303.dtsi index 2db0ab31b2f..7e5909301d9 100644 --- a/dts/riscv/wch/ch32v303/ch32v303.dtsi +++ b/dts/riscv/wch/ch32v303/ch32v303.dtsi @@ -108,6 +108,15 @@ ngpios = <16>; clocks = <&rcc CH32V20X_V30X_CLOCK_IOPD>; }; + + gpioe: gpio@40011800 { + compatible = "wch,gpio"; + reg = <0x40011800 0x20>; + gpio-controller; + #gpio-cells = <2>; + ngpios = <16>; + clocks = <&rcc CH32V20X_V30X_CLOCK_IOPE>; + }; }; usart1: uart@40013800 {