drivers: sensors: Add support for ds18s20
Added support for the older ds18s20 inside the (newer) ds18b20. Signed-off-by: Fredrik Gihl <fgihl@hotmail.com>
This commit is contained in:
parent
bf114c6b1a
commit
2d31d45429
6 changed files with 83 additions and 27 deletions
8
dts/bindings/sensor/maxim,ds18s20.yaml
Normal file
8
dts/bindings/sensor/maxim,ds18s20.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Copyright (c) 2024, Fredrik Gihl
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Maxim 1-Wire ds18s20 temperature sensor
|
||||
|
||||
compatible: "maxim,ds18s20"
|
||||
|
||||
include: [sensor-device.yaml, w1-slave.yaml]
|
Loading…
Add table
Add a link
Reference in a new issue