Lines Matching +full:trusted +full:- +full:foundations
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/firmware/tlm,trusted-foundations.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Trusted Foundations
10 Boards that use the Trusted Foundations secure monitor can signal its
14 - Stephen Warren <swarren@nvidia.com>
18 const: trusted-foundations
21 const: tlm,trusted-foundations
23 tlm,version-major:
25 description: major version number of Trusted Foundations firmware
27 tlm,version-minor:
29 description: minor version number of Trusted Foundations firmware
32 - compatible
33 - tlm,version-major
34 - tlm,version-minor
39 - |
41 trusted-foundations {
42 compatible = "tlm,trusted-foundations";
43 tlm,version-major = <2>;
44 tlm,version-minor = <8>;