Skip to content

Commit b6cc692

Browse files
claudiubezneageertu
authored andcommitted
dt-bindings: clock: r9a07g043-cpg: Add power domain IDs
Add power domain IDs for the RZ/G2UL (R9A07G043) SoC. Signed-off-by: Claudiu Beznea <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Ulf Hansson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent d0d4585 commit b6cc692

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

include/dt-bindings/clock/r9a07g043-cpg.h

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,57 @@
200200
#define R9A07G043_AX45MP_CORE0_RESETN 78 /* RZ/Five Only */
201201
#define R9A07G043_IAX45_RESETN 79 /* RZ/Five Only */
202202

203+
/* Power domain IDs. */
204+
#define R9A07G043_PD_ALWAYS_ON 0
205+
#define R9A07G043_PD_GIC 1 /* RZ/G2UL Only */
206+
#define R9A07G043_PD_IA55 2 /* RZ/G2UL Only */
207+
#define R9A07G043_PD_MHU 3 /* RZ/G2UL Only */
208+
#define R9A07G043_PD_CORESIGHT 4 /* RZ/G2UL Only */
209+
#define R9A07G043_PD_SYC 5 /* RZ/G2UL Only */
210+
#define R9A07G043_PD_DMAC 6
211+
#define R9A07G043_PD_GTM0 7
212+
#define R9A07G043_PD_GTM1 8
213+
#define R9A07G043_PD_GTM2 9
214+
#define R9A07G043_PD_MTU 10
215+
#define R9A07G043_PD_POE3 11
216+
#define R9A07G043_PD_WDT0 12
217+
#define R9A07G043_PD_SPI 13
218+
#define R9A07G043_PD_SDHI0 14
219+
#define R9A07G043_PD_SDHI1 15
220+
#define R9A07G043_PD_ISU 16 /* RZ/G2UL Only */
221+
#define R9A07G043_PD_CRU 17 /* RZ/G2UL Only */
222+
#define R9A07G043_PD_LCDC 18 /* RZ/G2UL Only */
223+
#define R9A07G043_PD_SSI0 19
224+
#define R9A07G043_PD_SSI1 20
225+
#define R9A07G043_PD_SSI2 21
226+
#define R9A07G043_PD_SSI3 22
227+
#define R9A07G043_PD_SRC 23
228+
#define R9A07G043_PD_USB0 24
229+
#define R9A07G043_PD_USB1 25
230+
#define R9A07G043_PD_USB_PHY 26
231+
#define R9A07G043_PD_ETHER0 27
232+
#define R9A07G043_PD_ETHER1 28
233+
#define R9A07G043_PD_I2C0 29
234+
#define R9A07G043_PD_I2C1 30
235+
#define R9A07G043_PD_I2C2 31
236+
#define R9A07G043_PD_I2C3 32
237+
#define R9A07G043_PD_SCIF0 33
238+
#define R9A07G043_PD_SCIF1 34
239+
#define R9A07G043_PD_SCIF2 35
240+
#define R9A07G043_PD_SCIF3 36
241+
#define R9A07G043_PD_SCIF4 37
242+
#define R9A07G043_PD_SCI0 38
243+
#define R9A07G043_PD_SCI1 39
244+
#define R9A07G043_PD_IRDA 40
245+
#define R9A07G043_PD_RSPI0 41
246+
#define R9A07G043_PD_RSPI1 42
247+
#define R9A07G043_PD_RSPI2 43
248+
#define R9A07G043_PD_CANFD 44
249+
#define R9A07G043_PD_ADC 45
250+
#define R9A07G043_PD_TSU 46
251+
#define R9A07G043_PD_PLIC 47 /* RZ/Five Only */
252+
#define R9A07G043_PD_IAX45 48 /* RZ/Five Only */
253+
#define R9A07G043_PD_NCEPLDM 49 /* RZ/Five Only */
254+
#define R9A07G043_PD_NCEPLMT 50 /* RZ/Five Only */
203255

204256
#endif /* __DT_BINDINGS_CLOCK_R9A07G043_CPG_H__ */

0 commit comments

Comments
 (0)