21 lines
342 B
YAML
21 lines
342 B
YAML
# Copyright (c) 2020 Carlo Caione <ccaione@baylibre.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: PSCI
|
|
|
|
compatible: "arm,psci-0.2"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
label:
|
|
required: true
|
|
|
|
method:
|
|
type: string
|
|
required: true
|
|
description: The method of calling the PSCI firmware.
|
|
enum:
|
|
- smc
|
|
- hvc
|