summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2021-07-21 18:58:35 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-07-27 08:26:53 +0300
commit2b0f7dee5fcd71de11faf2d096d22b241ce920d7 (patch)
tree4ea87f11eb446b2f279ded22f44730f0a21fc481 /include/dt-bindings
parent0b5ea853be820e05f15077b451fe228efe9df449 (diff)
downloadu-boot-2b0f7dee5fcd71de11faf2d096d22b241ce920d7.tar.xz
dt-bindings: ti-serdes-mux: Add defines for AM64 SoC
AM64 has a single lane SERDES which can be configured to be used with either PCIe or USB. Define the possilbe values for the SERDES function in AM64 SoC here. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210721155849.20994-7-kishon@ti.com
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/mux/ti-serdes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/mux/ti-serdes.h b/include/dt-bindings/mux/ti-serdes.h
index 9047ec6bd3..d417b9268b 100644
--- a/include/dt-bindings/mux/ti-serdes.h
+++ b/include/dt-bindings/mux/ti-serdes.h
@@ -90,4 +90,9 @@
#define J7200_SERDES0_LANE3_USB 0x2
#define J7200_SERDES0_LANE3_IP4_UNUSED 0x3
+/* AM64 */
+
+#define AM64_SERDES0_LANE0_PCIE0 0x0
+#define AM64_SERDES0_LANE0_USB 0x1
+
#endif /* _DT_BINDINGS_MUX_TI_SERDES */