1/dts-v1/;
2
3/ {
4    compatible = "arm,ffa-manifest-1.0";
5    ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
6    uuid = <0xf025ee40 0x4c30bca2 0x73a14c8c 0xf18a7dc5>;
7    id = <1>;
8    auxiliary-id = <0xaf>;
9    description = "Trusty";
10
11    execution-ctx-count = <4>;
12    exception-level = <2>; /* S-EL1 */
13    execution-state = <0>; /* AARCH64 */
14    load-address = <0x10000000>;
15    entrypoint-offset = <0x00004000>;
16    xlat-granule = <0>; /* 4KiB */
17
18    messaging-method = <7>; /* Direct and indirect messages */
19    notification-support; /* Support receipt of notifications. */
20
21    ns-interrupts-action = <1>; /* Managed exit is supported */
22    /* Trusty reschedules the current thread on an IRQ but not a FIQ */
23    managed-exit-virq;
24
25    boot-order = <0>;
26};
27