zephyr/dts/bindings/test/vnd,temperature-sensor.yaml
Henrik Brix Andersen 0e7a76e462 dts: bindings: move io-channels and io-channel-names to base.yaml
Generalize io-channels and io-channel-names devicetree node properties
and move their definitions to base.yaml. Keep binding specific
description where relevant.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2020-10-02 11:50:30 +02:00

24 lines
437 B
YAML

# Copyright (c) 2018, Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: Test ADC-based temperature sensor
compatible: "vnd,adc-temp-sensor"
include: base.yaml
properties:
label:
required: true
io-channels:
required: true
description: ADC conversion channels
io-channel-names:
required: true
description: conversion channel names
clocks:
required: true