18c2ecf20Sopenharmony_ciTrusted Foundations
28c2ecf20Sopenharmony_ci-------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciBoards that use the Trusted Foundations secure monitor can signal its
58c2ecf20Sopenharmony_cipresence by declaring a node compatible with "tlm,trusted-foundations"
68c2ecf20Sopenharmony_ciunder the /firmware/ node
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciRequired properties:
98c2ecf20Sopenharmony_ci- compatible: "tlm,trusted-foundations"
108c2ecf20Sopenharmony_ci- tlm,version-major: major version number of Trusted Foundations firmware
118c2ecf20Sopenharmony_ci- tlm,version-minor: minor version number of Trusted Foundations firmware
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci	firmware {
158c2ecf20Sopenharmony_ci		trusted-foundations {
168c2ecf20Sopenharmony_ci			compatible = "tlm,trusted-foundations";
178c2ecf20Sopenharmony_ci			tlm,version-major = <2>;
188c2ecf20Sopenharmony_ci			tlm,version-minor = <8>;
198c2ecf20Sopenharmony_ci		};
208c2ecf20Sopenharmony_ci	};
21