xref: /linux/include/dt-bindings/clock/gxbb-clkc.h (revision a67cd5482f37a255b9990ddb942aa7009dcba12f)
1 /*
2  * GXBB clock tree IDs
3  */
4 
5 #ifndef __GXBB_CLKC_H
6 #define __GXBB_CLKC_H
7 
8 #define CLKID_CPUCLK		1
9 #define CLKID_CLK81		12
10 #define CLKID_ETH		36
11 
12 #endif /* __GXBB_CLKC_H */
13