mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 01:26:04 +00:00
Add power state property binding and include this property in cpu. The pm-state attribute is a enum that matches with enum pm_state right now the only timing attribute is the minimum residency that is the minimum time for a power state be worthwhile. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
17 lines
377 B
YAML
17 lines
377 B
YAML
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for CPUs
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
clock-frequency:
|
|
type: int
|
|
required: false
|
|
description: Clock frequency in Hz
|
|
pm-states:
|
|
type: phandles
|
|
required: false
|
|
description: List of power management states supported by this cpu
|