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:
parent
1f5a281e9b
commit
de0ef827cd
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user