From 46633122c28e86b10ada71605bc5e5dec68a5a95 Mon Sep 17 00:00:00 2001 From: Ketan Patil Date: Wed, 30 Nov 2022 05:15:41 +0000 Subject: [PATCH] generic-dts: Add ramoops carveout node Add device tree node for ramoops carveout. Bug 3824366 Change-Id: Ie66b97470c55cd75c3b4daff82b8d24a190d8d18 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/platform/t23x/concord-generic-dts/+/2818935 Reviewed-by: svcacv Reviewed-by: Sachin Nikam Reviewed-by: Jonathan Hunter Tested-by: Ketan Patil GVS: Gerrit_Virtual_Submit --- overlay/tegra234-carveouts.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/overlay/tegra234-carveouts.dts b/overlay/tegra234-carveouts.dts index f805599..c08c3f5 100644 --- a/overlay/tegra234-carveouts.dts +++ b/overlay/tegra234-carveouts.dts @@ -26,6 +26,16 @@ alloc-ranges = <0x0 0x0 0x1 0x0>; status = "okay"; }; + + ramoops_reserved: ramoops_carveout { + compatible = "ramoops"; + size = <0x0 0x200000>; + record-size = <0x00010000>; + console-size = <0x00080000>; + alignment = <0x0 0x10000>; + alloc-ranges = <0x0 0x0 0x1 0x0>; + no-map; + }; }; tegra-carveouts {