From nobody Tue Dec 16 07:07:23 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A0128219A89; Thu, 8 May 2025 06:07:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746684468; cv=none; b=qxG0U8hNOLvC8wWpz3ZCi5lKS9pzZDQBriBXVIkHA6jKSVyZZt9qNXluals7Ejh9xbc7fePHAFaGVtiwx3acIX8CCYK1jDgU5M0QvgOqGG+eqdK1iMhxThjVmxAGAkdAvd3yYqHyy7VT5ljoEaabtdgcW9f5qdUOnRb0ajwbY7Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746684468; c=relaxed/simple; bh=lpFUau32b7SceIReT5ztNZ7qb75EXN40W1T0Wlg64jA=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=YRau7ILarAOf2dYxI5bJ1vzqvebENsNbNZ1rwxer24i7Ws8I7m2Kkn3BgfYm1esYURKboGfUfDL/iqd8bA6qVuH/cJ7b1Q22i/d3T2uyRYtEZ7wYWoWdh+jUpeZ9jxUhaU5FCfCRYUPunXKeYIYpf3JKEji07geiBz4tb8rnSfU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HZ9xDXTT; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HZ9xDXTT" Received: by smtp.kernel.org (Postfix) with ESMTPS id 06084C4CEEB; Thu, 8 May 2025 06:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1746684467; bh=lpFUau32b7SceIReT5ztNZ7qb75EXN40W1T0Wlg64jA=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=HZ9xDXTT2jduhbiWPh63QKfnospgLUic4e9IF2k0o+nXsG4qxHRtycoZ+DTiOtJcd NvQlbDQ/wMSZbu5XWHnsP0B8yIrWPAjLAbJnyaALTllI/lqWhFxWVd1XaMPFToeG0S EmaRPjeWCQHICPc6jrPuFty6UUM7ToSZ/6kPrKYS+NJw6VtQxneqABlRHAAs4Q2rIc 5Gdam8BYUh7dfPnVM6vIrSRk5ym14vkwFIBehfJe9aPlWHNArOwuVIJKmzC0ucjw6k IRDe6xEfkQbslEwWPmKiGD9qZjX2XKR6gv9/e6RtZl8zxQzbDUTCaMDG3kXbx4CJUC tD8ouTp8o1jqA== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB957C3ABBE; Thu, 8 May 2025 06:07:46 +0000 (UTC) From: Aaron Kling via B4 Relay Date: Thu, 08 May 2025 01:07:40 -0500 Subject: [PATCH v2 3/4] arm64: tegra: Add EMC timings to P2180 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250508-tegra210-emc-dt-v2-3-d33dc20a1123@gmail.com> References: <20250508-tegra210-emc-dt-v2-0-d33dc20a1123@gmail.com> In-Reply-To: <20250508-tegra210-emc-dt-v2-0-d33dc20a1123@gmail.com> To: Krzysztof Kozlowski , Thierry Reding , Jonathan Hunter , Rob Herring , Conor Dooley , Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, devicetree@vger.kernel.org, Aaron Kling X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1746684462; l=973413; i=webgeek1234@gmail.com; s=20250217; h=from:subject:message-id; bh=B3bH/nrI39H2c86ZA1t73Ja5YzfkomSQsNckmeyIeh4=; b=im4IkElLxajrKQUCJAcKrYx5EPH+LOLANOjWGw1FMmD5mt+SFc/TvbH3ooQq8D53fWG7S+Cra KiAL1Il0b0FCqp3o6uCTdF6VFJ4jV7mCPFsrvp0hkjyzsbrs1qgESR9 X-Developer-Key: i=webgeek1234@gmail.com; a=ed25519; pk=TQwd6q26txw7bkK7B8qtI/kcAohZc7bHHGSD7domdrU= X-Endpoint-Received: by B4 Relay for webgeek1234@gmail.com/20250217 with auth_id=342 X-Original-From: Aaron Kling Reply-To: webgeek1234@gmail.com From: Aaron Kling These entries are imported from the downstream Nvidia Linux4Tegra kernel. They are expected to be updated with the trained values by the bootloader. This is done by the Nvidia Android bootloader, which is different from the handling by the Nvidia Linux bootloader which places these values in a reserved memory location. P2180 is supported by both bootloaders, so lets support initializing emc on both. It should be noted that the bootloader will not create these nodes in the kernel dtb if they do not exist. It will only set in place existing properties. Signed-off-by: Aaron Kling --- arch/arm64/boot/dts/nvidia/tegra210-p2180-emc.dtsi | 49749 +++++++++++++++= ++++ arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 1 + 2 files changed, 49750 insertions(+) diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2180-emc.dtsi b/arch/arm6= 4/boot/dts/nvidia/tegra210-p2180-emc.dtsi new file mode 100644 index 0000000000000000000000000000000000000000..1124948bbfbe16ba1a7de6f7be8= 4e46afdc7d752 --- /dev/null +++ b/arch/arm64/boot/dts/nvidia/tegra210-p2180-emc.dtsi @@ -0,0 +1,49749 @@ +// SPDX-License-Identifier: GPL-2.0 +/ { + external-memory-controller@7001b000 { + /* Bootloader requires a compatible matching nvidia,tegra21-emc */ + compatible =3D "nvidia,tegra210-emc", "nvidia,tegra21-emc"; + nvidia,use-ram-code; + + #address-cells =3D <1>; + #size-cells =3D <0>; + + emc-table@0 { + reg =3D <0>; + nvidia,ram-code =3D <0>; + + #address-cells =3D <1>; + #size-cells =3D <0>; + + emc-table@40800 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <40800>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_40800_03_V9.8.7_V1.6"; + clock-frequency =3D <40800>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188012>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000003>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000015>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188012>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00005172>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290015 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290015 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x0000001f + 0x00000013 + 0x00000003 + 0x00000015 + 0x08161414 + 0x0000000b + 0x00010001 + 0x00019080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x00000009 + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000005 + 0x08037171 + 0x00000008 + 0x00000001 + 0x80000000 + 0x00010002 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290015 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010002 + 0x00009080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290015 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x0000b080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000049 + 0x00000104 + 0x000000b4 + 0x0000007a + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x40020001 + 0x80000013 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000000 + 0x02020001 + 0x00030201 + 0x72c30303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000006 + 0x0080001a + 0x00000076 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff003d + 0x00ff00ff + 0x00ff003d + 0x00ff0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table@68000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <68000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_68000_03_V9.8.7_V1.6"; + clock-frequency =3D <68000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x4018800a>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000005>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000015>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x4018800a>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x000029e0>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000101 + 0x00000000 + 0x00000040 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440015 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000309 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000101 + 0x00000000 + 0x00000040 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440015 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000309 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x0000001f + 0x00000014 + 0x00000004 + 0x00000016 + 0x08161414 + 0x0000000c + 0x00010001 + 0x00019080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x00000009 + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000005 + 0x08037171 + 0x00000009 + 0x00000001 + 0x80000000 + 0x00010002 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000101 + 0x00000000 + 0x00000040 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440015 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000309 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010002 + 0x00009080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000101 + 0x00000000 + 0x00000040 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440015 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000309 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x0000b080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x0000002c + 0x00000104 + 0x000000b4 + 0x00000049 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0xf0000001 + 0x80000024 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000001 + 0x02020001 + 0x00030201 + 0x72630303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000009 + 0x0080001a + 0x000000c4 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff0025 + 0x00ff00ff + 0x00ff0025 + 0x00ff0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table@102000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <102000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_102000_03_V9.8.7_V1.6"; + clock-frequency =3D <102000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188006>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000007>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000015>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188006>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00001aea>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000000 + 0x0000000a + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660015 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000040b + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010000 + 0x00009080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000000 + 0x0000000a + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660015 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000040b + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x0000001f + 0x00000015 + 0x00000005 + 0x00000017 + 0x08161414 + 0x0000000d + 0x00010000 + 0x00019080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x00000009 + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660015 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000040b + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000000 + 0x0000000a + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660015 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000040b + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010000 + 0x0000b080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x0000001d + 0x00000104 + 0x000000b4 + 0x00000031 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x50000001 + 0x80000033 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000002 + 0x02020001 + 0x00030201 + 0x72030303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000000e + 0x0080001a + 0x00000126 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff0018 + 0x00ff00ff + 0x00ff0018 + 0x00fe0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00da + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table@204000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <204000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_204000_03_V9.8.7_V1.6"; + clock-frequency =3D <204000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188002>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000000d>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000015>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188002>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00000d5c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000004 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000000 + 0x0000000b + 0x00010000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x00000304 + 0x00000000 + 0x000000c1 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0015 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000713 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000000 + 0x00000000 + 0x00000014 + 0x0000000a + 0x00000016 + 0x08161414 + 0x00000012 + 0x00010000 + 0x00009080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000004 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000000 + 0x0000000b + 0x00010000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x00000304 + 0x00000000 + 0x000000c1 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0015 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000713 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x0000001f + 0x00000018 + 0x00000008 + 0x0000001a + 0x08161414 + 0x00000010 + 0x00010000 + 0x00019080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x0000000c + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x10000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00040000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x00000304 + 0x00000000 + 0x000000c1 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0015 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000713 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x0000001f + 0x0000001e + 0x00000014 + 0x00000020 + 0x08161414 + 0x0000001c + 0x00040000 + 0x00009080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000004 + 0x0000000e + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000013 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x30000000 + 0x30000002 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000000 + 0x0000000b + 0x00040000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x00000304 + 0x00000000 + 0x000000c1 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0015 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000713 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x00000000 + 0x00000014 + 0x0000000a + 0x00000016 + 0x08161414 + 0x00000012 + 0x00040000 + 0x0000b080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000018 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x08000001 + 0x8000004c + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000003 + 0x00000001 + 0x00000002 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000004 + 0x02020001 + 0x00030201 + 0x71c30504 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000001b + 0x0080001a + 0x0000024c + 0x00ff00b2 + 0x00ff00da + 0x00ff009d + 0x00ff00ff + 0x00ff000c + 0x00ff00ff + 0x00ff000c + 0x007f0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ad + 0x000000ff + 0x00ff0004 + 0x00ff00c6 + 0x00ff00c6 + 0x00ff006d + 0x00ff00ff + 0x00ff00e2 + 0x000000ff + 0x00000080 + 0x00ff00ff + >; + }; + emc-table@408000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <408000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_408000_03_V9.8.7_V1.6"; + clock-frequency =3D <408000>; + nvidia,emc-min-mv =3D <812>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_ud"; + nvidia,src-sel-reg =3D <0xe0188000>; + nvidia,needs-training =3D <0x00000010>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000001a>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000001b>; + nvidia,emc-mrw =3D <0x08010014>; + nvidia,emc-mrw2 =3D <0x08020009>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0xe0188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x000006d6>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000019 + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000008 + 0x00000013 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000008 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x00000000 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000007 + 0x0000000b + 0x00010004 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000607 + 0x00000000 + 0x00000181 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000011 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x00000009 + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001b + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x00000d22 + 0x00000011 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05050035 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000000 + 0x00000000 + 0x00000021 + 0x00000011 + 0x00000023 + 0x08161414 + 0x00000019 + 0x00010004 + 0x00009080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000019 + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000008 + 0x00000013 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000008 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x00000000 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000007 + 0x0000000b + 0x00010004 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000607 + 0x00000000 + 0x00000181 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000011 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x00000009 + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001b + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x00000d22 + 0x00000011 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x0000001f + 0x00000023 + 0x0000000d + 0x00000025 + 0x08161414 + 0x00000015 + 0x00010004 + 0x00019080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000019 + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000008 + 0x00000012 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000008 + 0x00000008 + 0x00000006 + 0x0000000e + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000a + 0x00000002 + 0x10000006 + 0x30000000 + 0x00000008 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00050001 + 0x0000001b + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000607 + 0x00000000 + 0x00000181 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000011 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x00000009 + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001b + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x00000d22 + 0x00000011 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x05058035 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x0000001f + 0x0000002b + 0x0000001b + 0x0000002d + 0x08161414 + 0x00000025 + 0x00050001 + 0x00009080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000019 + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000008 + 0x00000013 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000008 + 0x00000008 + 0x00000006 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x10000005 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000007 + 0x0000000b + 0x00050000 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000607 + 0x00000000 + 0x00000181 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000011 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x00000009 + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001b + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x00000d22 + 0x00000011 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05050035 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x00000000 + 0x00000021 + 0x00000011 + 0x00000023 + 0x08161414 + 0x00000019 + 0x00050000 + 0x0000b080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00200021 + 0x00200022 + 0x00200022 + 0x00200021 + 0x00020002 + 0x00020002 + 0x00200021 + 0x00200022 + 0x00200022 + 0x00200021 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x0000000c + 0x0000000c + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x01000003 + 0x8000007f + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000001 + 0x00000006 + 0x00000003 + 0x00000004 + 0x00000001 + 0x00000002 + 0x00000007 + 0x00000002 + 0x00000006 + 0x00000006 + 0x00000008 + 0x00000005 + 0x00000009 + 0x02030301 + 0x00040203 + 0x71a40a07 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000035 + 0x0080001a + 0x00000498 + 0x00ff0059 + 0x00ff006d + 0x00ff004f + 0x00ff00af + 0x00ff0006 + 0x00ff00af + 0x00ff0006 + 0x00400049 + 0x00ff0080 + 0x00ff0004 + 0x00080057 + 0x000000ff + 0x00ff0004 + 0x00ff0063 + 0x00ff0063 + 0x00ff0036 + 0x00ff00ff + 0x00ff0071 + 0x000000ff + 0x00000040 + 0x00ff00ff + >; + }; + emc-table@665600 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <665600>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_665600_03_V9.8.7_V1.6"; + clock-frequency =3D <665600>; + nvidia,emc-min-mv =3D <825>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x00000010>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000002a>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000001f>; + nvidia,emc-mrw =3D <0x08010024>; + nvidia,emc-mrw2 =3D <0x08020012>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x000004ce>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000028 + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001c + 0x0000000c + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000c + 0x0000000c + 0x00000007 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x00000000 + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x0000000c + 0x0000000b + 0x00010007 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x000009e4 + 0x00000000 + 0x00000279 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000015 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x0000000e + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a001f + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000014c9 + 0x00000016 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05050033 + 0x05050000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000000 + 0x00000000 + 0x00000026 + 0x00000016 + 0x00000028 + 0x08161414 + 0x0000001e + 0x00010007 + 0x00009080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000028 + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001c + 0x0000000c + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000c + 0x0000000c + 0x00000007 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x00000000 + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x0000000c + 0x0000000b + 0x00010007 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x000009e4 + 0x00000000 + 0x00000279 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000015 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x0000000e + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a001f + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000014c9 + 0x00000016 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x0000001f + 0x00000029 + 0x00000013 + 0x0000002b + 0x08161414 + 0x0000001b + 0x00010007 + 0x00019080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000028 + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001c + 0x0000000c + 0x00000016 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000c + 0x0000000c + 0x00000007 + 0x0000000f + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x0000000f + 0x00000002 + 0x1000000b + 0x30000000 + 0x0000000b + 0x08037171 + 0x00000010 + 0x00000001 + 0x80000000 + 0x00050004 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x000009e4 + 0x00000000 + 0x00000279 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000015 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x0000000e + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a001f + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000014c9 + 0x00000016 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x05058033 + 0x05050000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x0000001f + 0x00000030 + 0x00000020 + 0x00000032 + 0x08161414 + 0x00000028 + 0x00050004 + 0x00009080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000028 + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001c + 0x0000000c + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000c + 0x0000000c + 0x00000007 + 0x00000014 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x1000000a + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x0000000c + 0x0000000b + 0x00050003 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x000009e4 + 0x00000000 + 0x00000279 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000015 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x0000000e + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a001f + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000014c9 + 0x00000016 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05050033 + 0x05050000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x00000000 + 0x00000026 + 0x00000016 + 0x00000028 + 0x08161414 + 0x0000001e + 0x00050003 + 0x0000b080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00200022 + 0x00210024 + 0x00210024 + 0x001f0022 + 0x00040004 + 0x00040004 + 0x00200022 + 0x00210024 + 0x00210024 + 0x001f0022 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000010 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000005 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000002 + 0x00000009 + 0x00000005 + 0x00000006 + 0x00000001 + 0x00000002 + 0x00000009 + 0x00000002 + 0x00000006 + 0x00000007 + 0x00000008 + 0x00000006 + 0x0000000e + 0x03030301 + 0x00060304 + 0x71a50f0a + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000057 + 0x0080001a + 0x0000077e + 0x00ff003d + 0x00ff0043 + 0x00ff0041 + 0x00ff0090 + 0x00ff0005 + 0x00ff0090 + 0x00ff0005 + 0x00340049 + 0x00ff0080 + 0x00ff0004 + 0x00080035 + 0x000000ff + 0x00ff0004 + 0x00ff003d + 0x00ff003d + 0x00ff0029 + 0x00ff00d8 + 0x00ff0045 + 0x000000ff + 0x0000002c + 0x00ff00ff + >; + }; + emc-table@800000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <800000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_800000_03_V9.8.7_V1.6"; + clock-frequency =3D <800000>; + nvidia,emc-min-mv =3D <825>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000000d0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000033>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000001f>; + nvidia,emc-mrw =3D <0x08010024>; + nvidia,emc-mrw2 =3D <0x08020012>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x000004b0>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000030 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000022 + 0x0000000f + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000f + 0x0000000f + 0x00000008 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x0000000c + 0x0000000c + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x00000bf0 + 0x00000000 + 0x000002fc + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x00000019 + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000011 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x0320001f + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000018c8 + 0x00000017 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000000 + 0x00000000 + 0x00000027 + 0x00000017 + 0x00000029 + 0x08161414 + 0x00000020 + 0x00050002 + 0x00009080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000030 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000022 + 0x0000000f + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000f + 0x0000000f + 0x00000008 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x0000000c + 0x0000000c + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x00000bf0 + 0x00000000 + 0x000002fc + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x00000019 + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000011 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x0320001f + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000018c8 + 0x00000017 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x0000001f + 0x0000002d + 0x00000017 + 0x0000002f + 0x08161414 + 0x00000020 + 0x00050002 + 0x00019080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000030 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000022 + 0x0000000f + 0x00000016 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000f + 0x0000000f + 0x00000008 + 0x00000010 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x0000000f + 0x00000002 + 0x1000000b + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00050003 + 0x0000001f + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x00000bf0 + 0x00000000 + 0x000002fc + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x00000019 + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000011 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x0320001f + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000018c8 + 0x00000017 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x0000001f + 0x00000031 + 0x00000021 + 0x00000033 + 0x08161414 + 0x00000029 + 0x00050003 + 0x00009080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000030 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000022 + 0x0000000f + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000f + 0x0000000f + 0x00000008 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x0000000c + 0x0000000c + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x00000bf0 + 0x00000000 + 0x000002fc + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x00000019 + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000011 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x0320001f + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000018c8 + 0x00000017 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x00000000 + 0x00000027 + 0x00000017 + 0x00000029 + 0x08161414 + 0x00000020 + 0x00050002 + 0x0000b080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x00200023 + 0x00210024 + 0x00210025 + 0x001f0023 + 0x00050005 + 0x00050005 + 0x00200023 + 0x00210024 + 0x00210025 + 0x001f0023 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000010 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000006 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000002 + 0x00000003 + 0x0000000c + 0x00000007 + 0x00000007 + 0x00000001 + 0x00000002 + 0x00000008 + 0x00000007 + 0x00000006 + 0x00000007 + 0x00000008 + 0x00000006 + 0x00000011 + 0x03030303 + 0x00070406 + 0x7186120d + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000068 + 0x0080001a + 0x00000902 + 0x00ff003d + 0x00ff0038 + 0x00ff0041 + 0x00ff0090 + 0x00ff0005 + 0x00ff0090 + 0x00ff0005 + 0x00340049 + 0x00ff0080 + 0x00ff0004 + 0x0008002c + 0x000000ff + 0x00ff0004 + 0x00ff0032 + 0x00ff0032 + 0x00ff0022 + 0x00ff00b4 + 0x00ff003a + 0x000000ff + 0x0000002c + 0x00ff00ff + >; + }; + emc-table@1065600 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <1065600>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_1065600_03_V9.8.7_V1.6"; + clock-frequency =3D <1065600>; + nvidia,emc-min-mv =3D <837>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000000f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000025>; + nvidia,emc-mrw =3D <0x08010034>; + nvidia,emc-mrw2 =3D <0x0802001b>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110825>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000049c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000040 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002d + 0x00000014 + 0x00000020 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000014 + 0x00000014 + 0x0000000b + 0x00000015 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000019 + 0x00000007 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000016 + 0x00000014 + 0x0000000c + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x00000ffc + 0x00000000 + 0x000003ff + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000021 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000017 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0025 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000020ab + 0x0000001f + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000000 + 0x00000000 + 0x0000002f + 0x0000001f + 0x00000031 + 0x08161414 + 0x00000027 + 0x00050007 + 0x00009080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000040 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002d + 0x00000014 + 0x00000020 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000014 + 0x00000014 + 0x0000000b + 0x00000015 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000019 + 0x00000007 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000016 + 0x00000014 + 0x0000000c + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x00000ffc + 0x00000000 + 0x000003ff + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000021 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000017 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0025 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000020ab + 0x0000001f + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x0000001f + 0x00000034 + 0x0000001e + 0x00000036 + 0x08161414 + 0x00000026 + 0x00050007 + 0x00019080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000040 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002d + 0x00000014 + 0x0000001f + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000014 + 0x00000014 + 0x0000000b + 0x0000000f + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000016 + 0x00000002 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000015 + 0x00000001 + 0x80000000 + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x00000ffc + 0x00000000 + 0x000003ff + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000021 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000017 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160400d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0025 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000020ab + 0x0000001f + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x0000001f + 0x00000039 + 0x00000029 + 0x0000003b + 0x08161414 + 0x00000031 + 0x00050007 + 0x00009080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000040 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002d + 0x00000014 + 0x00000020 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000014 + 0x00000014 + 0x0000000b + 0x00000015 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000019 + 0x00000007 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000016 + 0x00000014 + 0x0000000c + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x00000ffc + 0x00000000 + 0x000003ff + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000021 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000017 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0025 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000020ab + 0x0000001f + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x00000000 + 0x0000002f + 0x0000001f + 0x00000031 + 0x08161414 + 0x00000027 + 0x00050007 + 0x0000b080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x00200024 + 0x00210026 + 0x00220026 + 0x001e0024 + 0x00070006 + 0x00070007 + 0x00200024 + 0x00210026 + 0x00220026 + 0x001e0024 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000016 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000008 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000003 + 0x00000004 + 0x00000010 + 0x0000000a + 0x0000000a + 0x00000002 + 0x00000002 + 0x0000000a + 0x00000007 + 0x00000006 + 0x00000009 + 0x00000008 + 0x00000007 + 0x00000017 + 0x03040303 + 0x00090508 + 0x71881811 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000008b + 0x0080001a + 0x00000bff + 0x00c0003d + 0x00c00038 + 0x00c00041 + 0x00c00090 + 0x00c00005 + 0x00c00090 + 0x00c00005 + 0x00340049 + 0x00c00080 + 0x00c00004 + 0x00080021 + 0x000000c0 + 0x00c00004 + 0x00c00026 + 0x00c00026 + 0x00c00019 + 0x00c00095 + 0x00c0002b + 0x000000c0 + 0x0000002c + 0x00c000c0 + >; + }; + emc-table@1331200 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <1331200>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_1331200_04_V9.8.7_V1.6"; + clock-frequency =3D <1331200>; + nvidia,emc-min-mv =3D <850>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000002f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000002b>; + nvidia,emc-mrw =3D <0x08010044>; + nvidia,emc-mrw2 =3D <0x08020024>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x0011082d>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040000>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000044c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000050 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x00000038 + 0x00000018 + 0x00000027 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000018 + 0x00000018 + 0x0000000e + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x0000001a + 0x0000000d + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x00001408 + 0x00000000 + 0x00000502 + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x00000027 + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001c + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00100017 + 0x00140017 + 0x00120018 + 0x000e0017 + 0x00000000 + 0x00000000 + 0x00100017 + 0x00140017 + 0x00120018 + 0x000e0017 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002b + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000288f + 0x00000026 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000000 + 0x00000000 + 0x00000036 + 0x00000026 + 0x00000038 + 0x08161414 + 0x0000002e + 0x00060009 + 0x00009080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000050 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x00000038 + 0x00000018 + 0x00000027 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000018 + 0x00000018 + 0x0000000e + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x0000001a + 0x0000000d + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x00001408 + 0x00000000 + 0x00000502 + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x00000027 + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001c + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002b + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000288f + 0x00000026 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000000 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x0000001f + 0x0000003a + 0x00000024 + 0x0000003c + 0x08161414 + 0x0000002c + 0x00060009 + 0x00019080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000050 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x00000038 + 0x00000018 + 0x00000026 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000018 + 0x00000018 + 0x0000000e + 0x00000011 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001d + 0x00000002 + 0x10000018 + 0x10000000 + 0x00000012 + 0x0803f1f1 + 0x00000018 + 0x00000001 + 0x80000000 + 0x0006000a + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x00001408 + 0x00000000 + 0x00000502 + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x00000027 + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001c + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160400d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002b + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000288f + 0x00000026 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x0000001f + 0x00000040 + 0x00000030 + 0x00000042 + 0x08161414 + 0x00000038 + 0x0006000a + 0x00009080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000050 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x00000038 + 0x00000018 + 0x00000027 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000018 + 0x00000018 + 0x0000000e + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x0000001a + 0x0000000d + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x00001408 + 0x00000000 + 0x00000502 + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x00000027 + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001c + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00100017 + 0x00140017 + 0x00120018 + 0x000e0017 + 0x00000000 + 0x00000000 + 0x00100017 + 0x00140017 + 0x00120018 + 0x000e0017 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002b + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000288f + 0x00000026 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x00000000 + 0x00000036 + 0x00000026 + 0x00000038 + 0x08161414 + 0x0000002e + 0x00060009 + 0x0000b080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x001f0025 + 0x00220028 + 0x00220028 + 0x001d0025 + 0x00090008 + 0x00090009 + 0x001f0025 + 0x00220028 + 0x00220028 + 0x001d0025 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x0000001c + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x0000000a + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000004 + 0x00000005 + 0x00000013 + 0x0000000c + 0x0000000d + 0x00000003 + 0x00000003 + 0x0000000c + 0x00000007 + 0x00000007 + 0x0000000b + 0x00000008 + 0x00000008 + 0x0000001d + 0x04050303 + 0x000b0709 + 0x718a1e14 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x000000ad + 0x0080001a + 0x00000efc + 0x0099003d + 0x00990038 + 0x00990041 + 0x00990090 + 0x00990005 + 0x00990090 + 0x00990005 + 0x00340049 + 0x00990080 + 0x00990004 + 0x0008001b + 0x00000099 + 0x00990004 + 0x0099001e + 0x0099001e + 0x00990018 + 0x00990095 + 0x00990023 + 0x00000099 + 0x0000002c + 0x00990099 + >; + }; + emc-table@1600000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <1600000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "04_1600000_04_V9.8.7_V1.6"; + clock-frequency =3D <1600000>; + nvidia,emc-min-mv =3D <887>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000002f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000002f>; + nvidia,emc-mrw =3D <0x08010054>; + nvidia,emc-mrw2 =3D <0x0802002d>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040000>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000049c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000060 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000044 + 0x0000001d + 0x0000002a + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001d + 0x0000001d + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000025 + 0x00000008 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001c + 0x00000020 + 0x0000000d + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x00001820 + 0x00000000 + 0x00000608 + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x0000002e + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000022 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x00180021 + 0x001e0022 + 0x001b0022 + 0x00170021 + 0x00000000 + 0x00000000 + 0x00180021 + 0x001e0022 + 0x001b0022 + 0x00170021 + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x0640002f + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000308c + 0x0000002c + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000000 + 0x00000000 + 0x0000003c + 0x0000002c + 0x0000003e + 0x08161414 + 0x00000034 + 0x0006000d + 0x00009080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c4848 + 0x880c4848 + 0x480c4848 + 0x480c4848 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000060 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000044 + 0x0000001d + 0x0000002a + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001d + 0x0000001d + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000025 + 0x00000008 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001c + 0x00000020 + 0x0000000d + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x00001820 + 0x00000000 + 0x00000608 + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x0000002e + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000022 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x0004000d + 0x000a000e + 0x0007000e + 0x0003000d + 0x00000000 + 0x00000000 + 0x0004000d + 0x000a000e + 0x0007000e + 0x0003000d + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x0640002f + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000308c + 0x0000002c + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000000 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x0000001f + 0x00000042 + 0x0000002c + 0x00000044 + 0x08161414 + 0x00000034 + 0x0006000d + 0x00019080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000060 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000044 + 0x0000001d + 0x00000029 + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001d + 0x0000001d + 0x00000010 + 0x00000012 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000022 + 0x00000002 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001b + 0x00000001 + 0x80000000 + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x00001820 + 0x00000000 + 0x00000608 + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x0000002e + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000022 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960400d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x0004000d + 0x000a000e + 0x0007000e + 0x0003000d + 0x00000000 + 0x00000000 + 0x0004000d + 0x000a000e + 0x0007000e + 0x0003000d + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x0640002f + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000308c + 0x0000002c + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x0000001f + 0x00000046 + 0x00000036 + 0x00000048 + 0x08161414 + 0x0000003e + 0x0006000d + 0x00009080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000060 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000044 + 0x0000001d + 0x0000002a + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001d + 0x0000001d + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000025 + 0x00000008 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001c + 0x00000020 + 0x0000000d + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x00001820 + 0x00000000 + 0x00000608 + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x0000002e + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000022 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x00180021 + 0x001e0022 + 0x001b0022 + 0x00170021 + 0x00000000 + 0x00000000 + 0x00180021 + 0x001e0022 + 0x001b0022 + 0x00170021 + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x0640002f + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000308c + 0x0000002c + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x00000000 + 0x0000003c + 0x0000002c + 0x0000003e + 0x08161414 + 0x00000034 + 0x0006000d + 0x0000b080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x001f0026 + 0x00220029 + 0x0023002a + 0x001d0026 + 0x000b000a + 0x000b000a + 0x001f0026 + 0x00220029 + 0x0023002a + 0x001d0026 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000020 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000004 + 0x00000004 + 0x00000004 + 0x00000004 + >; + nvidia,emc-burst-mc-regs =3D < + 0x0000000c + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000006 + 0x00000007 + 0x00000018 + 0x0000000f + 0x0000000f + 0x00000003 + 0x00000003 + 0x0000000d + 0x00000007 + 0x00000007 + 0x0000000c + 0x00000008 + 0x0000000a + 0x00000023 + 0x05060303 + 0x000d080c + 0x718c2419 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x000000d0 + 0x0080001a + 0x00001203 + 0x0080003d + 0x00800038 + 0x00800041 + 0x00800090 + 0x00800005 + 0x00800090 + 0x00800005 + 0x00340049 + 0x00800080 + 0x00800004 + 0x00080016 + 0x00000080 + 0x00800004 + 0x00800019 + 0x00800019 + 0x00800018 + 0x00800095 + 0x0080001d + 0x00000080 + 0x0000002c + 0x00800080 + >; + }; + emc-table-derated@40800 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <40800>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_40800_02_V9.8.3_V1.6"; + clock-frequency =3D <40800>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188012>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000003>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000015>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188012>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00005172>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000026 + 0x00000000 + 0x00000009 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290015 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000151 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000026 + 0x00000000 + 0x00000009 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290015 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000151 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x0000001f + 0x00000013 + 0x00000003 + 0x00000015 + 0x08161414 + 0x0000000b + 0x00010001 + 0x00019080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x00000009 + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000005 + 0x08037171 + 0x00000008 + 0x00000001 + 0x80000000 + 0x00010002 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000026 + 0x00000000 + 0x00000009 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290015 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000151 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010002 + 0x00009080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000026 + 0x00000000 + 0x00000009 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290015 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000151 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x0000b080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000049 + 0x00000104 + 0x000000b4 + 0x0000007a + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x40020001 + 0x80000013 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000000 + 0x02020001 + 0x00030201 + 0x72c30303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000006 + 0x0080001a + 0x00000076 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff003d + 0x00ff00ff + 0x00ff003d + 0x00ff0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table-derated@68000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <68000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_68000_02_V9.8.3_V1.6"; + clock-frequency =3D <68000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x4018800a>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000005>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000015>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x4018800a>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x000029e0>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000040 + 0x00000000 + 0x00000010 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440015 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000185 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000040 + 0x00000000 + 0x00000010 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440015 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000185 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x0000001f + 0x00000014 + 0x00000004 + 0x00000016 + 0x08161414 + 0x0000000c + 0x00010001 + 0x00019080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x00000009 + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000005 + 0x08037171 + 0x00000009 + 0x00000001 + 0x80000000 + 0x00010002 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000040 + 0x00000000 + 0x00000010 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440015 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000185 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010002 + 0x00009080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000000 + 0x0000000a + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000040 + 0x00000000 + 0x00000010 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440015 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000185 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x0000b080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x0000002c + 0x00000104 + 0x000000b4 + 0x00000049 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0xf0000001 + 0x80000024 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000001 + 0x02020001 + 0x00030201 + 0x72630303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000009 + 0x0080001a + 0x000000c4 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff0025 + 0x00ff00ff + 0x00ff0025 + 0x00ff0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table-derated@102000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <102000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_102000_02_V9.8.3_V1.6"; + clock-frequency =3D <102000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188006>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000007>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000015>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188006>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00001aea>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000000 + 0x0000000a + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000060 + 0x00000000 + 0x00000018 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660015 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x800001c5 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010000 + 0x00009080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000000 + 0x0000000a + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000060 + 0x00000000 + 0x00000018 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660015 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x800001c5 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x0000001f + 0x00000015 + 0x00000005 + 0x00000017 + 0x08161414 + 0x0000000d + 0x00010000 + 0x00019080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x00000009 + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000060 + 0x00000000 + 0x00000018 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660015 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x800001c5 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000000 + 0x0000000a + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000060 + 0x00000000 + 0x00000018 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000011 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660015 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x800001c5 + 0x00000009 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010000 + 0x0000b080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x0000001d + 0x00000104 + 0x000000b4 + 0x00000031 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x50000001 + 0x80000033 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000002 + 0x02020001 + 0x00030201 + 0x72030303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000000e + 0x0080001a + 0x00000126 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff0018 + 0x00ff00ff + 0x00ff0018 + 0x00fe0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00da + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table-derated@204000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <204000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_204000_02_V9.8.3_V1.6"; + clock-frequency =3D <204000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188002>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000000d>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000015>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188002>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00000d5c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000005 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000000 + 0x0000000b + 0x00010000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x000000c1 + 0x00000000 + 0x00000030 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000012 + 0x00000005 + 0x00000002 + 0x0000000e + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0015 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000287 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000000 + 0x00000000 + 0x00000014 + 0x0000000a + 0x00000016 + 0x08161414 + 0x00000012 + 0x00010000 + 0x00009080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000005 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000000 + 0x0000000b + 0x00010000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x000000c1 + 0x00000000 + 0x00000030 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000012 + 0x00000005 + 0x00000002 + 0x0000000e + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0015 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000287 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x0000001f + 0x00000018 + 0x00000008 + 0x0000001a + 0x08161414 + 0x00000010 + 0x00010000 + 0x00019080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000005 + 0x0000000a + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x0000000c + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x10000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00040000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x000000c1 + 0x00000000 + 0x00000030 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000012 + 0x00000005 + 0x00000002 + 0x0000000e + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0015 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000287 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x0000001f + 0x0000001e + 0x00000014 + 0x00000020 + 0x08161414 + 0x0000001c + 0x00040000 + 0x00009080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000005 + 0x0000000e + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000013 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x30000000 + 0x30000002 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000000 + 0x0000000b + 0x00040000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x000000c1 + 0x00000000 + 0x00000030 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000012 + 0x00000005 + 0x00000002 + 0x0000000e + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000003 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0015 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000287 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x00000000 + 0x00000014 + 0x0000000a + 0x00000016 + 0x08161414 + 0x00000012 + 0x00040000 + 0x0000b080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000018 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x08000001 + 0x8000004c + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000001 + 0x00000003 + 0x00000001 + 0x00000002 + 0x00000001 + 0x00000002 + 0x00000004 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000004 + 0x02020001 + 0x00030201 + 0x71c30504 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000001b + 0x0080001a + 0x0000024c + 0x00ff00b2 + 0x00ff00da + 0x00ff009d + 0x00ff00ff + 0x00ff000c + 0x00ff00ff + 0x00ff000c + 0x007f0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ad + 0x000000ff + 0x00ff0004 + 0x00ff00c6 + 0x00ff00c6 + 0x00ff006d + 0x00ff00ff + 0x00ff00e2 + 0x000000ff + 0x00000080 + 0x00ff00ff + >; + }; + emc-table-derated@408000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <408000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_408000_02_V9.8.3_V1.6"; + clock-frequency =3D <408000>; + nvidia,emc-min-mv =3D <812>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_ud"; + nvidia,src-sel-reg =3D <0xe0188000>; + nvidia,needs-training =3D <0x00000010>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000001a>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000001b>; + nvidia,emc-mrw =3D <0x08010014>; + nvidia,emc-mrw2 =3D <0x08020009>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0xe0188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x000006d6>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000001b + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000009 + 0x00000013 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000009 + 0x00000009 + 0x00000006 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x00000000 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000007 + 0x0000000b + 0x00010004 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000018 + 0x00000005 + 0x00000002 + 0x00000012 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x0000000a + 0x00000003 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001b + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x8000040b + 0x00000011 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05050035 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000000 + 0x00000000 + 0x00000021 + 0x00000011 + 0x00000023 + 0x08161414 + 0x00000019 + 0x00010004 + 0x00009080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000001b + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000009 + 0x00000013 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000009 + 0x00000009 + 0x00000006 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x00000000 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000007 + 0x0000000b + 0x00010004 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000018 + 0x00000005 + 0x00000002 + 0x00000012 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x0000000a + 0x00000003 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001b + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x8000040b + 0x00000011 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x0000001f + 0x00000023 + 0x0000000d + 0x00000025 + 0x08161414 + 0x00000015 + 0x00010004 + 0x00019080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000001b + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000009 + 0x00000012 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000009 + 0x00000009 + 0x00000006 + 0x0000000e + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000a + 0x00000002 + 0x10000006 + 0x30000000 + 0x00000008 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00050001 + 0x0000001b + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000018 + 0x00000005 + 0x00000002 + 0x00000012 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x0000000a + 0x00000003 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001b + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x8000040b + 0x00000011 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x05058035 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x0000001f + 0x0000002b + 0x0000001b + 0x0000002d + 0x08161414 + 0x00000025 + 0x00050001 + 0x00009080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000001b + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000009 + 0x00000013 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000009 + 0x00000009 + 0x00000006 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x10000005 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000007 + 0x0000000b + 0x00050000 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000018 + 0x00000005 + 0x00000002 + 0x00000012 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x0000000a + 0x00000003 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001b + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x8000040b + 0x00000011 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05050035 + 0x00000000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x00000000 + 0x00000021 + 0x00000011 + 0x00000023 + 0x08161414 + 0x00000019 + 0x00050000 + 0x0000b080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00200021 + 0x00200022 + 0x00200022 + 0x00200021 + 0x00020002 + 0x00020002 + 0x00200021 + 0x00200022 + 0x00200022 + 0x00200021 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x0000000c + 0x0000000c + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x01000003 + 0x8000007f + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000002 + 0x00000006 + 0x00000003 + 0x00000004 + 0x00000001 + 0x00000002 + 0x00000006 + 0x00000002 + 0x00000006 + 0x00000006 + 0x00000008 + 0x00000005 + 0x00000009 + 0x02030301 + 0x00040203 + 0x71a40a07 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000035 + 0x0080001a + 0x00000498 + 0x00ff0059 + 0x00ff006d + 0x00ff004f + 0x00ff00af + 0x00ff0006 + 0x00ff00af + 0x00ff0006 + 0x00400049 + 0x00ff0080 + 0x00ff0004 + 0x00080057 + 0x000000ff + 0x00ff0004 + 0x00ff0063 + 0x00ff0063 + 0x00ff0036 + 0x00ff00ff + 0x00ff0071 + 0x000000ff + 0x00000040 + 0x00ff00ff + >; + }; + emc-table-derated@665600 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <665600>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_665600_02_V9.8.3_V1.6"; + clock-frequency =3D <665600>; + nvidia,emc-min-mv =3D <825>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x00000010>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000002a>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000001f>; + nvidia,emc-mrw =3D <0x08010024>; + nvidia,emc-mrw2 =3D <0x08020012>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x000004ce>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000002b + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001e + 0x0000000e + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000e + 0x0000000e + 0x00000008 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x00000000 + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x0000000c + 0x0000000b + 0x00010007 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x00000275 + 0x00000000 + 0x0000009d + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001f + 0x00000006 + 0x00000002 + 0x00000017 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x00000010 + 0x00000003 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a001f + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800005f5 + 0x00000016 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05050033 + 0x05050000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000000 + 0x00000000 + 0x00000026 + 0x00000016 + 0x00000028 + 0x08161414 + 0x0000001e + 0x00010007 + 0x00009080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000002b + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001e + 0x0000000e + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000e + 0x0000000e + 0x00000008 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x00000000 + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x0000000c + 0x0000000b + 0x00010007 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x00000275 + 0x00000000 + 0x0000009d + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001f + 0x00000006 + 0x00000002 + 0x00000017 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x00000010 + 0x00000003 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a001f + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800005f5 + 0x00000016 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x0000001f + 0x00000029 + 0x00000013 + 0x0000002b + 0x08161414 + 0x0000001b + 0x00010007 + 0x00019080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000002b + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001e + 0x0000000e + 0x00000016 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000e + 0x0000000e + 0x00000008 + 0x0000000f + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x0000000f + 0x00000002 + 0x1000000b + 0x30000000 + 0x0000000b + 0x08037171 + 0x00000010 + 0x00000001 + 0x80000000 + 0x00050004 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x00000275 + 0x00000000 + 0x0000009d + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001f + 0x00000006 + 0x00000002 + 0x00000017 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x00000010 + 0x00000003 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a001f + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800005f5 + 0x00000016 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x05058033 + 0x05050000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x0000001f + 0x00000030 + 0x00000020 + 0x00000032 + 0x08161414 + 0x00000028 + 0x00050004 + 0x00009080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000002b + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001e + 0x0000000e + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000e + 0x0000000e + 0x00000008 + 0x00000014 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x1000000a + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x0000000c + 0x0000000b + 0x00050003 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x00000275 + 0x00000000 + 0x0000009d + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001f + 0x00000006 + 0x00000002 + 0x00000017 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x00000010 + 0x00000003 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a001f + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800005f5 + 0x00000016 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x05050033 + 0x05050000 + 0x00000010 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x00000000 + 0x00000026 + 0x00000016 + 0x00000028 + 0x08161414 + 0x0000001e + 0x00050003 + 0x0000b080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00200022 + 0x00210024 + 0x00210024 + 0x001f0022 + 0x00040004 + 0x00040004 + 0x00200022 + 0x00210024 + 0x00210024 + 0x001f0022 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000010 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000005 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000002 + 0x00000003 + 0x0000000a + 0x00000006 + 0x00000006 + 0x00000001 + 0x00000002 + 0x00000008 + 0x00000002 + 0x00000006 + 0x00000007 + 0x00000008 + 0x00000006 + 0x0000000e + 0x03030301 + 0x00070405 + 0x71a50f0b + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000057 + 0x0080001a + 0x0000077e + 0x00ff003d + 0x00ff0043 + 0x00ff0041 + 0x00ff0090 + 0x00ff0005 + 0x00ff0090 + 0x00ff0005 + 0x00340049 + 0x00ff0080 + 0x00ff0004 + 0x00080035 + 0x000000ff + 0x00ff0004 + 0x00ff003d + 0x00ff003d + 0x00ff0029 + 0x00ff00d8 + 0x00ff0045 + 0x000000ff + 0x0000002c + 0x00ff00ff + >; + }; + emc-table-derated@800000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <800000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_800000_02_V9.8.3_V1.6"; + clock-frequency =3D <800000>; + nvidia,emc-min-mv =3D <825>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000000d0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000033>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000001f>; + nvidia,emc-mrw =3D <0x08010024>; + nvidia,emc-mrw2 =3D <0x08020012>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x000004b0>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000033 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000024 + 0x00000010 + 0x00000018 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000010 + 0x00000010 + 0x0000000a + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x0000000c + 0x0000000c + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x000002f4 + 0x00000000 + 0x000000bd + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000021 + 0x00000007 + 0x00000002 + 0x0000001a + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000013 + 0x00000003 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x0320001f + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800006f5 + 0x00000017 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000000 + 0x00000000 + 0x00000027 + 0x00000017 + 0x00000029 + 0x08161414 + 0x00000020 + 0x00050002 + 0x00009080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000033 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000024 + 0x00000010 + 0x00000018 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000010 + 0x00000010 + 0x0000000a + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x0000000c + 0x0000000c + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x000002f4 + 0x00000000 + 0x000000bd + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000021 + 0x00000007 + 0x00000002 + 0x0000001a + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000013 + 0x00000003 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x0320001f + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800006f5 + 0x00000017 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x0000001f + 0x0000002d + 0x00000017 + 0x0000002f + 0x08161414 + 0x00000020 + 0x00050002 + 0x00019080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000033 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000024 + 0x00000010 + 0x00000017 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000010 + 0x00000010 + 0x0000000a + 0x00000010 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x0000000f + 0x00000002 + 0x1000000b + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00050003 + 0x0000001f + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x000002f4 + 0x00000000 + 0x000000bd + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000021 + 0x00000007 + 0x00000002 + 0x0000001a + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000013 + 0x00000003 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x0320001f + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800006f5 + 0x00000017 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x0000001f + 0x00000031 + 0x00000021 + 0x00000033 + 0x08161414 + 0x00000029 + 0x00050003 + 0x00009080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000033 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000024 + 0x00000010 + 0x00000018 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000010 + 0x00000010 + 0x0000000a + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x0000000c + 0x0000000c + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x000002f4 + 0x00000000 + 0x000000bd + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000021 + 0x00000007 + 0x00000002 + 0x0000001a + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000013 + 0x00000003 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x0320001f + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800006f5 + 0x00000017 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x00000000 + 0x00000027 + 0x00000017 + 0x00000029 + 0x08161414 + 0x00000020 + 0x00050002 + 0x0000b080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x00200023 + 0x00210024 + 0x00210025 + 0x001f0023 + 0x00050005 + 0x00050005 + 0x00200023 + 0x00210024 + 0x00210025 + 0x001f0023 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000010 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000006 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000002 + 0x00000003 + 0x0000000c + 0x00000007 + 0x00000007 + 0x00000002 + 0x00000002 + 0x00000009 + 0x00000007 + 0x00000006 + 0x00000007 + 0x00000008 + 0x00000006 + 0x00000011 + 0x03030303 + 0x00070406 + 0x7186120d + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000068 + 0x0080001a + 0x00000902 + 0x00ff003d + 0x00ff0038 + 0x00ff0041 + 0x00ff0090 + 0x00ff0005 + 0x00ff0090 + 0x00ff0005 + 0x00340049 + 0x00ff0080 + 0x00ff0004 + 0x0008002c + 0x000000ff + 0x00ff0004 + 0x00ff0032 + 0x00ff0032 + 0x00ff0022 + 0x00ff00b4 + 0x00ff003a + 0x000000ff + 0x0000002c + 0x00ff00ff + >; + }; + emc-table-derated@1065600 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <1065600>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_1065600_02_V9.8.3_V1.6"; + clock-frequency =3D <1065600>; + nvidia,emc-min-mv =3D <837>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000000f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000025>; + nvidia,emc-mrw =3D <0x08010034>; + nvidia,emc-mrw2 =3D <0x0802001b>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110825>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000049c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000044 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002f + 0x00000016 + 0x00000020 + 0x00000016 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000016 + 0x00000016 + 0x0000000d + 0x00000016 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000018 + 0x00000008 + 0x10000011 + 0x10000000 + 0x0000000d + 0x0803f1f1 + 0x00000017 + 0x00000013 + 0x0000000d + 0x00050006 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x000003ef + 0x00000000 + 0x000000fb + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000023 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000019 + 0x00000003 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0025 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800008ed + 0x0000001f + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000000 + 0x00000000 + 0x0000002f + 0x0000001f + 0x00000031 + 0x08161414 + 0x00000027 + 0x00050006 + 0x00009080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000044 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002f + 0x00000016 + 0x00000020 + 0x00000016 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000016 + 0x00000016 + 0x0000000d + 0x00000016 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000018 + 0x00000008 + 0x10000011 + 0x10000000 + 0x0000000d + 0x0803f1f1 + 0x00000017 + 0x00000013 + 0x0000000d + 0x00050006 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x000003ef + 0x00000000 + 0x000000fb + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000023 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000019 + 0x00000003 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0025 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800008ed + 0x0000001f + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000000 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x0000001f + 0x00000034 + 0x0000001e + 0x00000036 + 0x08161414 + 0x00000026 + 0x00050006 + 0x00019080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000044 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002f + 0x00000016 + 0x0000001f + 0x00000016 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000016 + 0x00000016 + 0x0000000d + 0x0000000f + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000016 + 0x00000002 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000015 + 0x00000001 + 0x80000000 + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x000003ef + 0x00000000 + 0x000000fb + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000023 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000019 + 0x00000003 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160400d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0025 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800008ed + 0x0000001f + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x0000001f + 0x00000039 + 0x00000029 + 0x0000003b + 0x08161414 + 0x00000031 + 0x00050007 + 0x00009080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000044 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002f + 0x00000016 + 0x00000020 + 0x00000016 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000016 + 0x00000016 + 0x0000000d + 0x00000016 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000018 + 0x00000008 + 0x10000011 + 0x10000000 + 0x0000000d + 0x0803f1f1 + 0x00000017 + 0x00000013 + 0x0000000d + 0x00050006 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x000003ef + 0x00000000 + 0x000000fb + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000023 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000019 + 0x00000003 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00030008 + 0x00060009 + 0x00050009 + 0x00020009 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0025 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800008ed + 0x0000001f + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x00000000 + 0x0000002f + 0x0000001f + 0x00000031 + 0x08161414 + 0x00000027 + 0x00050006 + 0x0000b080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x00200024 + 0x00210026 + 0x00220026 + 0x001e0024 + 0x00070006 + 0x00070007 + 0x00200024 + 0x00210026 + 0x00220026 + 0x001e0024 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000016 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000008 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000004 + 0x00000005 + 0x00000011 + 0x0000000a + 0x0000000a + 0x00000003 + 0x00000002 + 0x0000000a + 0x00000007 + 0x00000006 + 0x00000009 + 0x00000008 + 0x00000007 + 0x00000017 + 0x03040303 + 0x000a0608 + 0x71881812 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000008b + 0x0080001a + 0x00000bff + 0x00c0003d + 0x00c00038 + 0x00c00041 + 0x00c00090 + 0x00c00005 + 0x00c00090 + 0x00c00005 + 0x00340049 + 0x00c00080 + 0x00c00004 + 0x00080021 + 0x000000c0 + 0x00c00004 + 0x00c00026 + 0x00c00026 + 0x00c00019 + 0x00c00095 + 0x00c0002b + 0x000000c0 + 0x0000002c + 0x00c000c0 + >; + }; + emc-table-derated@1331200 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <1331200>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_1331200_03_V9.8.3_V1.6"; + clock-frequency =3D <1331200>; + nvidia,emc-min-mv =3D <850>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000002f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000002b>; + nvidia,emc-mrw =3D <0x08010044>; + nvidia,emc-mrw2 =3D <0x08020024>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x0011082d>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040000>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000044c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000055 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x0000003b + 0x0000001b + 0x00000027 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001b + 0x0000001b + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x0000001a + 0x0000000d + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x000004eb + 0x00000000 + 0x0000013a + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x0000002a + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001f + 0x00000003 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00100017 + 0x00140017 + 0x00120018 + 0x000e0017 + 0x00000000 + 0x00000000 + 0x00100017 + 0x00140017 + 0x00120018 + 0x000e0017 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002b + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ae6 + 0x00000026 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000000 + 0x00000000 + 0x00000036 + 0x00000026 + 0x00000038 + 0x08161414 + 0x0000002e + 0x00060009 + 0x00009080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000055 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x0000003b + 0x0000001b + 0x00000027 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001b + 0x0000001b + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x0000001a + 0x0000000d + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x000004eb + 0x00000000 + 0x0000013a + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x0000002a + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001f + 0x00000003 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002b + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ae6 + 0x00000026 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000000 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x0000001f + 0x0000003a + 0x00000024 + 0x0000003c + 0x08161414 + 0x0000002c + 0x00060009 + 0x00019080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000055 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x0000003b + 0x0000001b + 0x00000026 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001b + 0x0000001b + 0x00000010 + 0x00000011 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001d + 0x00000002 + 0x10000018 + 0x10000000 + 0x00000012 + 0x0803f1f1 + 0x00000018 + 0x00000001 + 0x80000000 + 0x0006000a + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x000004eb + 0x00000000 + 0x0000013a + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x0000002a + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001f + 0x00000003 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160400d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002b + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ae6 + 0x00000026 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x0000001f + 0x00000040 + 0x00000030 + 0x00000042 + 0x08161414 + 0x00000038 + 0x0006000a + 0x00009080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000055 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x0000003b + 0x0000001b + 0x00000027 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001b + 0x0000001b + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x0000001a + 0x0000000d + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x000004eb + 0x00000000 + 0x0000013a + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x0000002a + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001f + 0x00000003 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00100017 + 0x00140017 + 0x00120018 + 0x000e0017 + 0x00000000 + 0x00000000 + 0x00100017 + 0x00140017 + 0x00120018 + 0x000e0017 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002b + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ae6 + 0x00000026 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x00000000 + 0x00000036 + 0x00000026 + 0x00000038 + 0x08161414 + 0x0000002e + 0x00060009 + 0x0000b080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x001f0025 + 0x00220028 + 0x00220028 + 0x001d0025 + 0x00090008 + 0x00090009 + 0x001f0025 + 0x00220028 + 0x00220028 + 0x001d0025 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x0000001c + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x0000000a + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000005 + 0x00000006 + 0x00000015 + 0x0000000d + 0x0000000d + 0x00000003 + 0x00000003 + 0x0000000b + 0x00000007 + 0x00000007 + 0x0000000b + 0x00000008 + 0x00000008 + 0x0000001d + 0x04050303 + 0x000b070a + 0x718a1e16 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x000000ad + 0x0080001a + 0x00000efc + 0x0099003d + 0x00990038 + 0x00990041 + 0x00990090 + 0x00990005 + 0x00990090 + 0x00990005 + 0x00340049 + 0x00990080 + 0x00990004 + 0x0008001b + 0x00000099 + 0x00990004 + 0x0099001e + 0x0099001e + 0x00990018 + 0x00990095 + 0x00990023 + 0x00000099 + 0x0000002c + 0x00990099 + >; + }; + emc-table-derated@1600000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <1600000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "03_1600000_03_V9.8.3_V1.6"; + clock-frequency =3D <1600000>; + nvidia,emc-min-mv =3D <887>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000002f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000002f>; + nvidia,emc-mrw =3D <0x08010054>; + nvidia,emc-mrw2 =3D <0x0802002d>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040000>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000049c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000066 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000047 + 0x00000020 + 0x0000002a + 0x0000001f + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000020 + 0x00000020 + 0x00000013 + 0x00000017 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000024 + 0x00000009 + 0x1000001c + 0x10000002 + 0x00000014 + 0x0803f1f1 + 0x0000001d + 0x0000001f + 0x0000000e + 0x0006000c + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x000005e9 + 0x00000000 + 0x0000017a + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000037 + 0x0000000e + 0x00000002 + 0x00000031 + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000025 + 0x00000003 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x00180021 + 0x001e0022 + 0x001b0022 + 0x00170021 + 0x00000000 + 0x00000000 + 0x00180021 + 0x001e0022 + 0x001b0022 + 0x00170021 + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x0640002f + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ce6 + 0x0000002c + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000000 + 0x00000000 + 0x0000003c + 0x0000002c + 0x0000003e + 0x08161414 + 0x00000034 + 0x0006000c + 0x00009080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c4848 + 0x880c4848 + 0x480c4848 + 0x480c4848 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000066 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000047 + 0x00000020 + 0x0000002a + 0x0000001f + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000020 + 0x00000020 + 0x00000013 + 0x00000017 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000024 + 0x00000009 + 0x1000001c + 0x10000002 + 0x00000014 + 0x0803f1f1 + 0x0000001d + 0x0000001f + 0x0000000e + 0x0006000c + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x000005e9 + 0x00000000 + 0x0000017a + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000037 + 0x0000000e + 0x00000002 + 0x00000031 + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000025 + 0x00000003 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x0004000d + 0x000a000e + 0x0007000e + 0x0003000d + 0x00000000 + 0x00000000 + 0x0004000d + 0x000a000e + 0x0007000e + 0x0003000d + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x0640002f + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ce6 + 0x0000002c + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000000 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x0000001f + 0x00000042 + 0x0000002c + 0x00000044 + 0x08161414 + 0x00000034 + 0x0006000c + 0x00019080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000066 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000047 + 0x00000020 + 0x00000029 + 0x0000001f + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000020 + 0x00000020 + 0x00000013 + 0x00000012 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000022 + 0x00000002 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001b + 0x00000001 + 0x80000000 + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x000005e9 + 0x00000000 + 0x0000017a + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000037 + 0x0000000e + 0x00000002 + 0x00000031 + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000025 + 0x00000003 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960400d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x0004000d + 0x000a000e + 0x0007000e + 0x0003000d + 0x00000000 + 0x00000000 + 0x0004000d + 0x000a000e + 0x0007000e + 0x0003000d + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x0640002f + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ce6 + 0x0000002c + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x0000001f + 0x00000046 + 0x00000036 + 0x00000048 + 0x08161414 + 0x0000003e + 0x0006000d + 0x00009080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000066 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000047 + 0x00000020 + 0x0000002a + 0x0000001f + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000020 + 0x00000020 + 0x00000013 + 0x00000017 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000024 + 0x00000009 + 0x1000001c + 0x10000002 + 0x00000014 + 0x0803f1f1 + 0x0000001d + 0x0000001f + 0x0000000e + 0x0006000c + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x000005e9 + 0x00000000 + 0x0000017a + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000037 + 0x0000000e + 0x00000002 + 0x00000031 + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000025 + 0x00000003 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x00180021 + 0x001e0022 + 0x001b0022 + 0x00170021 + 0x00000000 + 0x00000000 + 0x00180021 + 0x001e0022 + 0x001b0022 + 0x00170021 + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x0640002f + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ce6 + 0x0000002c + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000012 + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000011 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x00000000 + 0x0000003c + 0x0000002c + 0x0000003e + 0x08161414 + 0x00000034 + 0x0006000c + 0x0000b080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x001f0026 + 0x00220029 + 0x0023002a + 0x001d0026 + 0x000b000a + 0x000b000a + 0x001f0026 + 0x00220029 + 0x0023002a + 0x001d0026 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000020 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000004 + 0x00000004 + 0x00000004 + 0x00000004 + >; + nvidia,emc-burst-mc-regs =3D < + 0x0000000c + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000006 + 0x00000007 + 0x00000019 + 0x00000010 + 0x0000000f + 0x00000004 + 0x00000003 + 0x0000000e + 0x00000007 + 0x00000007 + 0x0000000c + 0x00000008 + 0x00000009 + 0x00000023 + 0x04060303 + 0x000e090c + 0x718c241a + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x000000d0 + 0x0080001a + 0x00001203 + 0x0080003d + 0x00800038 + 0x00800041 + 0x00800090 + 0x00800005 + 0x00800090 + 0x00800005 + 0x00340049 + 0x00800080 + 0x00800004 + 0x00080016 + 0x00000080 + 0x00800004 + 0x00800019 + 0x00800019 + 0x00800018 + 0x00800095 + 0x0080001d + 0x00000080 + 0x0000002c + 0x00800080 + >; + }; + }; + emc-table@1 { + reg =3D <1>; + nvidia,ram-code =3D <1>; + + #address-cells =3D <1>; + #size-cells =3D <0>; + + emc-table@40800 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <40800>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_40800_02_V9.8.7_V1.6"; + clock-frequency =3D <40800>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188012>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000003>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000016>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188012>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00005172>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290016 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290016 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x0000001f + 0x00000013 + 0x00000003 + 0x00000015 + 0x08161414 + 0x0000000b + 0x00010001 + 0x00019080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000005 + 0x08037171 + 0x00000008 + 0x00000001 + 0x80000000 + 0x00010002 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290016 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010002 + 0x00009080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000f + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290016 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x0000b080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000049 + 0x00000104 + 0x000000b4 + 0x0000007a + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x40020001 + 0x80000013 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000000 + 0x02020001 + 0x00030201 + 0x72c30303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000006 + 0x0080001a + 0x00000076 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff003d + 0x00ff00ff + 0x00ff003d + 0x00ff0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table@68000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <68000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_68000_02_V9.8.7_V1.6"; + clock-frequency =3D <68000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x4018800a>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000005>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000016>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x4018800a>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x000029e0>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000101 + 0x00000000 + 0x00000040 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440016 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000309 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000101 + 0x00000000 + 0x00000040 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440016 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000309 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x0000001f + 0x00000014 + 0x00000004 + 0x00000016 + 0x08161414 + 0x0000000c + 0x00010001 + 0x00019080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000005 + 0x08037171 + 0x00000009 + 0x00000001 + 0x80000000 + 0x00010002 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000101 + 0x00000000 + 0x00000040 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440016 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000309 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010002 + 0x00009080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000f + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000101 + 0x00000000 + 0x00000040 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440016 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000309 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x0000b080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x0000002c + 0x00000104 + 0x000000b4 + 0x00000049 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0xf0000001 + 0x80000024 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000001 + 0x02020001 + 0x00030201 + 0x72630303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000009 + 0x0080001a + 0x000000c4 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff0025 + 0x00ff00ff + 0x00ff0025 + 0x00ff0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table@102000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <102000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_102000_02_V9.8.7_V1.6"; + clock-frequency =3D <102000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188006>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000007>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000016>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188006>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00001aea>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660016 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000040b + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010000 + 0x00009080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660016 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000040b + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x0000001f + 0x00000015 + 0x00000005 + 0x00000017 + 0x08161414 + 0x0000000d + 0x00010000 + 0x00019080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660016 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000040b + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000f + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660016 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x0000040b + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010000 + 0x0000b080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x0000001d + 0x00000104 + 0x000000b4 + 0x00000031 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x50000001 + 0x80000033 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000002 + 0x02020001 + 0x00030201 + 0x72030303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000000e + 0x0080001a + 0x00000126 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff0018 + 0x00ff00ff + 0x00ff0018 + 0x00fe0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00da + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table@204000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <204000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_204000_02_V9.8.7_V1.6"; + clock-frequency =3D <204000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188002>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000000d>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000016>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188002>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00000d5c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000004 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x00000304 + 0x00000000 + 0x000000c1 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0016 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000713 + 0x0000000a + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000000 + 0x00000000 + 0x00000014 + 0x0000000a + 0x00000016 + 0x08161414 + 0x00000012 + 0x00010000 + 0x00009080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000004 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x00000304 + 0x00000000 + 0x000000c1 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0016 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000713 + 0x0000000a + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x0000001f + 0x00000018 + 0x00000008 + 0x0000001a + 0x08161414 + 0x00000010 + 0x00010000 + 0x00019080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x0000000c + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x10000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00040000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x00000304 + 0x00000000 + 0x000000c1 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0016 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000713 + 0x0000000a + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x0000001f + 0x0000001e + 0x00000014 + 0x00000020 + 0x08161414 + 0x0000001c + 0x00040000 + 0x00009080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000004 + 0x00000010 + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000013 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x30000000 + 0x30000002 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00040000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x00000304 + 0x00000000 + 0x000000c1 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0016 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x00000713 + 0x0000000a + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x00000000 + 0x00000014 + 0x0000000a + 0x00000016 + 0x08161414 + 0x00000012 + 0x00040000 + 0x0000b080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000018 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x08000001 + 0x8000004c + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000003 + 0x00000001 + 0x00000002 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000005 + 0x00000008 + 0x00000005 + 0x00000004 + 0x02020001 + 0x00030201 + 0x71c30504 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000001b + 0x0080001a + 0x0000024c + 0x00ff00b2 + 0x00ff00da + 0x00ff009d + 0x00ff00ff + 0x00ff000c + 0x00ff00ff + 0x00ff000c + 0x007f0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ad + 0x000000ff + 0x00ff0004 + 0x00ff00c6 + 0x00ff00c6 + 0x00ff006d + 0x00ff00ff + 0x00ff00e2 + 0x000000ff + 0x00000080 + 0x00ff00ff + >; + }; + emc-table@408000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <408000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_408000_02_V9.8.7_V1.6"; + clock-frequency =3D <408000>; + nvidia,emc-min-mv =3D <812>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_ud"; + nvidia,src-sel-reg =3D <0xe0188000>; + nvidia,needs-training =3D <0x00000010>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000001a>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000001c>; + nvidia,emc-mrw =3D <0x08010014>; + nvidia,emc-mrw2 =3D <0x08020009>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0xe0188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x000006d6>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000019 + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000008 + 0x00000015 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000008 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x00000000 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000001 + 0x80000000 + 0x00010004 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000607 + 0x00000000 + 0x00000181 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000011 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x00000009 + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001c + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x00000d22 + 0x00000011 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05050035 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000000 + 0x00000000 + 0x00000021 + 0x00000011 + 0x00000023 + 0x08161414 + 0x00000019 + 0x00010004 + 0x00009080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000019 + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000008 + 0x00000015 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000008 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x00000000 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000001 + 0x80000000 + 0x00010004 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000607 + 0x00000000 + 0x00000181 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000011 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x00000009 + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001c + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x00000d22 + 0x00000011 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x0000001f + 0x00000023 + 0x0000000d + 0x00000025 + 0x08161414 + 0x00000015 + 0x00010004 + 0x00019080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000019 + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000008 + 0x00000014 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000008 + 0x00000008 + 0x00000006 + 0x0000000e + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000a + 0x00000002 + 0x10000006 + 0x30000000 + 0x00000008 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00050001 + 0x0000001b + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000607 + 0x00000000 + 0x00000181 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000011 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x00000009 + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001c + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x00000d22 + 0x00000011 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x05058035 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x0000001f + 0x0000002b + 0x0000001b + 0x0000002d + 0x08161414 + 0x00000025 + 0x00050001 + 0x00009080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000019 + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000008 + 0x00000015 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000008 + 0x00000008 + 0x00000006 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x10000005 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000001 + 0x80000000 + 0x00050000 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000607 + 0x00000000 + 0x00000181 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000011 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x00000009 + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001c + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x00000d22 + 0x00000011 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05050035 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x00000000 + 0x00000021 + 0x00000011 + 0x00000023 + 0x08161414 + 0x00000019 + 0x00050000 + 0x0000b080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00200021 + 0x00200022 + 0x00200022 + 0x00200021 + 0x00020002 + 0x00020002 + 0x00200021 + 0x00200022 + 0x00200022 + 0x00200021 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x0000000c + 0x0000000c + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x01000003 + 0x8000007f + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000001 + 0x00000006 + 0x00000003 + 0x00000004 + 0x00000001 + 0x00000002 + 0x00000007 + 0x00000002 + 0x00000006 + 0x00000007 + 0x00000008 + 0x00000005 + 0x00000009 + 0x02030301 + 0x00040203 + 0x71a40a07 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000035 + 0x0080001a + 0x00000498 + 0x00ff0059 + 0x00ff006d + 0x00ff004f + 0x00ff00af + 0x00ff0006 + 0x00ff00af + 0x00ff0006 + 0x00400049 + 0x00ff0080 + 0x00ff0004 + 0x00080057 + 0x000000ff + 0x00ff0004 + 0x00ff0063 + 0x00ff0063 + 0x00ff0036 + 0x00ff00ff + 0x00ff0071 + 0x000000ff + 0x00000040 + 0x00ff00ff + >; + }; + emc-table@665600 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <665600>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_665600_02_V9.8.7_V1.6"; + clock-frequency =3D <665600>; + nvidia,emc-min-mv =3D <825>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x00000010>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000002a>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000020>; + nvidia,emc-mrw =3D <0x08010024>; + nvidia,emc-mrw2 =3D <0x08020012>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x000004ce>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000028 + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001c + 0x0000000c + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000c + 0x0000000c + 0x00000007 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x00000000 + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00010007 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x000009e4 + 0x00000000 + 0x00000279 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000015 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x0000000e + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a0020 + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000014c9 + 0x00000016 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05050033 + 0x05050000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000000 + 0x00000000 + 0x00000026 + 0x00000016 + 0x00000028 + 0x08161414 + 0x0000001e + 0x00010007 + 0x00009080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000028 + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001c + 0x0000000c + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000c + 0x0000000c + 0x00000007 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x00000000 + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00010007 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x000009e4 + 0x00000000 + 0x00000279 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000015 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x0000000e + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a0020 + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000014c9 + 0x00000016 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x0000001f + 0x00000029 + 0x00000013 + 0x0000002b + 0x08161414 + 0x0000001b + 0x00010007 + 0x00019080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000028 + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001c + 0x0000000c + 0x00000018 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000c + 0x0000000c + 0x00000007 + 0x0000000f + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x0000000f + 0x00000002 + 0x1000000b + 0x30000000 + 0x0000000b + 0x08037171 + 0x00000010 + 0x00000001 + 0x80000000 + 0x00050004 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x000009e4 + 0x00000000 + 0x00000279 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000015 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x0000000e + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a0020 + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000014c9 + 0x00000016 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x05058033 + 0x05050000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x0000001f + 0x00000030 + 0x00000020 + 0x00000032 + 0x08161414 + 0x00000028 + 0x00050004 + 0x00009080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000028 + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001c + 0x0000000c + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000c + 0x0000000c + 0x00000007 + 0x00000014 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x1000000a + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00050003 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x000009e4 + 0x00000000 + 0x00000279 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000015 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x0000000e + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a0020 + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000014c9 + 0x00000016 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05050033 + 0x05050000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x00000000 + 0x00000026 + 0x00000016 + 0x00000028 + 0x08161414 + 0x0000001e + 0x00050003 + 0x0000b080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00200022 + 0x00210024 + 0x00210024 + 0x001f0022 + 0x00040004 + 0x00040004 + 0x00200022 + 0x00210024 + 0x00210024 + 0x001f0022 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000010 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000005 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000002 + 0x00000009 + 0x00000005 + 0x00000006 + 0x00000001 + 0x00000002 + 0x00000009 + 0x00000002 + 0x00000006 + 0x00000008 + 0x00000008 + 0x00000006 + 0x0000000e + 0x03040301 + 0x00060304 + 0x71a50f0a + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000057 + 0x0080001a + 0x0000077e + 0x00ff003d + 0x00ff0043 + 0x00ff0041 + 0x00ff0090 + 0x00ff0005 + 0x00ff0090 + 0x00ff0005 + 0x00340049 + 0x00ff0080 + 0x00ff0004 + 0x00080035 + 0x000000ff + 0x00ff0004 + 0x00ff003d + 0x00ff003d + 0x00ff0029 + 0x00ff00d8 + 0x00ff0045 + 0x000000ff + 0x0000002c + 0x00ff00ff + >; + }; + emc-table@800000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <800000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_800000_02_V9.8.7_V1.6"; + clock-frequency =3D <800000>; + nvidia,emc-min-mv =3D <825>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000000d0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000033>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000020>; + nvidia,emc-mrw =3D <0x08010024>; + nvidia,emc-mrw2 =3D <0x08020012>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x000004b0>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000030 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000022 + 0x0000000f + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000f + 0x0000000f + 0x00000008 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x00000001 + 0x80000000 + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x00000bf0 + 0x00000000 + 0x000002fc + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x00000019 + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000011 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x03200020 + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000018c8 + 0x00000017 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000000 + 0x00000000 + 0x00000027 + 0x00000017 + 0x00000029 + 0x08161414 + 0x00000020 + 0x00050002 + 0x00009080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000030 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000022 + 0x0000000f + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000f + 0x0000000f + 0x00000008 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x00000001 + 0x80000000 + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x00000bf0 + 0x00000000 + 0x000002fc + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x00000019 + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000011 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x03200020 + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000018c8 + 0x00000017 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x0000001f + 0x0000002d + 0x00000017 + 0x0000002f + 0x08161414 + 0x00000020 + 0x00050002 + 0x00019080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000030 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000022 + 0x0000000f + 0x00000018 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000f + 0x0000000f + 0x00000008 + 0x00000010 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x0000000f + 0x00000002 + 0x1000000b + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00050003 + 0x0000001f + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x00000bf0 + 0x00000000 + 0x000002fc + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x00000019 + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000011 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x03200020 + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000018c8 + 0x00000017 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x0000001f + 0x00000031 + 0x00000021 + 0x00000033 + 0x08161414 + 0x00000029 + 0x00050003 + 0x00009080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000030 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000022 + 0x0000000f + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000f + 0x0000000f + 0x00000008 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x00000001 + 0x80000000 + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x00000bf0 + 0x00000000 + 0x000002fc + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x00000019 + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000011 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x03200020 + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000018c8 + 0x00000017 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x00000000 + 0x00000027 + 0x00000017 + 0x00000029 + 0x08161414 + 0x00000020 + 0x00050002 + 0x0000b080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x00200023 + 0x00210024 + 0x00210025 + 0x001f0023 + 0x00050005 + 0x00050005 + 0x00200023 + 0x00210024 + 0x00210025 + 0x001f0023 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000010 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000006 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000002 + 0x00000003 + 0x0000000c + 0x00000007 + 0x00000007 + 0x00000001 + 0x00000002 + 0x00000008 + 0x00000007 + 0x00000006 + 0x00000008 + 0x00000008 + 0x00000006 + 0x00000011 + 0x03040303 + 0x00070406 + 0x7186120d + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000068 + 0x0080001a + 0x00000902 + 0x00ff003d + 0x00ff0038 + 0x00ff0041 + 0x00ff0090 + 0x00ff0005 + 0x00ff0090 + 0x00ff0005 + 0x00340049 + 0x00ff0080 + 0x00ff0004 + 0x0008002c + 0x000000ff + 0x00ff0004 + 0x00ff0032 + 0x00ff0032 + 0x00ff0022 + 0x00ff00b4 + 0x00ff003a + 0x000000ff + 0x0000002c + 0x00ff00ff + >; + }; + emc-table@1065600 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <1065600>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_1065600_02_V9.8.7_V1.6"; + clock-frequency =3D <1065600>; + nvidia,emc-min-mv =3D <837>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000000f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000026>; + nvidia,emc-mrw =3D <0x08010034>; + nvidia,emc-mrw2 =3D <0x0802001b>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110825>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000049c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000040 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002d + 0x00000014 + 0x00000022 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000014 + 0x00000014 + 0x0000000b + 0x00000015 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000019 + 0x00000007 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000016 + 0x00000001 + 0x80000000 + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x00000ffc + 0x00000000 + 0x000003ff + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000021 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000017 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0026 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000020ab + 0x0000001f + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000000 + 0x00000000 + 0x0000002f + 0x0000001f + 0x00000031 + 0x08161414 + 0x00000027 + 0x00050007 + 0x00009080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000040 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002d + 0x00000014 + 0x00000022 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000014 + 0x00000014 + 0x0000000b + 0x00000015 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000019 + 0x00000007 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000016 + 0x00000001 + 0x80000000 + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x00000ffc + 0x00000000 + 0x000003ff + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000021 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000017 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0026 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000020ab + 0x0000001f + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x0000001f + 0x00000034 + 0x0000001e + 0x00000036 + 0x08161414 + 0x00000026 + 0x00050007 + 0x00019080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000040 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002d + 0x00000014 + 0x00000021 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000014 + 0x00000014 + 0x0000000b + 0x0000000f + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000016 + 0x00000002 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000015 + 0x00000001 + 0x80000000 + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x00000ffc + 0x00000000 + 0x000003ff + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000021 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000017 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160400d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0026 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000020ab + 0x0000001f + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x0000001f + 0x00000039 + 0x00000029 + 0x0000003b + 0x08161414 + 0x00000031 + 0x00050007 + 0x00009080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000040 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002d + 0x00000014 + 0x00000022 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000014 + 0x00000014 + 0x0000000b + 0x00000015 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000019 + 0x00000007 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000016 + 0x00000001 + 0x80000000 + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x00000ffc + 0x00000000 + 0x000003ff + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000021 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000017 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0026 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x000020ab + 0x0000001f + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x00000000 + 0x0000002f + 0x0000001f + 0x00000031 + 0x08161414 + 0x00000027 + 0x00050007 + 0x0000b080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x00200024 + 0x00210026 + 0x00220026 + 0x001e0024 + 0x00070006 + 0x00070007 + 0x00200024 + 0x00210026 + 0x00220026 + 0x001e0024 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000016 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000008 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000003 + 0x00000004 + 0x00000010 + 0x0000000a + 0x0000000a + 0x00000002 + 0x00000002 + 0x0000000a + 0x00000007 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000007 + 0x00000017 + 0x03050303 + 0x00090508 + 0x71881811 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000008b + 0x0080001a + 0x00000bff + 0x00c0003d + 0x00c00038 + 0x00c00041 + 0x00c00090 + 0x00c00005 + 0x00c00090 + 0x00c00005 + 0x00340049 + 0x00c00080 + 0x00c00004 + 0x00080021 + 0x000000c0 + 0x00c00004 + 0x00c00026 + 0x00c00026 + 0x00c00019 + 0x00c00095 + 0x00c0002b + 0x000000c0 + 0x0000002c + 0x00c000c0 + >; + }; + emc-table@1331200 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <1331200>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_1331200_02_V9.8.7_V1.6"; + clock-frequency =3D <1331200>; + nvidia,emc-min-mv =3D <850>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000002f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000002c>; + nvidia,emc-mrw =3D <0x08010044>; + nvidia,emc-mrw2 =3D <0x08020024>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x0011082d>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040000>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000044c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000050 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x00000038 + 0x00000018 + 0x00000029 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000018 + 0x00000018 + 0x0000000e + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x00000001 + 0x80000000 + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x00001408 + 0x00000000 + 0x00000502 + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x00000027 + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001c + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002c + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000288f + 0x00000026 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000000 + 0x00000000 + 0x00000036 + 0x00000026 + 0x00000038 + 0x08161414 + 0x0000002e + 0x00060009 + 0x00009080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000050 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x00000038 + 0x00000018 + 0x00000029 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000018 + 0x00000018 + 0x0000000e + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x00000001 + 0x80000000 + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x00001408 + 0x00000000 + 0x00000502 + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x00000027 + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001c + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002c + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000288f + 0x00000026 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000200 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x0000001f + 0x0000003a + 0x00000024 + 0x0000003c + 0x08161414 + 0x0000002c + 0x00060009 + 0x00019080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000050 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x00000038 + 0x00000018 + 0x00000028 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000018 + 0x00000018 + 0x0000000e + 0x00000011 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001d + 0x00000002 + 0x10000018 + 0x10000000 + 0x00000012 + 0x0803f1f1 + 0x00000018 + 0x00000001 + 0x80000000 + 0x0006000a + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x00001408 + 0x00000000 + 0x00000502 + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x00000027 + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001c + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160400d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002c + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000288f + 0x00000026 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x0000001f + 0x00000040 + 0x00000030 + 0x00000042 + 0x08161414 + 0x00000038 + 0x0006000a + 0x00009080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000050 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x00000038 + 0x00000018 + 0x00000029 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000018 + 0x00000018 + 0x0000000e + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x00000001 + 0x80000000 + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x00001408 + 0x00000000 + 0x00000502 + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x00000027 + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001c + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002c + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000288f + 0x00000026 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x00000000 + 0x00000036 + 0x00000026 + 0x00000038 + 0x08161414 + 0x0000002e + 0x00060009 + 0x0000b080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x001f0025 + 0x00220028 + 0x00220028 + 0x001d0025 + 0x00090008 + 0x00090009 + 0x001f0025 + 0x00220028 + 0x00220028 + 0x001d0025 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x0000001c + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x0000000a + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000004 + 0x00000005 + 0x00000013 + 0x0000000c + 0x0000000d + 0x00000003 + 0x00000003 + 0x0000000c + 0x00000007 + 0x00000007 + 0x0000000c + 0x00000008 + 0x00000008 + 0x0000001d + 0x04060303 + 0x000b0709 + 0x718a1e14 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x000000ad + 0x0080001a + 0x00000efc + 0x0099003d + 0x00990038 + 0x00990041 + 0x00990090 + 0x00990005 + 0x00990090 + 0x00990005 + 0x00340049 + 0x00990080 + 0x00990004 + 0x0008001b + 0x00000099 + 0x00990004 + 0x0099001e + 0x0099001e + 0x00990018 + 0x00990095 + 0x00990023 + 0x00000099 + 0x0000002c + 0x00990099 + >; + }; + emc-table@1600000 { + compatible =3D "nvidia,tegra21-emc-table"; + reg =3D <1600000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "02_1600000_02_V9.8.7_V1.6"; + clock-frequency =3D <1600000>; + nvidia,emc-min-mv =3D <887>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000002f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000030>; + nvidia,emc-mrw =3D <0x08010054>; + nvidia,emc-mrw2 =3D <0x0802002d>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040000>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000049c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000060 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000044 + 0x0000001d + 0x0000002c + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001d + 0x0000001d + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000025 + 0x00000008 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001c + 0x00000001 + 0x80000000 + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x00001820 + 0x00000000 + 0x00000608 + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x0000002e + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000022 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x06400030 + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000308c + 0x0000002c + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000000 + 0x00000000 + 0x0000003c + 0x0000002c + 0x0000003e + 0x08161414 + 0x00000034 + 0x0006000d + 0x00009080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c4848 + 0x880c4848 + 0x480c4848 + 0x480c4848 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000060 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000044 + 0x0000001d + 0x0000002c + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001d + 0x0000001d + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000025 + 0x00000008 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001c + 0x00000001 + 0x80000000 + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x00001820 + 0x00000000 + 0x00000608 + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x0000002e + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000022 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x06400030 + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000308c + 0x0000002c + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000200 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x0000001f + 0x00000042 + 0x0000002c + 0x00000044 + 0x08161414 + 0x00000034 + 0x0006000d + 0x00019080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000060 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000044 + 0x0000001d + 0x0000002b + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001d + 0x0000001d + 0x00000010 + 0x00000012 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000022 + 0x00000002 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001b + 0x00000001 + 0x80000000 + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x00001820 + 0x00000000 + 0x00000608 + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x0000002e + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000022 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960400d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x06400030 + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000308c + 0x0000002c + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x0000001f + 0x00000046 + 0x00000036 + 0x00000048 + 0x08161414 + 0x0000003e + 0x0006000d + 0x00009080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000060 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000044 + 0x0000001d + 0x0000002c + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001d + 0x0000001d + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000025 + 0x00000008 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001c + 0x00000001 + 0x80000000 + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x00001820 + 0x00000000 + 0x00000608 + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x0000002e + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000022 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x06400030 + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x0000308c + 0x0000002c + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x00000000 + 0x0000003c + 0x0000002c + 0x0000003e + 0x08161414 + 0x00000034 + 0x0006000d + 0x0000b080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x001f0026 + 0x00220029 + 0x0023002a + 0x001d0026 + 0x000b000a + 0x000b000a + 0x001f0026 + 0x00220029 + 0x0023002a + 0x001d0026 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000012 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000020 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000004 + 0x00000004 + 0x00000004 + 0x00000004 + >; + nvidia,emc-burst-mc-regs =3D < + 0x0000000c + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000006 + 0x00000007 + 0x00000018 + 0x0000000f + 0x0000000f + 0x00000003 + 0x00000003 + 0x0000000d + 0x00000007 + 0x00000007 + 0x0000000c + 0x00000008 + 0x0000000a + 0x00000023 + 0x05060303 + 0x000d080c + 0x718c2419 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x000000d0 + 0x0080001a + 0x00001203 + 0x0080003d + 0x00800038 + 0x00800041 + 0x00800090 + 0x00800005 + 0x00800090 + 0x00800005 + 0x00340049 + 0x00800080 + 0x00800004 + 0x00080016 + 0x00000080 + 0x00800004 + 0x00800019 + 0x00800019 + 0x00800018 + 0x00800095 + 0x0080001d + 0x00000080 + 0x0000002c + 0x00800080 + >; + }; + emc-table-derated@40800 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <40800>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_40800_01_V9.8.7_V1.6"; + clock-frequency =3D <40800>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188012>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000003>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000016>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188012>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00005172>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290016 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x8000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290016 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x8000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x0000001f + 0x00000013 + 0x00000003 + 0x00000015 + 0x08161414 + 0x0000000b + 0x00010001 + 0x00019080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000005 + 0x08037171 + 0x00000008 + 0x00000001 + 0x80000000 + 0x00010002 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290016 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x8000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010002 + 0x00009080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x00000008 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000f + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x0000009a + 0x00000000 + 0x00000026 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000008 + 0x00000008 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x000000a0 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090029 + 0x00290016 + 0x000b000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x8000023a + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118600b + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x0000b080 + 0x07070404 + 0x00040014 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000049 + 0x00000104 + 0x000000b4 + 0x0000007a + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x40020001 + 0x80000013 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000000 + 0x02020001 + 0x00030201 + 0x72c30303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000006 + 0x0080001a + 0x00000076 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff003d + 0x00ff00ff + 0x00ff003d + 0x00ff0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table-derated@68000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <68000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_68000_01_V9.8.7_V1.6"; + clock-frequency =3D <68000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x4018800a>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000005>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000016>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x4018800a>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x000029e0>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000040 + 0x00000000 + 0x00000010 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440016 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000185 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000040 + 0x00000000 + 0x00000010 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440016 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000185 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x0000001f + 0x00000014 + 0x00000004 + 0x00000016 + 0x08161414 + 0x0000000c + 0x00010001 + 0x00019080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000005 + 0x08037171 + 0x00000009 + 0x00000001 + 0x80000000 + 0x00010002 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000040 + 0x00000000 + 0x00000010 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440016 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000185 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010002 + 0x00009080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x0000000d + 0x00000007 + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000f + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000040 + 0x00000000 + 0x00000010 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x0000000d + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000010a + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090044 + 0x00440016 + 0x0011000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000185 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186011 + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010001 + 0x0000b080 + 0x07070404 + 0x00040022 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x0000002c + 0x00000104 + 0x000000b4 + 0x00000049 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0xf0000001 + 0x80000024 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000001 + 0x02020001 + 0x00030201 + 0x72630303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000009 + 0x0080001a + 0x000000c4 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff0025 + 0x00ff00ff + 0x00ff0025 + 0x00ff0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table-derated@102000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <102000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_102000_01_V9.8.7_V1.6"; + clock-frequency =3D <102000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188006>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000007>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000016>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188006>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00001aea>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000060 + 0x00000000 + 0x00000018 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660016 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x800001c5 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000000 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010000 + 0x00009080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000060 + 0x00000000 + 0x00000018 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660016 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x800001c5 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x0000001f + 0x00000015 + 0x00000005 + 0x00000017 + 0x08161414 + 0x0000000d + 0x00010000 + 0x00019080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000b + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000004 + 0x08037171 + 0x0000000a + 0x00000001 + 0x80000000 + 0x00010001 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000060 + 0x00000000 + 0x00000018 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660016 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x800001c5 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x0000001f + 0x0000001d + 0x00000013 + 0x0000001f + 0x08161414 + 0x0000001b + 0x00010001 + 0x00009080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000c + 0x00000013 + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000008 + 0x00000004 + 0x0000000f + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000005 + 0x00000000 + 0x30000002 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000011 + 0x00000013 + 0x00000015 + 0x00000011 + 0x00000013 + 0x00000060 + 0x00000000 + 0x00000018 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000d + 0x00000014 + 0x00000014 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000008 + 0x00000004 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000018e + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00090066 + 0x00660016 + 0x001a000a + 0xc1e00302 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x800001c5 + 0x00000009 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00100404 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118601a + 0x00000001 + 0x00000000 + 0x00000013 + 0x00000009 + 0x00000015 + 0x08161414 + 0x00000011 + 0x00010000 + 0x0000b080 + 0x07070404 + 0x00040032 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x0000001d + 0x00000104 + 0x000000b4 + 0x00000031 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x50000001 + 0x80000033 + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000000 + 0x00000002 + 0x00000000 + 0x00000001 + 0x00000001 + 0x00000002 + 0x00000005 + 0x00000002 + 0x00000001 + 0x00000004 + 0x00000008 + 0x00000005 + 0x00000002 + 0x02020001 + 0x00030201 + 0x72030303 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000000e + 0x0080001a + 0x00000126 + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff00ff + 0x00ff0018 + 0x00ff00ff + 0x00ff0018 + 0x00fe0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ff + 0x000000ff + 0x00ff0004 + 0x00ff00ff + 0x00ff00ff + 0x00ff00da + 0x00ff00ff + 0x00ff00ff + 0x000000ff + 0x000000ff + 0x00ff00ff + >; + }; + emc-table-derated@204000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <204000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_204000_01_V9.8.7_V1.6"; + clock-frequency =3D <204000>; + nvidia,emc-min-mv =3D <800>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_out0"; + nvidia,src-sel-reg =3D <0x40188002>; + nvidia,needs-training =3D <0x00000000>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000000d>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000016>; + nvidia,emc-mrw =3D <0x08010004>; + nvidia,emc-mrw2 =3D <0x08020000>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110805>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x40188002>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x00000d5c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000005 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x000000c1 + 0x00000000 + 0x00000030 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000e + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00120010 + 0x00120011 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00280027 + 0x0025002a + 0x002a002a + 0x00260026 + 0x00000000 + 0x00000000 + 0x00100010 + 0x00120012 + 0x00110011 + 0x00120012 + 0x00000010 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0016 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000287 + 0x0000000a + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000000 + 0x00000000 + 0x00000014 + 0x0000000a + 0x00000016 + 0x08161414 + 0x00000012 + 0x00010000 + 0x00009080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000005 + 0x0000000d + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000003 + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00010000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x000000c1 + 0x00000000 + 0x00000030 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000e + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9960a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x00000055 + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0016 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000287 + 0x0000000a + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x0000001f + 0x00000018 + 0x00000008 + 0x0000001a + 0x08161414 + 0x00000010 + 0x00010000 + 0x00019080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000005 + 0x0000000c + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x0000000c + 0x00000000 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000003 + 0x00000002 + 0x10000000 + 0x00000000 + 0x00000003 + 0x08037171 + 0x0000000b + 0x00000001 + 0x80000000 + 0x00040000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x000000c1 + 0x00000000 + 0x00000030 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000e + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160400d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0016 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000287 + 0x0000000a + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00058037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x0000001f + 0x0000001e + 0x00000014 + 0x00000020 + 0x08161414 + 0x0000001c + 0x00040000 + 0x00009080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000000d + 0x00000025 + 0x00000013 + 0x00000000 + 0x00000000 + 0x00000009 + 0x00000005 + 0x00000010 + 0x0000000d + 0x00000008 + 0x0000000b + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000006 + 0x00000006 + 0x00000006 + 0x00000013 + 0x00000013 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000000 + 0x00000004 + 0x00000008 + 0x0000000d + 0x00000005 + 0x00000006 + 0x30000000 + 0x30000002 + 0x00000002 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00040000 + 0x00000012 + 0x00000014 + 0x00000016 + 0x00000012 + 0x00000014 + 0x000000c1 + 0x00000000 + 0x00000030 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000014 + 0x00000005 + 0x00000002 + 0x0000000e + 0x00000027 + 0x00000027 + 0x00000005 + 0x00000005 + 0x00000004 + 0x00000009 + 0x00000005 + 0x00000004 + 0x00000009 + 0x48037171 + 0x0000031c + 0x00000000 + 0x9160a00d + 0x00003bbf + 0x002c00a0 + 0x00008000 + 0x000000be + 0x0fff0fff + 0x0fff0fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00320032 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000900cc + 0x00cc0016 + 0x0033000a + 0xc1e00303 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x0fff0fff + 0x80000287 + 0x0000000a + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00050037 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffefff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186033 + 0x00000001 + 0x00000000 + 0x00000014 + 0x0000000a + 0x00000016 + 0x08161414 + 0x00000012 + 0x00040000 + 0x0000b080 + 0x07070404 + 0x00040065 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00280028 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00120010 + 0x00120011 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00249249 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000018 + 0x00000006 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x08000001 + 0x8000004c + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000001 + 0x00000003 + 0x00000001 + 0x00000002 + 0x00000001 + 0x00000002 + 0x00000004 + 0x00000002 + 0x00000001 + 0x00000005 + 0x00000008 + 0x00000005 + 0x00000004 + 0x02020001 + 0x00030201 + 0x71c30504 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000001b + 0x0080001a + 0x0000024c + 0x00ff00b2 + 0x00ff00da + 0x00ff009d + 0x00ff00ff + 0x00ff000c + 0x00ff00ff + 0x00ff000c + 0x007f0049 + 0x00ff0080 + 0x00ff0004 + 0x000800ad + 0x000000ff + 0x00ff0004 + 0x00ff00c6 + 0x00ff00c6 + 0x00ff006d + 0x00ff00ff + 0x00ff00e2 + 0x000000ff + 0x00000080 + 0x00ff00ff + >; + }; + emc-table-derated@408000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <408000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_408000_01_V9.8.7_V1.6"; + clock-frequency =3D <408000>; + nvidia,emc-min-mv =3D <812>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllp_ud"; + nvidia,src-sel-reg =3D <0xe0188000>; + nvidia,needs-training =3D <0x00000010>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000001a>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000001c>; + nvidia,emc-mrw =3D <0x08010014>; + nvidia,emc-mrw2 =3D <0x08020009>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0xe0188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000001>; + nvidia,emc-clock-latency-change =3D <0x000006d6>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000001b + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000009 + 0x00000015 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000009 + 0x00000009 + 0x00000006 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x00000000 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000001 + 0x80000000 + 0x00010004 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000012 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x0000000a + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00020002 + 0x00020002 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00010003 + 0x00020003 + 0x00020003 + 0x00000003 + 0x00000000 + 0x00000000 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00020002 + 0x00000002 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001c + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x8000040b + 0x00000011 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05050035 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000000 + 0x00000000 + 0x00000021 + 0x00000011 + 0x00000023 + 0x08161414 + 0x00000019 + 0x00010004 + 0x00009080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000001b + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000009 + 0x00000015 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000009 + 0x00000009 + 0x00000006 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x00000000 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000001 + 0x80000000 + 0x00010004 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000012 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x0000000a + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001c + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x8000040b + 0x00000011 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x0000001f + 0x00000023 + 0x0000000d + 0x00000025 + 0x08161414 + 0x00000015 + 0x00010004 + 0x00019080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000001b + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000009 + 0x00000014 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000009 + 0x00000009 + 0x00000006 + 0x0000000e + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000a + 0x00000002 + 0x10000006 + 0x30000000 + 0x00000008 + 0x08037171 + 0x0000000d + 0x00000001 + 0x80000000 + 0x00050001 + 0x0000001b + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000012 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x0000000a + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001c + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x8000040b + 0x00000011 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x05058035 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x0000001f + 0x0000002b + 0x0000001b + 0x0000002d + 0x08161414 + 0x00000025 + 0x00050001 + 0x00009080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000001b + 0x0000004a + 0x00000025 + 0x00000000 + 0x00000000 + 0x00000012 + 0x00000009 + 0x00000015 + 0x0000000f + 0x00000008 + 0x00000011 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000009 + 0x00000009 + 0x00000006 + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000006 + 0x00000004 + 0x00000002 + 0x00000006 + 0x00000008 + 0x0000000d + 0x0000000c + 0x00000006 + 0x10000005 + 0x30000000 + 0x00000007 + 0x08037171 + 0x0000000f + 0x00000001 + 0x80000000 + 0x00050000 + 0x00000019 + 0x00000021 + 0x00000023 + 0x0000001f + 0x00000021 + 0x00000182 + 0x00000000 + 0x00000060 + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x0000001a + 0x00000005 + 0x00000002 + 0x00000012 + 0x0000004d + 0x0000004d + 0x00000005 + 0x00000007 + 0x00000004 + 0x00000011 + 0x0000000a + 0x00000004 + 0x0000000a + 0x48037171 + 0x00000638 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc01c03bb + 0x00008000 + 0x000000be + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x000e0198 + 0x0198001c + 0x0066000a + 0xc1e00304 + 0x1f13412f + 0x00010014 + 0x00000804 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x8000040b + 0x00000011 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05050035 + 0x00000000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x00000008 + 0x00030808 + 0x00015c00 + 0x00101010 + 0x00001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186066 + 0x00000001 + 0x00000000 + 0x00000021 + 0x00000011 + 0x00000023 + 0x08161414 + 0x00000019 + 0x00050000 + 0x0000b080 + 0x07070404 + 0x000400cb + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00200021 + 0x00200022 + 0x00200022 + 0x00200021 + 0x00020002 + 0x00020002 + 0x00200021 + 0x00200022 + 0x00200022 + 0x00200021 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x0000000c + 0x0000000c + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x01000003 + 0x8000007f + 0x000a1020 + 0x80001028 + 0x00000001 + 0x00000002 + 0x00000006 + 0x00000003 + 0x00000004 + 0x00000001 + 0x00000002 + 0x00000006 + 0x00000002 + 0x00000006 + 0x00000007 + 0x00000008 + 0x00000005 + 0x00000009 + 0x02030301 + 0x00040203 + 0x71a40a07 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000035 + 0x0080001a + 0x00000498 + 0x00ff0059 + 0x00ff006d + 0x00ff004f + 0x00ff00af + 0x00ff0006 + 0x00ff00af + 0x00ff0006 + 0x00400049 + 0x00ff0080 + 0x00ff0004 + 0x00080057 + 0x000000ff + 0x00ff0004 + 0x00ff0063 + 0x00ff0063 + 0x00ff0036 + 0x00ff00ff + 0x00ff0071 + 0x000000ff + 0x00000040 + 0x00ff00ff + >; + }; + emc-table-derated@665600 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <665600>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_665600_01_V9.8.7_V1.6"; + clock-frequency =3D <665600>; + nvidia,emc-min-mv =3D <825>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x00000010>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x0000002a>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000020>; + nvidia,emc-mrw =3D <0x08010024>; + nvidia,emc-mrw2 =3D <0x08020012>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x000004ce>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x0000002b + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001e + 0x0000000e + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000e + 0x0000000e + 0x00000008 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x00000000 + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00010007 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x00000275 + 0x00000000 + 0x0000009d + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000017 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x00000010 + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00040004 + 0x00040004 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00020005 + 0x00040005 + 0x00030006 + 0x00010005 + 0x00000000 + 0x00000000 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00040004 + 0x00000004 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a0020 + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800005f5 + 0x00000016 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05050033 + 0x05050000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000000 + 0x00000000 + 0x00000026 + 0x00000016 + 0x00000028 + 0x08161414 + 0x0000001e + 0x00010007 + 0x00009080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x0000002b + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001e + 0x0000000e + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000e + 0x0000000e + 0x00000008 + 0x00000004 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x00000000 + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00010007 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x00000275 + 0x00000000 + 0x0000009d + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000017 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x00000010 + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a0020 + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800005f5 + 0x00000016 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05058033 + 0x05050000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x0000001f + 0x00000029 + 0x00000013 + 0x0000002b + 0x08161414 + 0x0000001b + 0x00010007 + 0x00019080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x0000002b + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001e + 0x0000000e + 0x00000018 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000e + 0x0000000e + 0x00000008 + 0x0000000f + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x0000000f + 0x00000002 + 0x1000000b + 0x30000000 + 0x0000000b + 0x08037171 + 0x00000010 + 0x00000001 + 0x80000000 + 0x00050004 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x00000275 + 0x00000000 + 0x0000009d + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000017 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x00000010 + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a0020 + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800005f5 + 0x00000016 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x05058033 + 0x05050000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x0000001f + 0x00000030 + 0x00000020 + 0x00000032 + 0x08161414 + 0x00000028 + 0x00050004 + 0x00009080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x0000002b + 0x00000078 + 0x0000003c + 0x00000000 + 0x00000000 + 0x0000001e + 0x0000000e + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000000e + 0x0000000e + 0x00000008 + 0x00000014 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000006 + 0x1000000a + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00050003 + 0x0000001e + 0x00000026 + 0x00000028 + 0x00000024 + 0x00000026 + 0x00000275 + 0x00000000 + 0x0000009d + 0x00000008 + 0x00000008 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000006 + 0x00000002 + 0x00000017 + 0x0000007d + 0x0000007d + 0x00000006 + 0x0000000a + 0x00000005 + 0x0000001b + 0x00000010 + 0x00000004 + 0x0000000c + 0x48037171 + 0x00000a24 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00b02bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0015029a + 0x029a0020 + 0x00a7000a + 0xc1e00305 + 0x1f13412f + 0x00010014 + 0x00000806 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800005f5 + 0x00000016 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x05050033 + 0x05050000 + 0x00000210 + 0x00003000 + 0x0a000000 + 0x02000111 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe2ff + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860a7 + 0x00000001 + 0x00000000 + 0x00000026 + 0x00000016 + 0x00000028 + 0x08161414 + 0x0000001e + 0x00050003 + 0x0000b080 + 0x07070404 + 0x0004014c + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x28282828 + 0x28282828 + 0x00200022 + 0x00210024 + 0x00210024 + 0x001f0022 + 0x00040004 + 0x00040004 + 0x00200022 + 0x00210024 + 0x00210024 + 0x001f0022 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000010 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000005 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000002 + 0x00000003 + 0x0000000a + 0x00000006 + 0x00000006 + 0x00000001 + 0x00000002 + 0x00000008 + 0x00000002 + 0x00000006 + 0x00000008 + 0x00000008 + 0x00000006 + 0x0000000e + 0x03040301 + 0x00070405 + 0x71a50f0b + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000057 + 0x0080001a + 0x0000077e + 0x00ff003d + 0x00ff0043 + 0x00ff0041 + 0x00ff0090 + 0x00ff0005 + 0x00ff0090 + 0x00ff0005 + 0x00340049 + 0x00ff0080 + 0x00ff0004 + 0x00080035 + 0x000000ff + 0x00ff0004 + 0x00ff003d + 0x00ff003d + 0x00ff0029 + 0x00ff00d8 + 0x00ff0045 + 0x000000ff + 0x0000002c + 0x00ff00ff + >; + }; + emc-table-derated@800000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <800000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_800000_01_V9.8.7_V1.6"; + clock-frequency =3D <800000>; + nvidia,emc-min-mv =3D <825>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000000d0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000033>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000020>; + nvidia,emc-mrw =3D <0x08010024>; + nvidia,emc-mrw2 =3D <0x08020012>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e7272>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x000004b0>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000033 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000024 + 0x00000010 + 0x0000001a + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000010 + 0x00000010 + 0x0000000a + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x00000001 + 0x80000000 + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x000002f4 + 0x00000000 + 0x000000bd + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x0000001a + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000013 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00050005 + 0x00050005 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00020006 + 0x00050007 + 0x00030007 + 0x00010006 + 0x00000000 + 0x00000000 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00050005 + 0x00000005 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x03200020 + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800006f5 + 0x00000017 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000000 + 0x00000000 + 0x00000027 + 0x00000017 + 0x00000029 + 0x08161414 + 0x00000020 + 0x00050002 + 0x00009080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e7272 + 0x8c0e7272 + 0x4c0e7272 + 0x4c0e7272 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000033 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000024 + 0x00000010 + 0x0000001a + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000010 + 0x00000010 + 0x0000000a + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x00000001 + 0x80000000 + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x000002f4 + 0x00000000 + 0x000000bd + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x0000001a + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000013 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9960a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x03200020 + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800006f5 + 0x00000017 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x0000001f + 0x0000002d + 0x00000017 + 0x0000002f + 0x08161414 + 0x00000020 + 0x00050002 + 0x00019080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000033 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000024 + 0x00000010 + 0x00000019 + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000010 + 0x00000010 + 0x0000000a + 0x00000010 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x0000000f + 0x00000002 + 0x1000000b + 0x30000000 + 0x0000000a + 0x08037171 + 0x00000011 + 0x00000001 + 0x80000000 + 0x00050003 + 0x0000001f + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x000002f4 + 0x00000000 + 0x000000bd + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x0000001a + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000013 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160400d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x03200020 + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800006f5 + 0x00000017 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x0000001f + 0x00000031 + 0x00000021 + 0x00000033 + 0x08161414 + 0x00000029 + 0x00050003 + 0x00009080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000033 + 0x00000090 + 0x00000048 + 0x00000000 + 0x00000000 + 0x00000024 + 0x00000010 + 0x0000001a + 0x00000011 + 0x00000008 + 0x00000019 + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000010 + 0x00000010 + 0x0000000a + 0x00000015 + 0x00000013 + 0x00000006 + 0x00000008 + 0x00000006 + 0x00000004 + 0x00000008 + 0x00000008 + 0x0000000d + 0x00000011 + 0x00000007 + 0x1000000a + 0x30000000 + 0x00000009 + 0x08037171 + 0x00000013 + 0x00000001 + 0x80000000 + 0x00050002 + 0x00000020 + 0x00000027 + 0x00000029 + 0x00000025 + 0x00000027 + 0x000002f4 + 0x00000000 + 0x000000bd + 0x00000009 + 0x00000009 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000023 + 0x00000007 + 0x00000002 + 0x0000001a + 0x00000096 + 0x00000096 + 0x00000007 + 0x0000000c + 0x00000006 + 0x00000020 + 0x00000013 + 0x00000004 + 0x0000000d + 0x48037171 + 0x00000c30 + 0x00000000 + 0x9160a00d + 0x00003bbf + 0xc00702bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00190320 + 0x03200020 + 0x00c8000c + 0xc1e00306 + 0x1f13412f + 0x00000014 + 0x00000807 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800006f5 + 0x00000017 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x011860c8 + 0x00000001 + 0x00000000 + 0x00000027 + 0x00000017 + 0x00000029 + 0x08161414 + 0x00000020 + 0x00050002 + 0x0000b080 + 0x07070404 + 0x00040190 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00107240 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x00200023 + 0x00210024 + 0x00210025 + 0x001f0023 + 0x00050005 + 0x00050005 + 0x00200023 + 0x00210024 + 0x00210025 + 0x001f0023 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000010 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000006 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000002 + 0x00000003 + 0x0000000c + 0x00000007 + 0x00000007 + 0x00000002 + 0x00000002 + 0x00000009 + 0x00000007 + 0x00000006 + 0x00000008 + 0x00000008 + 0x00000006 + 0x00000011 + 0x03040303 + 0x00070406 + 0x7186120d + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x00000068 + 0x0080001a + 0x00000902 + 0x00ff003d + 0x00ff0038 + 0x00ff0041 + 0x00ff0090 + 0x00ff0005 + 0x00ff0090 + 0x00ff0005 + 0x00340049 + 0x00ff0080 + 0x00ff0004 + 0x0008002c + 0x000000ff + 0x00ff0004 + 0x00ff0032 + 0x00ff0032 + 0x00ff0022 + 0x00ff00b4 + 0x00ff003a + 0x000000ff + 0x0000002c + 0x00ff00ff + >; + }; + emc-table-derated@1065600 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <1065600>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_1065600_01_V9.8.7_V1.6"; + clock-frequency =3D <1065600>; + nvidia,emc-min-mv =3D <837>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000000f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000026>; + nvidia,emc-mrw =3D <0x08010034>; + nvidia,emc-mrw2 =3D <0x0802001b>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110825>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040008>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000049c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000044 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002f + 0x00000016 + 0x00000022 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000016 + 0x00000016 + 0x0000000d + 0x00000016 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000018 + 0x00000008 + 0x10000011 + 0x10000000 + 0x0000000d + 0x0803f1f1 + 0x00000017 + 0x00000001 + 0x80000000 + 0x00050006 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x000003ef + 0x00000000 + 0x000000fb + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000023 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000019 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0026 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800008ed + 0x0000001f + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000000 + 0x00000000 + 0x0000002f + 0x0000001f + 0x00000031 + 0x08161414 + 0x00000027 + 0x00050006 + 0x00009080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000044 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002f + 0x00000016 + 0x00000022 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000016 + 0x00000016 + 0x0000000d + 0x00000016 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000018 + 0x00000008 + 0x10000011 + 0x10000000 + 0x0000000d + 0x0803f1f1 + 0x00000017 + 0x00000001 + 0x80000000 + 0x00050006 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x000003ef + 0x00000000 + 0x000000fb + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000023 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000019 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0026 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800008ed + 0x0000001f + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000200 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x0000001f + 0x00000034 + 0x0000001e + 0x00000036 + 0x08161414 + 0x00000026 + 0x00050006 + 0x00019080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000044 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002f + 0x00000016 + 0x00000021 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000016 + 0x00000016 + 0x0000000d + 0x0000000f + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000016 + 0x00000002 + 0x10000012 + 0x10000000 + 0x0000000e + 0x0803f1f1 + 0x00000015 + 0x00000001 + 0x80000000 + 0x00050007 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x000003ef + 0x00000000 + 0x000000fb + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000023 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000019 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160400d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0026 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800008ed + 0x0000001f + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x0000001f + 0x00000039 + 0x00000029 + 0x0000003b + 0x08161414 + 0x00000031 + 0x00050007 + 0x00009080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000044 + 0x000000c0 + 0x00000060 + 0x00000000 + 0x00000000 + 0x0000002f + 0x00000016 + 0x00000022 + 0x00000017 + 0x00000008 + 0x0000001f + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000016 + 0x00000016 + 0x0000000d + 0x00000016 + 0x00000013 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000006 + 0x0000000a + 0x00000008 + 0x0000000d + 0x00000018 + 0x00000008 + 0x10000011 + 0x10000000 + 0x0000000d + 0x0803f1f1 + 0x00000017 + 0x00000001 + 0x80000000 + 0x00050006 + 0x00000027 + 0x0000002f + 0x00000031 + 0x0000002d + 0x0000002f + 0x000003ef + 0x00000000 + 0x000000fb + 0x0000000c + 0x0000000c + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000029 + 0x0000000a + 0x00000002 + 0x00000023 + 0x000000c8 + 0x000000c8 + 0x00000009 + 0x00000010 + 0x00000008 + 0x0000002b + 0x00000019 + 0x00000004 + 0x00000010 + 0x4803f1f1 + 0x0000103c + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00101bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00070006 + 0x00070007 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00060006 + 0x00070007 + 0x00070007 + 0x00070007 + 0x00000006 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x0021042a + 0x042a0026 + 0x010b000f + 0xc1e00307 + 0x1f13612f + 0x00000014 + 0x00000809 + 0x00000550 + 0xf3200000 + 0x00000000 + 0x800008ed + 0x0000001f + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x0a000000 + 0x02000101 + 0x0000000f + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1e001600 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefffe210 + 0xc0c0c0c0 + 0xc0c0c0c0 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118610b + 0x00000001 + 0x00000000 + 0x0000002f + 0x0000001f + 0x00000031 + 0x08161414 + 0x00000027 + 0x00050006 + 0x0000b080 + 0x07070404 + 0x00040214 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f081300 + 0x00105800 + 0x1114fc00 + 0x07000300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x00200024 + 0x00210026 + 0x00220026 + 0x001e0024 + 0x00070006 + 0x00070007 + 0x00200024 + 0x00210026 + 0x00220026 + 0x001e0024 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000016 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x00000008 + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000004 + 0x00000005 + 0x00000011 + 0x0000000a + 0x0000000a + 0x00000003 + 0x00000002 + 0x0000000a + 0x00000007 + 0x00000006 + 0x0000000a + 0x00000008 + 0x00000007 + 0x00000017 + 0x03050303 + 0x000a0608 + 0x71881812 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x0000008b + 0x0080001a + 0x00000bff + 0x00c0003d + 0x00c00038 + 0x00c00041 + 0x00c00090 + 0x00c00005 + 0x00c00090 + 0x00c00005 + 0x00340049 + 0x00c00080 + 0x00c00004 + 0x00080021 + 0x000000c0 + 0x00c00004 + 0x00c00026 + 0x00c00026 + 0x00c00019 + 0x00c00095 + 0x00c0002b + 0x000000c0 + 0x0000002c + 0x00c000c0 + >; + }; + emc-table-derated@1331200 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <1331200>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_1331200_01_V9.8.7_V1.6"; + clock-frequency =3D <1331200>; + nvidia,emc-min-mv =3D <850>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000002f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x0000002c>; + nvidia,emc-mrw =3D <0x08010044>; + nvidia,emc-mrw2 =3D <0x08020024>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x0011082d>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040000>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000044c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000055 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x0000003b + 0x0000001b + 0x00000029 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001b + 0x0000001b + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x00000001 + 0x80000000 + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x000004eb + 0x00000000 + 0x0000013a + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x0000002a + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001f + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002c + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ae6 + 0x00000026 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000000 + 0x00000000 + 0x00000036 + 0x00000026 + 0x00000038 + 0x08161414 + 0x0000002e + 0x00060009 + 0x00009080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c7272 + 0x880c7272 + 0x480c7272 + 0x480c7272 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000055 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x0000003b + 0x0000001b + 0x00000029 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001b + 0x0000001b + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x00000001 + 0x80000000 + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x000004eb + 0x00000000 + 0x0000013a + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x0000002a + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001f + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002c + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ae6 + 0x00000026 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000200 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x0000001f + 0x0000003a + 0x00000024 + 0x0000003c + 0x08161414 + 0x0000002c + 0x00060009 + 0x00019080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000055 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x0000003b + 0x0000001b + 0x00000028 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001b + 0x0000001b + 0x00000010 + 0x00000011 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001d + 0x00000002 + 0x10000018 + 0x10000000 + 0x00000012 + 0x0803f1f1 + 0x00000018 + 0x00000001 + 0x80000000 + 0x0006000a + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x000004eb + 0x00000000 + 0x0000013a + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x0000002a + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001f + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160400d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x0004000b + 0x0008000b + 0x0006000c + 0x0002000b + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002c + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ae6 + 0x00000026 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x0000001f + 0x00000040 + 0x00000030 + 0x00000042 + 0x08161414 + 0x00000038 + 0x0006000a + 0x00009080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000055 + 0x000000f0 + 0x00000078 + 0x00000000 + 0x00000000 + 0x0000003b + 0x0000001b + 0x00000029 + 0x0000001b + 0x0000000a + 0x00000025 + 0x00000000 + 0x00000004 + 0x00000020 + 0x0000001b + 0x0000001b + 0x00000010 + 0x00000018 + 0x00000016 + 0x00000006 + 0x0000000c + 0x0000000a + 0x00000008 + 0x0000000c + 0x00000008 + 0x0000000d + 0x0000001f + 0x00000008 + 0x10000017 + 0x10000000 + 0x00000011 + 0x0803f1f1 + 0x0000001a + 0x00000001 + 0x80000000 + 0x00060009 + 0x0000002e + 0x00000036 + 0x00000038 + 0x00000034 + 0x00000036 + 0x000004eb + 0x00000000 + 0x0000013a + 0x0000000e + 0x0000000e + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000030 + 0x0000000c + 0x00000002 + 0x0000002a + 0x000000fa + 0x000000fa + 0x0000000b + 0x00000014 + 0x0000000a + 0x00000036 + 0x0000001f + 0x00000004 + 0x00000012 + 0x4803f1f1 + 0x00001448 + 0x00000000 + 0x9160a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b0606 + 0x00090008 + 0x00090009 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00160016 + 0x00000000 + 0x00000000 + 0x00080008 + 0x00090009 + 0x00090009 + 0x00090009 + 0x00000008 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00290534 + 0x0534002c + 0x014d0013 + 0xc1e00308 + 0x1f13612f + 0x00000014 + 0x0000080b + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ae6 + 0x00000026 + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x0118614d + 0x00000001 + 0x00000000 + 0x00000036 + 0x00000026 + 0x00000038 + 0x08161414 + 0x0000002e + 0x00060009 + 0x0000b080 + 0x07070404 + 0x00040299 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00107240 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x001f0025 + 0x00220028 + 0x00220028 + 0x001d0025 + 0x00090008 + 0x00090009 + 0x001f0025 + 0x00220028 + 0x00220028 + 0x001d0025 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x0000001c + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-burst-mc-regs =3D < + 0x0000000a + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000005 + 0x00000006 + 0x00000015 + 0x0000000d + 0x0000000d + 0x00000003 + 0x00000003 + 0x0000000b + 0x00000007 + 0x00000007 + 0x0000000c + 0x00000008 + 0x00000008 + 0x0000001d + 0x04060303 + 0x000b070a + 0x718a1e16 + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x000000ad + 0x0080001a + 0x00000efc + 0x0099003d + 0x00990038 + 0x00990041 + 0x00990090 + 0x00990005 + 0x00990090 + 0x00990005 + 0x00340049 + 0x00990080 + 0x00990004 + 0x0008001b + 0x00000099 + 0x00990004 + 0x0099001e + 0x0099001e + 0x00990018 + 0x00990095 + 0x00990023 + 0x00000099 + 0x0000002c + 0x00990099 + >; + }; + emc-table-derated@1600000 { + compatible =3D "nvidia,tegra21-emc-table-derated"; + reg =3D <1600000>; + nvidia,revision =3D <0x07>; + nvidia,dvfs-version =3D "01_1600000_01_V9.8.7_V1.6"; + clock-frequency =3D <1600000>; + nvidia,emc-min-mv =3D <887>; + nvidia,gk20a-min-mv =3D <1100>; + nvidia,source =3D "pllm_ud"; + nvidia,src-sel-reg =3D <0x80188000>; + nvidia,needs-training =3D <0x000002f0>; + nvidia,training_pattern =3D <0x00000000>; + nvidia,trained =3D <0x00000000>; + nvidia,periodic_training =3D <0x00000001>; + nvidia,trained_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,trained_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c0d1u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d0u1 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u0 =3D <0x00000000>; + nvidia,current_dram_clktree_c1d1u1 =3D <0x00000000>; + nvidia,run_clocks =3D <0x00000040>; + nvidia,tree_margin =3D <0x00000001>; + nvidia,burst-regs-num =3D <221>; + nvidia,burst-regs-per-ch-num =3D <8>; + nvidia,trim-regs-num =3D <138>; + nvidia,trim-regs-per-ch-num =3D <10>; + nvidia,burst-mc-regs-num =3D <33>; + nvidia,la-scale-regs-num =3D <24>; + nvidia,vref-regs-num =3D <4>; + nvidia,training-mod-regs-num =3D <20>; + nvidia,dram-timing-regs-num =3D <5>; + nvidia,min-mrs-wait =3D <0x00000030>; + nvidia,emc-mrw =3D <0x08010054>; + nvidia,emc-mrw2 =3D <0x0802002d>; + nvidia,emc-mrw3 =3D <0x080d0000>; + nvidia,emc-mrw4 =3D <0xc0000000>; + nvidia,emc-mrw9 =3D <0x0c0e4848>; + nvidia,emc-mrs =3D <0x00000000>; + nvidia,emc-emrs =3D <0x00000000>; + nvidia,emc-emrs2 =3D <0x00000000>; + nvidia,emc-auto-cal-config =3D <0xa01a51d8>; + nvidia,emc-auto-cal-config2 =3D <0x05500000>; + nvidia,emc-auto-cal-config3 =3D <0x00770000>; + nvidia,emc-auto-cal-config4 =3D <0x00770000>; + nvidia,emc-auto-cal-config5 =3D <0x00770000>; + nvidia,emc-auto-cal-config6 =3D <0x00770000>; + nvidia,emc-auto-cal-config7 =3D <0x00770000>; + nvidia,emc-auto-cal-config8 =3D <0x00770000>; + nvidia,emc-cfg-2 =3D <0x00110835>; + nvidia,emc-sel-dpd-ctrl =3D <0x00040000>; + nvidia,emc-fdpd-ctrl-cmd-no-ramp =3D <0x00000001>; + nvidia,dll-clk-src =3D <0x80188000>; + nvidia,clk-out-enb-x-0-clk-enb-emc-dll =3D <0x00000000>; + nvidia,emc-clock-latency-change =3D <0x0000049c>; + nvidia,ptfv =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x0000000a + 0x0000000a + 0x0000000a + 0x00000001 + >; + nvidia,emc-registers =3D < + 0x00000066 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000047 + 0x00000020 + 0x0000002c + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000020 + 0x00000020 + 0x00000013 + 0x00000017 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000024 + 0x00000009 + 0x1000001c + 0x10000002 + 0x00000014 + 0x0803f1f1 + 0x0000001d + 0x00000001 + 0x80000000 + 0x0006000c + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x000005e9 + 0x00000000 + 0x0000017a + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x00000031 + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000025 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x06400030 + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ce6 + 0x0000002c + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000000 + 0x00000000 + 0x0000003c + 0x0000002c + 0x0000003e + 0x08161414 + 0x00000034 + 0x0006000c + 0x00009080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-burst-regs-per-ch =3D < + 0x880c4848 + 0x880c4848 + 0x480c4848 + 0x480c4848 + 0x8c0e4848 + 0x8c0e4848 + 0x4c0e4848 + 0x4c0e4848 + >; + nvidia,emc-shadow-regs-ca-train =3D < + 0x00000066 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000047 + 0x00000020 + 0x0000002c + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000020 + 0x00000020 + 0x00000013 + 0x00000017 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000024 + 0x00000009 + 0x1000001c + 0x10000002 + 0x00000014 + 0x0803f1f1 + 0x0000001d + 0x00000001 + 0x80000000 + 0x0006000c + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x000005e9 + 0x00000000 + 0x0000017a + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x00000031 + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000025 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x06400030 + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ce6 + 0x0000002c + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00008033 + 0x00000000 + 0x00000200 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x0000001f + 0x00000042 + 0x0000002c + 0x00000044 + 0x08161414 + 0x00000034 + 0x0006000c + 0x00019080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-quse-train =3D < + 0x00000066 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000047 + 0x00000020 + 0x0000002b + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000020 + 0x00000020 + 0x00000013 + 0x00000012 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000022 + 0x00000002 + 0x1000001d + 0x10000002 + 0x00000015 + 0x0803f1f1 + 0x0000001b + 0x00000001 + 0x80000000 + 0x0006000d + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x000005e9 + 0x00000000 + 0x0000017a + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x00000031 + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000025 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960400d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x06400030 + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ce6 + 0x0000002c + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x30020000 + 0x00008033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x0000001f + 0x00000046 + 0x00000036 + 0x00000048 + 0x08161414 + 0x0000003e + 0x0006000d + 0x00009080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-shadow-regs-rdwr-train =3D < + 0x00000066 + 0x00000120 + 0x00000090 + 0x00000000 + 0x00000000 + 0x00000047 + 0x00000020 + 0x0000002c + 0x00000021 + 0x0000000c + 0x0000002d + 0x00000000 + 0x00000004 + 0x00000020 + 0x00000020 + 0x00000020 + 0x00000013 + 0x00000017 + 0x00000016 + 0x00000006 + 0x0000000e + 0x0000000c + 0x0000000a + 0x0000000e + 0x00000008 + 0x0000000d + 0x00000024 + 0x00000009 + 0x1000001c + 0x10000002 + 0x00000014 + 0x0803f1f1 + 0x0000001d + 0x00000001 + 0x80000000 + 0x0006000c + 0x00000034 + 0x0000003c + 0x0000003e + 0x0000003a + 0x0000003c + 0x000005e9 + 0x00000000 + 0x0000017a + 0x00000010 + 0x00000010 + 0x00000003 + 0x00000003 + 0x00000003 + 0x00000038 + 0x0000000e + 0x00000002 + 0x00000031 + 0x0000012c + 0x0000012c + 0x0000000d + 0x00000018 + 0x0000000c + 0x00000040 + 0x00000025 + 0x00000004 + 0x00000014 + 0x4803f1f1 + 0x00001860 + 0x00000000 + 0x9960a00d + 0x00003bff + 0xc00001bb + 0x00008000 + 0x00000055 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x080b6666 + 0x000b000a + 0x000b000a + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x001c001c + 0x001c001c + 0x001c001c + 0x001c001c + 0x00000000 + 0x00000000 + 0x000a000a + 0x000b000b + 0x000a000a + 0x000b000b + 0x0000000a + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x8020221f + 0x0220f40f + 0x00000012 + 0x00064000 + 0x00310640 + 0x06400030 + 0x01900017 + 0xc1e0030a + 0x1f13612f + 0x00000014 + 0x0000080d + 0x00000550 + 0xf3200000 + 0x00000000 + 0x80000ce6 + 0x0000002c + 0x00000000 + 0x00000000 + 0x0000001b + 0x0000001b + 0x00020000 + 0x00000033 + 0x00000000 + 0x00000211 + 0x00003000 + 0x02000000 + 0x02000101 + 0x00000007 + 0x00030808 + 0x00015c00 + 0x00102020 + 0x1fff1fff + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000034 + 0x00000040 + 0x10000000 + 0x08000000 + 0x10000000 + 0x08000000 + 0x00000000 + 0x00000000 + 0x00000020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0xefff2210 + 0x00000000 + 0x00000000 + 0xdcdcdcdc + 0x0a0a0a0a + 0x0a0a0a0a + 0x0a0a0a0a + 0x01186190 + 0x00000001 + 0x00000000 + 0x0000003c + 0x0000002c + 0x0000003e + 0x08161414 + 0x00000034 + 0x0006000c + 0x0000b080 + 0x07070404 + 0x00040320 + 0x0513801f + 0x1f101100 + 0x00000014 + 0x00103200 + 0x01124000 + 0x01125b6a + 0x0f081000 + 0x00105800 + 0x1110fc00 + 0x0f085300 + 0x00105800 + 0x1114fc00 + 0x07004300 + 0x00103200 + 0x55553c5a + 0x48161414 + >; + nvidia,emc-trim-regs =3D < + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00200020 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x11111111 + 0x11111111 + 0x11111111 + 0x11111111 + 0x001f0026 + 0x00220029 + 0x0023002a + 0x001d0026 + 0x000b000a + 0x000b000a + 0x001f0026 + 0x00220029 + 0x0023002a + 0x001d0026 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-trim-regs-per-ch =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-vref-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-dram-timing-regs =3D < + 0x00000013 + 0x00000104 + 0x000000b4 + 0x00000007 + 0x00000020 + >; + nvidia,emc-training-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + >; + nvidia,emc-save-restore-mod-regs =3D < + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000000 + 0x00000004 + 0x00000004 + 0x00000004 + 0x00000004 + >; + nvidia,emc-burst-mc-regs =3D < + 0x0000000c + 0x80000080 + 0x000a1020 + 0x80001028 + 0x00000006 + 0x00000007 + 0x00000019 + 0x00000010 + 0x0000000f + 0x00000004 + 0x00000003 + 0x0000000e + 0x00000007 + 0x00000007 + 0x0000000c + 0x00000008 + 0x0000000a + 0x00000023 + 0x05060303 + 0x000e090c + 0x718c241a + 0x70000f0f + 0x00000000 + 0x001f0000 + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + 0x0080001a + >; + nvidia,emc-la-scale-regs =3D < + 0x000000d0 + 0x0080001a + 0x00001203 + 0x0080003d + 0x00800038 + 0x00800041 + 0x00800090 + 0x00800005 + 0x00800090 + 0x00800005 + 0x00340049 + 0x00800080 + 0x00800004 + 0x00080016 + 0x00000080 + 0x00800004 + 0x00800019 + 0x00800019 + 0x00800018 + 0x00800095 + 0x0080001d + 0x00000080 + 0x0000002c + 0x00800080 + >; + }; + }; + }; +}; + diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi b/arch/arm64/bo= ot/dts/nvidia/tegra210-p2180.dtsi index 9b9d1d15b0c7eafd3895f02db1bc747d7cc8923c..e740d44a0e51ce7fea5bd6e9f00= 4030605f6c221 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi @@ -2,6 +2,7 @@ #include =20 #include "tegra210.dtsi" +#include "tegra210-p2180-emc.dtsi" =20 / { model =3D "NVIDIA Jetson TX1"; --=20 2.48.1