Files
t23x-public-dts/overlay/tegra234-p3737-0000+p3701-0000-as-p3767-0001.dts
Yi-Wei Wang e1a9d57a6e t23x: p3701-0000-as-p3767-000*: Update CPU Fmax
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>
2024-08-08 21:09:06 -07:00

46 lines
1.1 KiB
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-0001 Emulation Overlay";
fragment-t234-p3701-0000-as-p3767-0001@0 {
target-path = "/";
board_config {
ids = "3701-0000-*", "3701-0005-*";
};
__overlay__ {
compatible = "nvidia,p3737-0000+p3701-0000-as-p3767-0001", "nvidia,tegra234";
model = "Jetson AGX Orin as NX-8GB";
bus@0 {
host1x@13e00000 {
nvdla1@158c0000 {
status = "disabled";
};
};
};
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>;
};
};
};
};
};