1# Copyright (c) 2023, Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4description: This Power State Coordination Interface (PSCI) defines a standard 5 interface for power management that can be used by operating system 6 vendors, for supervisory software working at different levels of 7 privilege on an ARM device. 8 9include: base.yaml 10 11properties: 12 method: 13 type: string 14 required: true 15 description: The method of calling the PSCI firmware. 16 enum: 17 - smc 18 - hvc 19