162c47ffc4
Add driver for: MCP9700/9700A and MCP9701/9701A Low-Power Linear Active Thermistor ICs http://ww1.microchip.com/downloads/en/devicedoc/20001942g.pdf Signed-off-by: Nick Ward <nix.ward@gmail.com>
29 lines
566 B
YAML
29 lines
566 B
YAML
#
|
|
# Copyright (c) 2023 FTP Technologies
|
|
#
|
|
|
|
description: |
|
|
Microchip MCP9700/9700A MCP9701/9701A
|
|
Low-Power Linear Active Thermistor IC
|
|
|
|
compatible: "microchip,mcp970x"
|
|
|
|
include: sensor-device.yaml
|
|
|
|
properties:
|
|
io-channels:
|
|
required: true
|
|
description: |
|
|
Channels available with this divider configuration.
|
|
|
|
family:
|
|
type: string
|
|
required: true
|
|
description: |
|
|
Family Temperature Coefficient
|
|
MCP9700/9700A - 10.0mV
|
|
MCP9701/9701A - 19.5mV
|
|
enum:
|
|
- "MCP9700/9700A"
|
|
- "MCP9701/9701A"
|