c107f12832
Add a binding for the ON Semiconductor temperature sensor NCT75. Signed-off-by: Benedikt Schmidt <benediktibk@gmail.com>
10 lines
255 B
YAML
10 lines
255 B
YAML
# Copyright (c) 2024 Benedikt Schmidt <benediktibk@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
ON Semiconductor NCT75 temperature sensor with I2C interface
|
|
|
|
compatible: "onnn,nct75"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|