1# Copyright 2020 Peter Bigot Consulting, LLC
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    This binding provides resources required to build and run the
6    tests/drivers/regulator/fixed test in Zephyr.
7
8compatible: "test-regulator-fixed"
9
10properties:
11  check-gpios:
12    type: phandle-array
13    required: true
14    description: |
15      Identity of a GPIO that is shorted to the GPIO identified in the test
16      regulator enable-gpios property. This is used to confirm that signal's
17      state.
18
19      The active level in the flags cell of this must match the active level
20      of the flags cell in the regulator's enable-gpios property, and the
21      flags must include a PULL to the inactive level.
22