mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
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 <svcacv@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Tested-by: Ketan Patil <ketanp@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
024feb9113
commit
46633122c2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user