Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 21be4fe1e6180fdb79c9c4d7f33d25e7 > files > 2374

kernel-doc-5.3.11-1.mga7.noarch.rpm

Maxim thermocouple support

* https://datasheets.maximintegrated.com/en/ds/MAX6675.pdf
* https://datasheets.maximintegrated.com/en/ds/MAX31855.pdf

Required properties:

	- compatible: must be "maxim,max31855" or "maxim,max6675"
	- reg: SPI chip select number for the device
	- spi-max-frequency: must be 4300000
	- spi-cpha: must be defined for max6675 to enable SPI mode 1

	Refer to spi/spi-bus.txt for generic SPI slave bindings.

Example:

	max31855@0 {
		compatible = "maxim,max31855";
		reg = <0>;
		spi-max-frequency = <4300000>;
	};