mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
dts: optee: Add stdout-path and console node
Bug 5237817 Change-Id: Ie9333e4f08ddedbcb6bf4dc953783f09827384de Signed-off-by: Sungbae Yoo <sungbaey@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3347019 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Nitin Kumbhar <nkumbhar@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Mark Zhang <markz@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
211c8a4b67
commit
b6c54fa3ca
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*
|
||||
* Copyright (c) 2021-2024, NVIDIA CORPORATION. All rights reserved.
|
||||
* SPDX-FileCopyrightText: Copyright (c) 2021-2025, NVIDIA CORPORATION. All rights reserved.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
@@ -19,6 +19,21 @@
|
||||
* };
|
||||
*/
|
||||
|
||||
secure-chosen {
|
||||
stdout-path = "stdout";
|
||||
};
|
||||
|
||||
aliases {
|
||||
stdout = &console;
|
||||
};
|
||||
|
||||
console: serial@0c198000 {
|
||||
compatible = "nvidia,tegra234-tcu";
|
||||
reg = <0x0 0x0c198000 0x0 0x1000>;
|
||||
secure-status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
||||
Reference in New Issue
Block a user