blob: 0d2c7397e02814b0ab0e0f710d7deeaf72201e4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* This header provides constants clk index STMicroelectronics
* STiH415 SoC.
*/
#ifndef _CLK_STIH415
#define _CLK_STIH415
/* CLOCKGEN A0 */
#define CLK_ICN_REG 0
#define CLK_ETH1_PHY 4
/* CLOCKGEN A1 */
#define CLK_GMAC0_PHY 3
#endif
|