mirror of https://gitee.com/openkylin/linux.git
16 lines
246 B
C
16 lines
246 B
C
|
/*
|
||
|
* This header provides constants clk index STMicroelectronics
|
||
|
* STiH416 SoC.
|
||
|
*/
|
||
|
#ifndef _CLK_STIH416
|
||
|
#define _CLK_STIH416
|
||
|
|
||
|
/* CLOCKGEN A0 */
|
||
|
#define CLK_ICN_REG 0
|
||
|
#define CLK_ETH1_PHY 4
|
||
|
|
||
|
/* CLOCKGEN A1 */
|
||
|
#define CLK_GMAC0_PHY 3
|
||
|
|
||
|
#endif
|