| .. | .. |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | Required properties: |
|---|
| 7 | 7 | |
|---|
| 8 | | - - compatible: must be "maxim,max31855" or "maxim,max6675" |
|---|
| 8 | + - compatible: must be "maxim,max6675" or one of the following: |
|---|
| 9 | + "maxim,max31855k", "maxim,max31855j", "maxim,max31855n", |
|---|
| 10 | + "maxim,max31855s", "maxim,max31855t", "maxim,max31855e", |
|---|
| 11 | + "maxim,max31855r"; the generic "max,max31855" is deprecated. |
|---|
| 9 | 12 | - reg: SPI chip select number for the device |
|---|
| 10 | 13 | - spi-max-frequency: must be 4300000 |
|---|
| 11 | 14 | - spi-cpha: must be defined for max6675 to enable SPI mode 1 |
|---|
| .. | .. |
|---|
| 15 | 18 | Example: |
|---|
| 16 | 19 | |
|---|
| 17 | 20 | max31855@0 { |
|---|
| 18 | | - compatible = "maxim,max31855"; |
|---|
| 21 | + compatible = "maxim,max31855k"; |
|---|
| 19 | 22 | reg = <0>; |
|---|
| 20 | 23 | spi-max-frequency = <4300000>; |
|---|
| 21 | 24 | }; |
|---|