aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorGabriel FERNANDEZ <gabriel.fernandez@st.com>2014-05-20 09:22:00 -0400
committerMaxime Coquelin <maxime.coquelin@st.com>2014-05-21 08:27:12 -0400
commitf317e689cba38b1d5cf9dd5763e7f91ed5168d63 (patch)
tree300006bce84f470581857acb33cc23cf4c87d17f /include/dt-bindings
parentd0128b7d3056fe0315c56c76c8f7d77900e768a0 (diff)
ARM: STi: DT: STiH415: 415 DT Entry for clockgen A0/1/10/11/12
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>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/stih415-clks.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/stih415-clks.h b/include/dt-bindings/clock/stih415-clks.h
new file mode 100644
index 000000000000..0d2c7397e028
--- /dev/null
+++ b/include/dt-bindings/clock/stih415-clks.h
@@ -0,0 +1,15 @@
1/*
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