Rtwo/kernel/motorola/sm8550-devicetrees/bindings/iio/temperature/tdktherm.txt

22 lines
516 B
Text
Raw Normal View History

2025-09-30 20:22:48 -04:00
TDK/InvenSense temperature sensor
Required properties:
- compatible : "tdktherm"
- reg : chip select ID
- spi-max-frequency: support up to 24Mhz.
- rtc_rst-gpios: rtc reset
- spi-cpol: SPI mode
- spi-cpha: SPI mode
Example:
temp_sensor@0 {
compatible = "tdktherm";
reg = <0>; // Chip select ID
spi-max-frequency = <10000000>; // Can support up to 24 MHz
spi-cpol;
spi-cpha;
status = "okay";
};