Skip to content

Commit 256c752

Browse files
Gabriel-Fernandzbebarino
authored andcommitted
dt-bindings: reset: add IDs for SCMI reset domains on stm32mp15
stm32mp15 TZ secure firmware provides SCMI reset domains for secure resources. This change defines the SCMI reset domain identifiers used by SCMI agents and servers. Stm32mp15 TZ secure firmware provides SCMI clocks for oscillators, some PLL output and few secure aware interfaces. This change defines the SCMI clock identifiers used by SCMI agents and servers. Server SCMI0 exposes reset controllers for resources under RCC[TZEN] configuration control. Signed-off-by: Etienne Carriere <[email protected]> Signed-off-by: Gabriel Fernandez <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent bd08b19 commit 256c752

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

include/dt-bindings/reset/stm32mp1-resets.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,17 @@
105105
#define GPIOJ_R 19785
106106
#define GPIOK_R 19786
107107

108+
/* SCMI reset domain identifiers */
109+
#define RST_SCMI0_SPI6 0
110+
#define RST_SCMI0_I2C4 1
111+
#define RST_SCMI0_I2C6 2
112+
#define RST_SCMI0_USART1 3
113+
#define RST_SCMI0_STGEN 4
114+
#define RST_SCMI0_GPIOZ 5
115+
#define RST_SCMI0_CRYP1 6
116+
#define RST_SCMI0_HASH1 7
117+
#define RST_SCMI0_RNG1 8
118+
#define RST_SCMI0_MDMA 9
119+
#define RST_SCMI0_MCU 10
120+
108121
#endif /* _DT_BINDINGS_STM32MP1_RESET_H_ */

0 commit comments

Comments
 (0)