From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 06 Nov 2023 07:23:06 +0000
Subject: [PATCH] rk3568 rt uboot init

---
 u-boot/include/max96745.h |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/u-boot/include/max96745.h b/u-boot/include/max96745.h
index b69e011..2eb0450 100644
--- a/u-boot/include/max96745.h
+++ b/u-boot/include/max96745.h
@@ -17,6 +17,21 @@
 #define RESET_ALL		BIT(7)
 #define SLEEP			BIT(3)
 
+/* 0011h */
+#define CXTP_B			BIT(2)
+#define CXTP_A			BIT(0)
+
+/* 0028h, 0032h */
+#define LINK_EN			BIT(7)
+#define TX_RATE			GENMASK(3, 2)
+
+/* 0029h, 0033h */
+#define RESET_LINK		BIT(0)
+#define RESET_ONESHOT		BIT(1)
+
+/* 002Ah, 0034h */
+#define LINK_LOCKED		BIT(0)
+
 /* 0076h, 0086h */
 #define DIS_REM_CC		BIT(7)
 

--
Gitblit v1.6.2