xref: /linux/include/dt-bindings/clock/gxbb-clkc.h (revision 9ee0034b8f49aaaa7e7c2da8db1038915db99c19)
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