Files
t23x-public-dts/overlay/tegra234-carveouts.dts
Laxman Dewangan 6263a5978e generic-dts: Move overlay files to overlay folder
Remove the "-overlay" from file name and move all overlay
files to the overlay folder. This way, base and overlay will
be differentiate based on folder at source level and based
on extension on binary level.

Bug 3523182

Change-Id: I361877cea630be216cd22390daf8a7da8605c5e3
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/+/2808882
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2023-04-19 18:17:43 +00:00

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";
};
};
};
};