Skip to content

Commit 98b4f4e

Browse files
youssefz24danieldegrasse
authored andcommitted
dts: arm: st: stm32mp2_m33.dtsi: add rctl node
Add the reset controller node to the STM32MP2 M33 device tree source file. Signed-off-by: Youssef Zini <youssef.zini@savoirfairelinux.com>
1 parent a2d09e6 commit 98b4f4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/st/mp2/stm32mp2_m33.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <mem.h>
1010
#include <zephyr/dt-bindings/gpio/gpio.h>
1111
#include <zephyr/dt-bindings/clock/stm32mp2_clock.h>
12+
#include <zephyr/dt-bindings/reset/stm32mp2_reset.h>
1213

1314
/ {
1415
cpus {
@@ -36,6 +37,11 @@
3637
clocks-controller;
3738
#clock-cells = <2>;
3839
reg = <0x44200000 DT_SIZE_K(64)>;
40+
41+
rctl: reset-controller {
42+
compatible = "st,stm32-rcc-rctl";
43+
#reset-cells = <1>;
44+
};
3945
};
4046

4147
exti2: interrupt-controller@46230000 {

0 commit comments

Comments
 (0)