1# Copyright (c) 2019 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for CPUs
5
6include: base.yaml
7
8properties:
9  clock-frequency:
10    type: int
11    description: Clock frequency in Hz
12  cpu-power-states:
13    type: phandles
14    description: List of power management states supported by this cpu
15  i-cache-line-size:
16    type: int
17    description: i-cache line size
18  d-cache-line-size:
19    type: int
20    description: d-cache line size
21  enable-method:
22    type: string
23    description: Enable method for cpu, either it is "psci" or "spin-table"
24