dts: bindings: sensor: add binding for temperature sensor NCT75

Add a binding for the ON Semiconductor temperature sensor NCT75.

Signed-off-by: Benedikt Schmidt <benediktibk@gmail.com>
This commit is contained in:
Benedikt Schmidt 2024-03-29 08:55:55 +01:00 committed by Anas Nashif
commit c107f12832

View file

@ -0,0 +1,9 @@
# 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]