From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- 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