mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 04:45:05 +00:00
f317e689cb
Patch adds DT entries for clockgen A0/1/10/11/12 Signed-off-by: Pankaj Dev <pankaj.dev@st.com> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
16 lines
246 B
C
16 lines
246 B
C
/*
|
|
* 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
|