1# SPDX-License-Identifier: Apache-2.0
2
3description: LM35 Digital Temperature Sensor
4
5compatible: "lm35"
6
7include: sensor-device.yaml
8
9properties:
10  io-channels:
11    required: true
12    description: |
13      ADC channel that will perform measurement
14
15  resolution:
16    type: int
17    default: 12
18    description: |
19      ADC resolution to be used for the channel. Defaults to 12 bits
20      as it's the most common for adc based drivers.
21