mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Update CPU Fmax for Orin NX / Nano emulation platforms.
Bug 4196830
Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com>
Change-Id: I6e0d1a08eeb9e6477f3e07d5e85b08867654e46a
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3189135
(cherry picked from commit 1f405def24)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3189321
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
39 lines
987 B
Devicetree
39 lines
987 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
overlay-name = "Tegra234 p3701-0000-as-p3767-0000 Emulation Overlay";
|
|
|
|
fragment-t234-p3701-0000-as-p3767-0000@0 {
|
|
target-path = "/";
|
|
board_config {
|
|
ids = "3701-0000-*", "3701-0005-*";
|
|
};
|
|
__overlay__ {
|
|
compatible = "nvidia,p3737-0000+p3701-0000-as-p3767-0000", "nvidia,tegra234";
|
|
model = "Jetson AGX Orin as NX-16GB";
|
|
opp-table-cluster0 {
|
|
opp-1984000000 { /* Max CPU freq for ONX */
|
|
opp-hz = /bits/ 64 <1984000000>;
|
|
opp-peak-kBps = <3200000>;
|
|
};
|
|
};
|
|
opp-table-cluster1 {
|
|
opp-1984000000 { /* Max CPU freq for ONX */
|
|
opp-hz = /bits/ 64 <1984000000>;
|
|
opp-peak-kBps = <3200000>;
|
|
};
|
|
};
|
|
opp-table-cluster2 {
|
|
opp-1984000000 { /* Max CPU freq for ONX */
|
|
opp-hz = /bits/ 64 <1984000000>;
|
|
opp-peak-kBps = <3200000>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|