Hiya,
I am currently going through the nRF Connect SDK Fundamentals Lesson 2 (section: SoC variant devicetree file) and I am stuck. In the example given, it says:
" Now, examine the SoC variant devicetree nrf52833_qiaa.dtsi available in the directory <install_path>\zephyr\dts\arm\nordic."
Im using the nrf54L15 so I assumed I would perhaps locate the dtsi file in the path given. I found the following DTSI files in the folder (hopefully you can see the image):

I checked the nrf54L_05_10_15_cpuapp.dtsi and did not see the &flash node or &sram(seems to have been deleted). Perhaps I am looking at the wrong file.
There is alsoo an include file in the nrf54L15_cpuapp.dtsi devicetree file that includes a device tree file called nordic/nrf54l15.dtsi. I seem to not be able to locate that file.
Any assistance or clue as to where to locate the the SoC devicetree file would be appreciated as I would like to continue the lesson.
Or perhaps the file is broken up into multiple files?
Thank you all!