20 lines
407 B
YAML
20 lines
407 B
YAML
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
CPU load simulator
|
|
|
|
compatible: "vnd,busy-sim"
|
|
|
|
properties:
|
|
counter:
|
|
type: phandle
|
|
required: true
|
|
description: |
|
|
Counter device used for generating intervals.
|
|
|
|
active-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
Debug pin is set to active state when cpu load is active.
|