soc: add modem regs and force enable i2c_ana_mst clock

This commit is contained in:
wuzhenghui
2023-02-06 21:43:05 +08:00
parent be6b9821c3
commit 146b9b047b
7 changed files with 435 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -9,6 +9,8 @@
#include <stdint.h>
#include "soc/soc.h"
#include "soc/regi2c_defs.h"
#include "soc/i2c_ana_mst_reg.h"
#ifdef __cplusplus
extern "C" {