1/*
2 * Copyright (c) 2023 EPAM Systems
3 * SPDX-License-Identifier: Apache-2.0
4 */
5/ {
6	firmware {
7		 optee {
8			compatible = "linaro,optee-tz";
9			method = "smc";
10			status = "okay";
11		 };
12	};
13};
14