GITLAB

에프에이리눅스 / fullcycle-jenkins-joy

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • fullcycle-jenkins-joy
  • kernel
  • linux-rt-4.4.41
  • include
  • dt-bindings
  • clock
  • stih415-clks.h
  • 5113f6f70   kernel add Browse Code »
    김현기
    2020-01-16 12:26:36 +0900  
stih415-clks.h 270 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/*
 * 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_ICN_IF_2		0
#define CLK_GMAC0_PHY		3

#endif