dts: bindings: sensor: move nRF comparator bindings to correct folder

Move the nRF comparator devicetree bindings from ADC to sensors, where the
rest of the comparator bindings are placed.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2024-01-11 22:08:23 +01:00 committed by Fabio Baltieri
commit 6e8c8a1435
2 changed files with 0 additions and 0 deletions

View file

@ -1,23 +0,0 @@
# Copyright (c) 2022, Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: Nordic nRF family COMP (Comparator)
compatible: "nordic,nrf-comp"
include: base.yaml
properties:
reg:
required: true
interrupts:
required: true
"#io-channel-cells":
type: int
const: 1
required: true
io-channel-cells:
- input

View file

@ -1,23 +0,0 @@
# Copyright (c) 2022, Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: Nordic nRF family LPCOMP (Low-power Comparator)
compatible: "nordic,nrf-lpcomp"
include: base.yaml
properties:
reg:
required: true
interrupts:
required: true
"#io-channel-cells":
type: int
const: 1
required: true
io-channel-cells:
- input