summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2019-08-01 19:13:00 +0530
committerTom Rini <trini@konsulko.com>2019-08-12 13:33:40 -0400
commit476e991452433b72f280147c93435ccd9423639f (patch)
tree50f897b68039a8cb8f8efe40a011747e344b387c /include
parente0598c45842ad989a3c156c8b24127cdba2d6633 (diff)
arm: dts: k3-am65: add support for PCIe and SERDES
Add needed device-tree nodes to support PCIe 0 and SERDES on AM65x SoC. The nodes are kept disabled by default. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/phy/phy-am654-serdes.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/dt-bindings/phy/phy-am654-serdes.h b/include/dt-bindings/phy/phy-am654-serdes.h
new file mode 100644
index 00000000000..e8d901729ed
--- /dev/null
+++ b/include/dt-bindings/phy/phy-am654-serdes.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * This header provides constants for AM654 SERDES.
+ */
+
+#ifndef _DT_BINDINGS_AM654_SERDES
+#define _DT_BINDINGS_AM654_SERDES
+
+#define AM654_SERDES_CMU_REFCLK 0
+#define AM654_SERDES_LO_REFCLK 1
+#define AM654_SERDES_RO_REFCLK 2
+
+#endif /* _DT_BINDINGS_AM654_SERDES */