6e8c8a1435
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>
24 lines
372 B
YAML
24 lines
372 B
YAML
# 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
|