Post Go back to editing

LTC2983 & Device Tree (ZynqMP Ultarscale+ ADRV9009-ZU11EG)

Thread Summary

The user is trying to incorporate the LTC2983 temperature sensor into the device tree on a Linux target using the ADRV9009-ZU11EG platform. The final answer suggests reusing the spi0 cs4 node or using any system GPIO as CS, and provides a reference to the device tree bindings for SPI. Additional answers clarify that the CS pin can be any GPIO, and that the devicetree must be modified to match the physical connection, including enabling SPI1 if needed.
AI Generated Content

Hello,

I'm looking to customize the device tree on my linux target to incorporate the LTC2983 temp sensor. I've been referencing SPI device initialization here and the device tree customization on the target here. Does incorporating this SPI device initialization example into a .dts file expose the LTC298 properties to the devicetree after a reboot? And if so what dts file does the initialization example need to be place in?

Parents Reply Children