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:
parent
4e7d64b1b4
commit
6e8c8a1435
2 changed files with 0 additions and 0 deletions
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue