1/dts-v1/;
2
3/ {
4    tb_fw-config {
5        compatible = "arm,tb_fw";
6        /* Disable authentication for development */
7        disable_auth = <0x0>;
8    };
9    secure-partitions {
10        compatible = "arm,sp";
11        trusty {
12            uuid = "40ee25f0-a2bc-304c-8c4c-a173c57d8af1";
13            load-address = <0x10000000>;
14            owner = "Plat";
15        };
16    };
17};
18