Skip to content

Commit 3443646

Browse files
author
Tanguy Raufflet
committed
dts: arm: st: stm32mp2_m33.dtsi: add node gpioz
Add GPIO Z node to the device tree for STM32MP2 SoC. Signed-off-by: Tanguy Raufflet <tanguy.raufflet@savoirfairelinux.com>
1 parent e56f79d commit 3443646

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/st/mp2/stm32mp2_m33.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,14 @@
158158
reg = <0x442e0000 DT_SIZE_K(1)>;
159159
status = "disabled";
160160
};
161+
162+
gpioz: gpio@46200000 {
163+
compatible = "st,stm32mp2-gpio";
164+
gpio-controller;
165+
#gpio-cells = <2>;
166+
reg = <0x46200000 DT_SIZE_K(1)>;
167+
status = "disabled";
168+
};
161169
};
162170

163171
usart1: serial@40330000 {

0 commit comments

Comments
 (0)