dts: wch: add gpioe bank to ch32v303

Adds the gpioe bank to the ch32v303 devicetree.

Signed-off-by: Miguel Gazquez <miguel.gazquez@bootlin.com>
This commit is contained in:
Miguel Gazquez 2025-06-03 11:16:02 +02:00 committed by Daniel DeGrasse
parent 1f5a281e9b
commit de0ef827cd

View File

@ -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 {