blob: 0d2c7397e02814b0ab0e0f710d7deeaf72201e4a [file] [log] [blame]
Gabriel FERNANDEZf317e682014-05-20 15:22:00 +02001/*
2 * This header provides constants clk index STMicroelectronics
3 * STiH415 SoC.
4 */
5#ifndef _CLK_STIH415
6#define _CLK_STIH415
7
8/* CLOCKGEN A0 */
9#define CLK_ICN_REG 0
10#define CLK_ETH1_PHY 4
11
12/* CLOCKGEN A1 */
13#define CLK_GMAC0_PHY 3
14
15#endif