zephyr/dts/bindings/test/vnd,adc-temp-sensor.yaml
Gerard Marull-Paretas ad08b3c300 dts: bindings: add missing pinctrl-device.yaml includes
These worked because edtlib allows 'pinctrl-.*' properties without
specifying them on the bindings. However, this has never been an
anounced pinctrl feature, the reference documents explicitly mention
that usage of pinctrl-device.yaml is mandatory.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-09-27 13:58:28 +02:00

21 lines
430 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, pinctrl-device.yaml, reset-device.yaml]
properties:
io-channels:
required: true
description: ADC conversion channels
io-channel-names:
required: true
description: conversion channel names
clocks:
required: true