diff --git a/optee-dts/tegra234-optee.dts b/optee-dts/tegra234-optee.dts index f9ff555..5a4f808 100644 --- a/optee-dts/tegra234-optee.dts +++ b/optee-dts/tegra234-optee.dts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved. + * SPDX-FileCopyrightText: Copyright (c) 2021-2024, NVIDIA CORPORATION. All rights reserved. */ /dts-v1/; @@ -172,6 +172,12 @@ pages-count = <0x10>; attributes = <0x3>; /* read-write */ }; + + scratch-t234 { + base-address = <0x00000000 0x0c390000>; + pages-count = <0x2>; + attributes = <0x3>; /* read-write */ + }; }; }; };