Hi,
I want to use the die temperature sensor in the nRF54L chipset and am wondering why the definition have changed slightly compared to previous chipsets. In the SoC device tree the temperature sensor is set to "disbled", see https://github.com/zephyrproject-rtos/zephyr/blob/9d10d67bcb15a70e3db91893aec2585399ca2dc0/dts/vendor/nordic/nrf54l_05_10_15.dtsi#L528, and the it is enabled in an override in board definition for the nRF54L15DK, https://github.com/zephyrproject-rtos/zephyr/blob/9d10d67bcb15a70e3db91893aec2585399ca2dc0/boards/nordic/nrf54l15dk/nrf54l_05_10_15_cpuapp_common.dtsi#L96.
This differs from for example the nRF52840 where the sensor is enabled directly in the SoC definition, https://github.com/zephyrproject-rtos/zephyr/blob/9d10d67bcb15a70e3db91893aec2585399ca2dc0/dts/arm/nordic/nrf52840.dtsi#L269.
Is there any specific reason to not enable this sensor always for the SoC?
No big deal, but it took me a while navigating the device trees when trying to make my own board definition.
Also, a related question: Does the Nordic chipsets in general, and specifically the nRF54L, have any kind of overtemperature protection that will automatically shut off in high temperatures?
Thanks,
-Magnus