22 lines
714 B
YAML
22 lines
714 B
YAML
# Copyright 2020 Peter Bigot Consulting, LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
This binding provides resources required to build and run the
|
|
tests/drivers/regulator/fixed test in Zephyr.
|
|
|
|
compatible: "test-regulator-fixed"
|
|
|
|
properties:
|
|
check-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: |
|
|
Identity of a GPIO that is shorted to the GPIO identified in the test
|
|
regulator enable-gpios property. This is used to confirm that signal's
|
|
state.
|
|
|
|
The active level in the flags cell of this must match the active level
|
|
of the flags cell in the regulator's enable-gpios property, and the
|
|
flags must include a PULL to the inactive level.
|