mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Add overlay dts file for tegra carveouts needed for t234. Bug 3821422 Signed-off-by: Ketan Patil <ketanp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2795647 Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Change-Id: I398c83de74dcf57cd997c3785120f65809b82877 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/platform/t23x/concord-generic-dts/+/2807815 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
39 lines
649 B
Devicetree
39 lines
649 B
Devicetree
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/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";
|
|
};
|
|
};
|
|
|
|
tegra-carveouts {
|
|
compatible = "nvidia,carveouts";
|
|
memory-region = <&vpr &fsi_reserved>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|