summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/stih416-clks.h
diff options
context:
space:
mode:
authorGabriel FERNANDEZ <gabriel.fernandez@st.com>2014-05-20 15:22:00 +0200
committerMaxime Coquelin <maxime.coquelin@st.com>2014-05-21 14:27:09 +0200
commit08488e20cc649be3606d4d39a605e0933dcddbf0 (patch)
tree820ce04a823f3da964f9d395fa3b172bdfb50c03 /include/dt-bindings/clock/stih416-clks.h
parented3593f98603110e504c2552eed50c62233e648a (diff)
ARM: STi: DT: STiH416: 416 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/clock/stih416-clks.h')
-rw-r--r--include/dt-bindings/clock/stih416-clks.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/stih416-clks.h b/include/dt-bindings/clock/stih416-clks.h
new file mode 100644
index 000000000000..552c779eb6af
--- /dev/null
+++ b/include/dt-bindings/clock/stih416-clks.h
@@ -0,0 +1,15 @@
+/*
+ * 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 */
+#define CLK_GMAC0_PHY 3
+
+#endif