feat: Add ADC sensor device tree bindings and configuration

Introduces device tree bindings for custom ADC voltage and current sensors,
allowing for flexible configuration of sensor inputs and associated GPIOs.
This enables proper hardware abstraction for ADC measurements.

The example overlay file
has been removed as its content is now integrated or superseded by the new
binding definitions.
This commit is contained in:
2025-07-08 16:43:27 +02:00
parent 2e8a86bc54
commit b11f844415
7 changed files with 333 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ if ADC_SENSOR
config ADC_SENSOR_SIMULATED
bool "Use simulated ADC readings"
default y
default n
help
Use simulated values instead of real ADC readings.
Voltage: 12000mV, Current: 45mA