Physical address range in TX2

hello,
I want to figure out the physical address range, start address, and end address of TX2, so I downloaded the public_sources source code and went to the directory’public_sources/Linux_for_Tegra/source/public/kernel_src/kernel/kernel-4.9/arch/arm64/boot /dts/nvidia/’ to look for the dts file, but the dts file of NVIDIA TX2 is not found(The parameter of TX2 is tegra186-p2597), what should I do?
thanks

Extract from a running Jetson:
dtc -I fs -O dts -o extracted.dts /proc/device-tree

Or browse “/proc/device-tree”.

Sometimes the final tree is formed by merging several smaller trees.

Not sure about the physical address range.