mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
svcacv is giving -1 as SPDX-FileCopyrightText tag was missing in the license header. Fix them. Bug 4327489 Change-Id: Ie71faf9d60550318d4722bdc0559af4cd2d3b441 Signed-off-by: Gautham Srinivasan <gauthams@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2995601 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
50 lines
1013 B
Devicetree
50 lines
1013 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
fragment@0 {
|
|
target-path = "/";
|
|
__overlay__ {
|
|
|
|
reserved-memory {
|
|
#address-cells = <2>;
|
|
#size-cells = <2>;
|
|
ranges;
|
|
|
|
vpr: vpr-carveout {
|
|
compatible = "nvidia,vpr-carveout";
|
|
status = "okay";
|
|
};
|
|
|
|
fsi_reserved: fsi-carveout {
|
|
compatible = "nvidia,fsi-carveout";
|
|
size = <0 0x2000000>;
|
|
alignment = <0 0x1000>;
|
|
no-map;
|
|
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 {
|
|
compatible = "nvidia,carveouts";
|
|
memory-region = <&vpr &fsi_reserved>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|