1# Copyright (c) 2020 Carlo Caione <ccaione@baylibre.com> 2# SPDX-License-Identifier: Apache-2.0 3 4description: PSCI 5 6compatible: "arm,psci-0.2" 7 8include: base.yaml 9 10properties: 11 label: 12 required: true 13 14 method: 15 type: string 16 required: true 17 description: The method of calling the PSCI firmware. 18 enum: 19 - smc 20 - hvc 21