Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb2947c7 authored by Alexandre Courbot's avatar Alexandre Courbot Committed by Stephen Warren
Browse files

of: add Trusted Foundations bindings documentation



Add the Device Tree bindings documentation for the Trusted Foundation
secure monitor.

Signed-off-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent db2299e4
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
Trusted Foundations
-------------------

Boards that use the Trusted Foundations secure monitor can signal its
presence by declaring a node compatible with "tlm,trusted-foundations"
under the /firmware/ node

Required properties:
- compatible: "tlm,trusted-foundations"
- tlm,version-major: major version number of Trusted Foundations firmware
- tlm,version-minor: minor version number of Trusted Foundations firmware

Example:
	firmware {
		trusted-foundations {
			compatible = "tlm,trusted-foundations";
			tlm,version-major = <2>;
			tlm,version-minor = <8>;
		};
	};