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:
Andrzej Głąbek 2024-04-26 12:55:21 +02:00 committed by Fabio Baltieri
commit 41786a6477
9 changed files with 369 additions and 22 deletions

View 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