drivers: sensor: Add driver for nRF temperature sensor accessed via nrfs
Add driver, together with the corresponding dts binding and node in the nRF54H20 SoC definiton, for the nRF temperature sensor that cannot be accessed directly but only through nRF Services (nrfs) layer. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
13aa26eac2
commit
41786a6477
9 changed files with 369 additions and 22 deletions
9
dts/bindings/sensor/nordic,nrf-temp-nrfs.yaml
Normal file
9
dts/bindings/sensor/nordic,nrf-temp-nrfs.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: |
|
||||
Nordic nRF family temperature sensor accessed via nRF Services (nrfs)
|
||||
|
||||
compatible: "nordic,nrf-temp-nrfs"
|
||||
|
||||
include: base.yaml
|
Loading…
Add table
Add a link
Reference in a new issue