[PATCH v1 0/2] Add driver support for ESWIN EIC7700 PVT controller

From: hehuan1
Date: Fri Jan 09 2026 - 04:07:50 EST


From: Huan He <hehuan1@xxxxxxxxxxxxxxxxxx>

Add support for the ESWIN EIC7700 PVT (Process, Voltage, Temperature)
sensor

Features:
The driver supports monitoring of process, voltage and temperature
parameters through the hardware monitoring subsystem. It provides an
access to the sampled Temperature and Voltage.

Test:
Tested this patch on the SiFive HiFive Premier P550 (which uses the ESWIN
EIC7700 SoC).

Huan He (2):
dt-bindings: hwmon: Add Eswin EIC7700 PVT sensor
hwmon: Add Eswin EIC7700 PVT sensor driver

.../bindings/hwmon/eswin,eic7700-pvt.yaml | 92 ++
drivers/hwmon/Kconfig | 12 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/eic7700-pvt.c | 797 ++++++++++++++++++
drivers/hwmon/eic7700-pvt.h | 128 +++
5 files changed, 1030 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/eswin,eic7700-pvt.yaml
create mode 100644 drivers/hwmon/eic7700-pvt.c
create mode 100644 drivers/hwmon/eic7700-pvt.h

--
2.25.1