repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
include
/
dt-bindings
/
clock
/
stih416-clks.h
blob
74302278024ea91ed0cdfc0968346e6beeabd976
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* This header provides constants clk index STMicroelectronics
4
* STiH416 SoC.
5
*/
6
#ifndef _CLK_STIH416
7
#define _CLK_STIH416
8
9
/* CLOCKGEN A0 */
10
#define CLK_ICN_REG 0
11
#define CLK_ETH1_PHY 4
12
13
/* CLOCKGEN A1 */
14
#define CLK_ICN_IF_2 0
15
#define CLK_GMAC0_PHY 3
16
17
#endif