Blame view

include/dt-bindings/clock/stih416-clks.h 270 Bytes
08488e20c   Gabriel FERNANDEZ   ARM: STi: DT: STi...
1
2
3
4
5
6
7
8
9
10
11
12
  /*
   * 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 */
9796853e9   Peter Griffin   ARM: STi: DT: Pro...
13
  #define CLK_ICN_IF_2		0
08488e20c   Gabriel FERNANDEZ   ARM: STi: DT: STi...
14
15
16
  #define CLK_GMAC0_PHY		3
  
  #endif