1// SPDX-License-Identifier: BSD-2-Clause
2/*
3 * Copyright (c) 2022, Linaro Limited.
4 */
5
6#include <lib/libc/cdefs.h>
7
8/dts-v1/;
9
10/ {
11	secure-partitions {
12		compatible = "arm,sp";
13		op-tee {
14		       uuid = "486178e0-e7f8-11e3-bc5e-0002a5d5c51b";
15		       load-address = <0xe300000>;
16		};
17	};
18};
19