13 lines
287 B
YAML
13 lines
287 B
YAML
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: |
|
||
|
Fake regulator, to be used as a mock or stub in tests.
|
||
|
|
||
|
An arbitrary number of children can be defined.
|
||
|
|
||
|
compatible: "zephyr,fake-regulator"
|
||
|
|
||
|
child-binding:
|
||
|
include: regulator.yaml
|