summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml')
-rw-r--r--zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml17
1 files changed, 6 insertions, 11 deletions
diff --git a/zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml b/zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml
index a60cdda954..f1f1dcd41c 100644
--- a/zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml
+++ b/zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml
@@ -7,18 +7,7 @@ description: >
Zero values in degrees K(-273 in degrees C)in thermal thresholds will
be ignored
-compatible: cros-ec,temp-sensor
-
properties:
- adc:
- required: true
- type: phandle
- description: The named adc channel
-
- thermistor:
- type: phandle
- description: Underlying thermistor device if used
-
label:
required: true
type: string
@@ -32,10 +21,16 @@ properties:
description:
Enum values used in the source code to refer to the temperature sensors
enum:
+ - TEMP_SENSOR_1
+ - TEMP_SENSOR_2
+ - TEMP_SENSOR_AMB
- TEMP_SENSOR_CHARGER
+ - TEMP_SENSOR_CPU
- TEMP_SENSOR_DDR_SOC
- TEMP_SENSOR_FAN
+ - TEMP_SENSOR_MEMORY
- TEMP_SENSOR_PP3300_REGULATOR
+ - TEMP_SENSOR_SOC
- TEMP_SENSOR_1_DDR_SOC
- TEMP_SENSOR_2_AMBIENT
- TEMP_SENSOR_3_CHARGER