class ArmDevicetreePsciItem
Defined at line 164 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/devicetree.h
Decodes PSCI information from a devicetree and synthesizes a
DRIVER_CONFIG ZBI item for it.
A PSCI device is encoded within a node called "psci" with a "compatible" property
giving its compatible PSCI revisions (i.e., values of `kCompatibleDevices` below).
For example,
psci {
compatible = "arm,psci-0.2";
method = "smc";
};
For more details please see
https://www.kernel.org/doc/Documentation/devicetree/bindings/arm/psci.txt
Public Members
static const auto kCompatibleDevices
Public Methods
devicetree::ScanState OnNode (const devicetree::NodePath & path, const devicetree::PropertyDecoder & decoder)
Defined at line 25 of file ../../zircon/kernel/phys/lib/boot-shim/devicetree-arm-psci-item.cc
devicetree::ScanState OnScan ()
Defined at line 179 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/devicetree.h