mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
dt-bindings: iio: cleanup examples - indentation
Use 4-space indentation (for cases when it is neither 4 not 2 space). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Alexandru Lazar <alazar@startmail.com> # max1241 Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230124081037.31013-5-krzysztof.kozlowski@linaro.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
57b73eb9a3
commit
f14ed2f378
34 changed files with 413 additions and 414 deletions
|
@ -58,34 +58,34 @@ unevaluatedProperties: false
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
i2c {
|
i2c {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
/* Example for a I2C device node */
|
/* Example for a I2C device node */
|
||||||
accelerometer@1d {
|
accelerometer@1d {
|
||||||
compatible = "adi,adxl355";
|
compatible = "adi,adxl355";
|
||||||
reg = <0x1d>;
|
reg = <0x1d>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "DRDY";
|
interrupt-names = "DRDY";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
accelerometer@0 {
|
accelerometer@0 {
|
||||||
compatible = "adi,adxl355";
|
compatible = "adi,adxl355";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "DRDY";
|
interrupt-names = "DRDY";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -37,32 +37,32 @@ unevaluatedProperties: false
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
i2c0 {
|
i2c {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
/* Example for a I2C device node */
|
/* Example for a I2C device node */
|
||||||
accelerometer@53 {
|
accelerometer@53 {
|
||||||
compatible = "adi,adxl372";
|
compatible = "adi,adxl372";
|
||||||
reg = <0x53>;
|
reg = <0x53>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
|
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
spi0 {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
accelerometer@0 {
|
accelerometer@0 {
|
||||||
compatible = "adi,adxl372";
|
compatible = "adi,adxl372";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
|
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -44,11 +44,11 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
adc@2f {
|
adc@2f {
|
||||||
compatible = "adi,ad7091r5";
|
compatible = "adi,ad7091r5";
|
||||||
reg = <0x2f>;
|
reg = <0x2f>;
|
||||||
|
|
||||||
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
|
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -100,25 +100,25 @@ unevaluatedProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
adc@0 {
|
adc@0 {
|
||||||
compatible = "adi,ad7192";
|
compatible = "adi,ad7192";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
spi-cpol;
|
spi-cpol;
|
||||||
spi-cpha;
|
spi-cpha;
|
||||||
clocks = <&ad7192_mclk>;
|
clocks = <&ad7192_mclk>;
|
||||||
clock-names = "mclk";
|
clock-names = "mclk";
|
||||||
interrupts = <25 0x2>;
|
interrupts = <25 0x2>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
dvdd-supply = <&dvdd>;
|
dvdd-supply = <&dvdd>;
|
||||||
avdd-supply = <&avdd>;
|
avdd-supply = <&avdd>;
|
||||||
|
|
||||||
adi,refin2-pins-enable;
|
adi,refin2-pins-enable;
|
||||||
adi,rejection-60-Hz-enable;
|
adi,rejection-60-Hz-enable;
|
||||||
adi,buffer-enable;
|
adi,buffer-enable;
|
||||||
adi,burnout-currents-enable;
|
adi,burnout-currents-enable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -117,25 +117,25 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
adc@0 {
|
adc@0 {
|
||||||
compatible = "adi,ad7606-8";
|
compatible = "adi,ad7606-8";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
spi-cpol;
|
spi-cpol;
|
||||||
spi-cpha;
|
spi-cpha;
|
||||||
|
|
||||||
avcc-supply = <&adc_vref>;
|
avcc-supply = <&adc_vref>;
|
||||||
|
|
||||||
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
|
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
|
|
||||||
adi,conversion-start-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
|
adi,conversion-start-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
|
||||||
reset-gpios = <&gpio 27 GPIO_ACTIVE_HIGH>;
|
reset-gpios = <&gpio 27 GPIO_ACTIVE_HIGH>;
|
||||||
adi,first-data-gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
|
adi,first-data-gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
|
||||||
adi,oversampling-ratio-gpios = <&gpio 18 GPIO_ACTIVE_HIGH>,
|
adi,oversampling-ratio-gpios = <&gpio 18 GPIO_ACTIVE_HIGH>,
|
||||||
<&gpio 23 GPIO_ACTIVE_HIGH>,
|
<&gpio 23 GPIO_ACTIVE_HIGH>,
|
||||||
<&gpio 26 GPIO_ACTIVE_HIGH>;
|
<&gpio 26 GPIO_ACTIVE_HIGH>;
|
||||||
standby-gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
|
standby-gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
|
||||||
adi,sw-mode;
|
adi,sw-mode;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -57,17 +57,17 @@ additionalProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
i2c {
|
i2c {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
adc1: adc@28 {
|
adc1: adc@28 {
|
||||||
reg = <0x28>;
|
reg = <0x28>;
|
||||||
compatible = "adi,ad7991";
|
compatible = "adi,ad7991";
|
||||||
interrupts = <13 2>;
|
interrupts = <13 2>;
|
||||||
interrupt-parent = <&gpio6>;
|
interrupt-parent = <&gpio6>;
|
||||||
|
|
||||||
vcc-supply = <&vcc_3v3>;
|
vcc-supply = <&vcc_3v3>;
|
||||||
vref-supply = <&adc_vref>;
|
vref-supply = <&adc_vref>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -64,10 +64,10 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
adc@0 {
|
adc@0 {
|
||||||
compatible = "adi,ad9467";
|
compatible = "adi,ad9467";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
clocks = <&adc_clk>;
|
clocks = <&adc_clk>;
|
||||||
clock-names = "adc-clk";
|
clock-names = "adc-clk";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -51,11 +51,11 @@ additionalProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
axi-adc@44a00000 {
|
axi-adc@44a00000 {
|
||||||
compatible = "adi,axi-adc-10.0.a";
|
compatible = "adi,axi-adc-10.0.a";
|
||||||
reg = <0x44a00000 0x10000>;
|
reg = <0x44a00000 0x10000>;
|
||||||
dmas = <&rx_dma 0>;
|
dmas = <&rx_dma 0>;
|
||||||
dma-names = "rx";
|
dma-names = "rx";
|
||||||
|
|
||||||
adi,adc-dev = <&spi_adc>;
|
adi,adc-dev = <&spi_adc>;
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -78,14 +78,14 @@ examples:
|
||||||
#include <dt-bindings/iio/adc/ingenic,adc.h>
|
#include <dt-bindings/iio/adc/ingenic,adc.h>
|
||||||
|
|
||||||
adc@10070000 {
|
adc@10070000 {
|
||||||
compatible = "ingenic,jz4740-adc";
|
compatible = "ingenic,jz4740-adc";
|
||||||
#io-channel-cells = <1>;
|
#io-channel-cells = <1>;
|
||||||
|
|
||||||
reg = <0x10070000 0x30>;
|
reg = <0x10070000 0x30>;
|
||||||
|
|
||||||
clocks = <&cgu JZ4740_CLK_ADC>;
|
clocks = <&cgu JZ4740_CLK_ADC>;
|
||||||
clock-names = "adc";
|
clock-names = "adc";
|
||||||
|
|
||||||
interrupt-parent = <&intc>;
|
interrupt-parent = <&intc>;
|
||||||
interrupts = <18>;
|
interrupts = <18>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -54,8 +54,8 @@ examples:
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
maxadc: adc@0 {
|
maxadc: adc@0 {
|
||||||
compatible = "maxim,max1027";
|
compatible = "maxim,max1027";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -54,8 +54,8 @@ examples:
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
adc@0 {
|
adc@0 {
|
||||||
compatible = "maxim,max1241";
|
compatible = "maxim,max1241";
|
||||||
|
|
|
@ -160,7 +160,7 @@ examples:
|
||||||
};
|
};
|
||||||
ref_muxoff: adc-channel@f {
|
ref_muxoff: adc-channel@f {
|
||||||
reg = <0x00 0x0f>;
|
reg = <0x00 0x0f>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -40,12 +40,12 @@ additionalProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
pmic {
|
pmic {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
pmic_rradc: adc@4500 {
|
pmic_rradc: adc@4500 {
|
||||||
compatible = "qcom,pmi8998-rradc";
|
compatible = "qcom,pmi8998-rradc";
|
||||||
reg = <0x4500>;
|
reg = <0x4500>;
|
||||||
#io-channel-cells = <1>;
|
#io-channel-cells = <1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -142,7 +142,7 @@ examples:
|
||||||
pullup-ohm = <47000>;
|
pullup-ohm = <47000>;
|
||||||
pulldown-ohm = <0>;
|
pulldown-ohm = <0>;
|
||||||
io-channels = <&adc 4>;
|
io-channels = <&adc 4>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
- |
|
- |
|
||||||
|
|
|
@ -104,12 +104,12 @@ examples:
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
channel@0 {
|
channel@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
};
|
};
|
||||||
channel@4 {
|
channel@4 {
|
||||||
reg = <4>;
|
reg = <4>;
|
||||||
ti,gain = <3>;
|
ti,gain = <3>;
|
||||||
ti,datarate = <5>;
|
ti,datarate = <5>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -83,36 +83,36 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
channel@0 {
|
channel@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
};
|
};
|
||||||
channel@1 {
|
channel@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
settling-time-us = <700>;
|
settling-time-us = <700>;
|
||||||
oversampling-ratio = <5>;
|
oversampling-ratio = <5>;
|
||||||
};
|
};
|
||||||
channel@2 {
|
channel@2 {
|
||||||
reg = <2>;
|
reg = <2>;
|
||||||
};
|
};
|
||||||
channel@3 {
|
channel@3 {
|
||||||
reg = <3>;
|
reg = <3>;
|
||||||
settling-time-us = <700>;
|
settling-time-us = <700>;
|
||||||
oversampling-ratio = <5>;
|
oversampling-ratio = <5>;
|
||||||
};
|
};
|
||||||
channel@4 {
|
channel@4 {
|
||||||
reg = <4>;
|
reg = <4>;
|
||||||
settling-time-us = <700>;
|
settling-time-us = <700>;
|
||||||
oversampling-ratio = <5>;
|
oversampling-ratio = <5>;
|
||||||
};
|
};
|
||||||
channel@5 {
|
channel@5 {
|
||||||
reg = <5>;
|
reg = <5>;
|
||||||
settling-time-us = <700>;
|
settling-time-us = <700>;
|
||||||
oversampling-ratio = <5>;
|
oversampling-ratio = <5>;
|
||||||
};
|
};
|
||||||
channel@6 {
|
channel@6 {
|
||||||
reg = <6>;
|
reg = <6>;
|
||||||
};
|
};
|
||||||
channel@7 {
|
channel@7 {
|
||||||
reg = <7>;
|
reg = <7>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -192,26 +192,26 @@ additionalProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
ad3552r@0 {
|
ad3552r@0 {
|
||||||
compatible = "adi,ad3552r";
|
compatible = "adi,ad3552r";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <20000000>;
|
spi-max-frequency = <20000000>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
channel@0 {
|
channel@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
adi,output-range-microvolt = <0 10000000>;
|
adi,output-range-microvolt = <0 10000000>;
|
||||||
};
|
};
|
||||||
channel@1 {
|
channel@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
custom-output-range-config {
|
custom-output-range-config {
|
||||||
adi,gain-offset = <5>;
|
adi,gain-offset = <5>;
|
||||||
adi,gain-scaling-p-inv-log2 = <1>;
|
adi,gain-scaling-p-inv-log2 = <1>;
|
||||||
adi,gain-scaling-n-inv-log2 = <2>;
|
adi,gain-scaling-n-inv-log2 = <2>;
|
||||||
adi,rfb-ohms = <1>;
|
adi,rfb-ohms = <1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -51,15 +51,15 @@ additionalProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
ad5766@0 {
|
ad5766@0 {
|
||||||
compatible = "adi,ad5766";
|
compatible = "adi,ad5766";
|
||||||
output-range-microvolts = <(-5000000) 5000000>;
|
output-range-microvolts = <(-5000000) 5000000>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-cpol;
|
spi-cpol;
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
reset-gpios = <&gpio 22 0>;
|
reset-gpios = <&gpio 22 0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -147,49 +147,49 @@ unevaluatedProperties: false
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
ad5770r@0 {
|
ad5770r@0 {
|
||||||
compatible = "adi,ad5770r";
|
compatible = "adi,ad5770r";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
vref-supply = <&vref>;
|
vref-supply = <&vref>;
|
||||||
adi,external-resistor;
|
adi,external-resistor;
|
||||||
reset-gpios = <&gpio 22 0>;
|
reset-gpios = <&gpio 22 0>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
channel@0 {
|
channel@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
adi,range-microamp = <0 300000>;
|
adi,range-microamp = <0 300000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
channel@1 {
|
channel@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
adi,range-microamp = <0 140000>;
|
adi,range-microamp = <0 140000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
channel@2 {
|
channel@2 {
|
||||||
reg = <2>;
|
reg = <2>;
|
||||||
adi,range-microamp = <0 55000>;
|
adi,range-microamp = <0 55000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
channel@3 {
|
channel@3 {
|
||||||
reg = <3>;
|
reg = <3>;
|
||||||
adi,range-microamp = <0 45000>;
|
adi,range-microamp = <0 45000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
channel@4 {
|
channel@4 {
|
||||||
reg = <4>;
|
reg = <4>;
|
||||||
adi,range-microamp = <0 45000>;
|
adi,range-microamp = <0 45000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
channel@5 {
|
channel@5 {
|
||||||
reg = <5>;
|
reg = <5>;
|
||||||
adi,range-microamp = <0 45000>;
|
adi,range-microamp = <0 45000>;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -116,32 +116,32 @@ examples:
|
||||||
- |
|
- |
|
||||||
|
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
ltc2688: ltc2688@0 {
|
ltc2688: ltc2688@0 {
|
||||||
compatible = "adi,ltc2688";
|
compatible = "adi,ltc2688";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
||||||
vcc-supply = <&vcc>;
|
vcc-supply = <&vcc>;
|
||||||
iovcc-supply = <&vcc>;
|
iovcc-supply = <&vcc>;
|
||||||
vref-supply = <&vref>;
|
vref-supply = <&vref>;
|
||||||
|
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
channel@0 {
|
channel@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
adi,toggle-mode;
|
adi,toggle-mode;
|
||||||
adi,overrange;
|
adi,overrange;
|
||||||
};
|
};
|
||||||
|
|
||||||
channel@1 {
|
channel@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
adi,output-range-microvolt = <0 10000000>;
|
adi,output-range-microvolt = <0 10000000>;
|
||||||
|
|
||||||
clocks = <&clock_tgp3>;
|
clocks = <&clock_tgp3>;
|
||||||
adi,toggle-dither-input = <2>;
|
adi,toggle-dither-input = <2>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
|
@ -64,14 +64,14 @@ examples:
|
||||||
};
|
};
|
||||||
|
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
dac@0 {
|
dac@0 {
|
||||||
compatible = "lltc,ltc2632-l12";
|
compatible = "lltc,ltc2632-l12";
|
||||||
reg = <0>; /* CS0 */
|
reg = <0>; /* CS0 */
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
vref-supply = <&vref>;
|
vref-supply = <&vref>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -58,11 +58,11 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
frequency@0 {
|
frequency@0 {
|
||||||
compatible = "adi,adf4371";
|
compatible = "adi,adf4371";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
clocks = <&adf4371_clkin>;
|
clocks = <&adf4371_clkin>;
|
||||||
clock-names = "clkin";
|
clock-names = "clkin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -50,13 +50,13 @@ examples:
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
gyro@0 {
|
gyro@0 {
|
||||||
compatible = "adi,adxrs290";
|
compatible = "adi,adxrs290";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <5000000>;
|
spi-max-frequency = <5000000>;
|
||||||
spi-cpol;
|
spi-cpol;
|
||||||
spi-cpha;
|
spi-cpha;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -70,15 +70,15 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
gyroscope@20 {
|
gyroscope@20 {
|
||||||
compatible = "nxp,fxas21002c";
|
compatible = "nxp,fxas21002c";
|
||||||
reg = <0x20>;
|
reg = <0x20>;
|
||||||
|
|
||||||
vdd-supply = <®_peri_3p15v>;
|
vdd-supply = <®_peri_3p15v>;
|
||||||
vddio-supply = <®_peri_3p15v>;
|
vddio-supply = <®_peri_3p15v>;
|
||||||
|
|
||||||
interrupt-parent = <&gpio1>;
|
interrupt-parent = <&gpio1>;
|
||||||
interrupts = <7 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <7 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "INT1";
|
interrupt-names = "INT1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
spi {
|
spi {
|
||||||
|
@ -86,13 +86,13 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
gyroscope@0 {
|
gyroscope@0 {
|
||||||
compatible = "nxp,fxas21002c";
|
compatible = "nxp,fxas21002c";
|
||||||
reg = <0x0>;
|
reg = <0x0>;
|
||||||
|
|
||||||
spi-max-frequency = <2000000>;
|
spi-max-frequency = <2000000>;
|
||||||
|
|
||||||
interrupt-parent = <&gpio2>;
|
interrupt-parent = <&gpio2>;
|
||||||
interrupts = <7 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <7 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "INT2";
|
interrupt-names = "INT2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -36,11 +36,11 @@ additionalProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
i2c {
|
i2c {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
humidity@40 {
|
humidity@40 {
|
||||||
compatible = "ti,hdc2010";
|
compatible = "ti,hdc2010";
|
||||||
reg = <0x40>;
|
reg = <0x40>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -114,17 +114,17 @@ examples:
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
spi {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
adis16475: adis16475-3@0 {
|
adis16475: adis16475-3@0 {
|
||||||
compatible = "adi,adis16475-3";
|
compatible = "adi,adis16475-3";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-cpha;
|
spi-cpha;
|
||||||
spi-cpol;
|
spi-cpol;
|
||||||
spi-max-frequency = <2000000>;
|
spi-max-frequency = <2000000>;
|
||||||
interrupts = <4 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <4 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -64,16 +64,16 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
bmi160@68 {
|
bmi160@68 {
|
||||||
compatible = "bosch,bmi160";
|
compatible = "bosch,bmi160";
|
||||||
reg = <0x68>;
|
reg = <0x68>;
|
||||||
vdd-supply = <&pm8916_l17>;
|
vdd-supply = <&pm8916_l17>;
|
||||||
vddio-supply = <&pm8916_l6>;
|
vddio-supply = <&pm8916_l6>;
|
||||||
interrupt-parent = <&gpio4>;
|
interrupt-parent = <&gpio4>;
|
||||||
interrupts = <12 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <12 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "INT1";
|
interrupt-names = "INT1";
|
||||||
mount-matrix = "0", "1", "0",
|
mount-matrix = "0", "1", "0",
|
||||||
"-1", "0", "0",
|
"-1", "0", "0",
|
||||||
"0", "0", "1";
|
"0", "0", "1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
- |
|
- |
|
||||||
|
@ -84,11 +84,11 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
bmi160@0 {
|
bmi160@0 {
|
||||||
compatible = "bosch,bmi160";
|
compatible = "bosch,bmi160";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <10000000>;
|
spi-max-frequency = <10000000>;
|
||||||
interrupt-parent = <&gpio2>;
|
interrupt-parent = <&gpio2>;
|
||||||
interrupts = <12 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <12 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "INT2";
|
interrupt-names = "INT2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -70,12 +70,12 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
icm42605@68 {
|
icm42605@68 {
|
||||||
compatible = "invensense,icm42605";
|
compatible = "invensense,icm42605";
|
||||||
reg = <0x68>;
|
reg = <0x68>;
|
||||||
interrupt-parent = <&gpio2>;
|
interrupt-parent = <&gpio2>;
|
||||||
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
|
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
|
||||||
vdd-supply = <&vdd>;
|
vdd-supply = <&vdd>;
|
||||||
vddio-supply = <&vddio>;
|
vddio-supply = <&vddio>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
- |
|
- |
|
||||||
|
@ -86,14 +86,14 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
icm42602@0 {
|
icm42602@0 {
|
||||||
compatible = "invensense,icm42602";
|
compatible = "invensense,icm42602";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <24000000>;
|
spi-max-frequency = <24000000>;
|
||||||
spi-cpha;
|
spi-cpha;
|
||||||
spi-cpol;
|
spi-cpol;
|
||||||
interrupt-parent = <&gpio1>;
|
interrupt-parent = <&gpio1>;
|
||||||
interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
|
interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
|
||||||
vdd-supply = <&vdd>;
|
vdd-supply = <&vdd>;
|
||||||
vddio-supply = <&vddio>;
|
vddio-supply = <&vddio>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -54,12 +54,12 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
fxos8700@1e {
|
fxos8700@1e {
|
||||||
compatible = "nxp,fxos8700";
|
compatible = "nxp,fxos8700";
|
||||||
reg = <0x1e>;
|
reg = <0x1e>;
|
||||||
|
|
||||||
interrupt-parent = <&gpio2>;
|
interrupt-parent = <&gpio2>;
|
||||||
interrupts = <7 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <7 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "INT1";
|
interrupt-names = "INT1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
- |
|
- |
|
||||||
|
@ -70,12 +70,12 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
fxos8700@0 {
|
fxos8700@0 {
|
||||||
compatible = "nxp,fxos8700";
|
compatible = "nxp,fxos8700";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
interrupt-parent = <&gpio1>;
|
interrupt-parent = <&gpio1>;
|
||||||
interrupts = <7 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <7 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "INT2";
|
interrupt-names = "INT2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -91,12 +91,12 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
magnetometer@2e {
|
magnetometer@2e {
|
||||||
compatible = "yamaha,yas530";
|
compatible = "yamaha,yas530";
|
||||||
reg = <0x2e>;
|
reg = <0x2e>;
|
||||||
vdd-supply = <&ldo1_reg>;
|
vdd-supply = <&ldo1_reg>;
|
||||||
iovdd-supply = <&ldo2_reg>;
|
iovdd-supply = <&ldo2_reg>;
|
||||||
reset-gpios = <&gpio6 12 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&gpio6 12 GPIO_ACTIVE_LOW>;
|
||||||
interrupts = <13 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <13 IRQ_TYPE_EDGE_RISING>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -105,8 +105,8 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
magnetometer@2e {
|
magnetometer@2e {
|
||||||
compatible = "yamaha,yas539";
|
compatible = "yamaha,yas539";
|
||||||
reg = <0x2e>;
|
reg = <0x2e>;
|
||||||
vdd-supply = <&ldo1_reg>;
|
vdd-supply = <&ldo1_reg>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -61,15 +61,15 @@ examples:
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
i2c {
|
i2c {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
pressure@77 {
|
pressure@77 {
|
||||||
compatible = "bosch,bmp085";
|
compatible = "bosch,bmp085";
|
||||||
reg = <0x77>;
|
reg = <0x77>;
|
||||||
interrupt-parent = <&gpio0>;
|
interrupt-parent = <&gpio0>;
|
||||||
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
||||||
reset-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
|
||||||
vddd-supply = <&foo>;
|
vddd-supply = <&foo>;
|
||||||
vdda-supply = <&bar>;
|
vdda-supply = <&bar>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -60,7 +60,7 @@ examples:
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
lightning@0 {
|
lightning@0 {
|
||||||
compatible = "ams,as3935";
|
compatible = "ams,as3935";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <400000>;
|
spi-max-frequency = <400000>;
|
||||||
|
|
|
@ -472,75 +472,74 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
temperature-sensor@0 {
|
temperature-sensor@0 {
|
||||||
compatible = "adi,ltc2983";
|
compatible = "adi,ltc2983";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
interrupts = <20 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <20 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
|
|
||||||
thermocouple@18 {
|
thermocouple@18 {
|
||||||
reg = <18>;
|
reg = <18>;
|
||||||
adi,sensor-type = <8>; //Type B
|
adi,sensor-type = <8>; //Type B
|
||||||
adi,sensor-oc-current-microamp = <10>;
|
adi,sensor-oc-current-microamp = <10>;
|
||||||
adi,cold-junction-handle = <&diode5>;
|
adi,cold-junction-handle = <&diode5>;
|
||||||
};
|
};
|
||||||
|
|
||||||
diode5: diode@5 {
|
diode5: diode@5 {
|
||||||
reg = <5>;
|
reg = <5>;
|
||||||
adi,sensor-type = <28>;
|
adi,sensor-type = <28>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rsense2: rsense@2 {
|
rsense2: rsense@2 {
|
||||||
reg = <2>;
|
reg = <2>;
|
||||||
adi,sensor-type = <29>;
|
adi,sensor-type = <29>;
|
||||||
adi,rsense-val-milli-ohms = <1200000>; //1.2Kohms
|
adi,rsense-val-milli-ohms = <1200000>; //1.2Kohms
|
||||||
};
|
};
|
||||||
|
|
||||||
rtd@14 {
|
rtd@14 {
|
||||||
reg = <14>;
|
reg = <14>;
|
||||||
adi,sensor-type = <15>; //PT1000
|
adi,sensor-type = <15>; //PT1000
|
||||||
/*2-wire, internal gnd, no current rotation*/
|
/*2-wire, internal gnd, no current rotation*/
|
||||||
adi,number-of-wires = <2>;
|
adi,number-of-wires = <2>;
|
||||||
adi,rsense-share;
|
adi,rsense-share;
|
||||||
adi,excitation-current-microamp = <500>;
|
adi,excitation-current-microamp = <500>;
|
||||||
adi,rsense-handle = <&rsense2>;
|
adi,rsense-handle = <&rsense2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
adc@10 {
|
adc@10 {
|
||||||
reg = <10>;
|
reg = <10>;
|
||||||
adi,sensor-type = <30>;
|
adi,sensor-type = <30>;
|
||||||
adi,single-ended;
|
adi,single-ended;
|
||||||
};
|
};
|
||||||
|
|
||||||
thermistor@12 {
|
thermistor@12 {
|
||||||
reg = <12>;
|
reg = <12>;
|
||||||
adi,sensor-type = <26>; //Steinhart
|
adi,sensor-type = <26>; //Steinhart
|
||||||
adi,rsense-handle = <&rsense2>;
|
adi,rsense-handle = <&rsense2>;
|
||||||
adi,custom-steinhart = <0x00f371ec 0x12345678
|
adi,custom-steinhart = <0x00f371ec 0x12345678
|
||||||
0x2c0f8733 0x10018c66 0xa0feaccd
|
0x2c0f8733 0x10018c66 0xa0feaccd
|
||||||
0x90021d99>; //6 entries
|
0x90021d99>; //6 entries
|
||||||
};
|
};
|
||||||
|
|
||||||
thermocouple@20 {
|
|
||||||
reg = <20>;
|
|
||||||
adi,sensor-type = <9>; //custom thermocouple
|
|
||||||
adi,single-ended;
|
|
||||||
adi,custom-thermocouple =
|
|
||||||
/bits/ 64 <(-50220000) 0>,
|
|
||||||
/bits/ 64 <(-30200000) 99100000>,
|
|
||||||
/bits/ 64 <(-5300000) 135400000>,
|
|
||||||
/bits/ 64 <0 273150000>,
|
|
||||||
/bits/ 64 <40200000 361200000>,
|
|
||||||
/bits/ 64 <55300000 522100000>,
|
|
||||||
/bits/ 64 <88300000 720300000>,
|
|
||||||
/bits/ 64 <132200000 811200000>,
|
|
||||||
/bits/ 64 <188700000 922500000>,
|
|
||||||
/bits/ 64 <460400000 1000000000>; //10 pairs
|
|
||||||
};
|
|
||||||
|
|
||||||
|
thermocouple@20 {
|
||||||
|
reg = <20>;
|
||||||
|
adi,sensor-type = <9>; //custom thermocouple
|
||||||
|
adi,single-ended;
|
||||||
|
adi,custom-thermocouple =
|
||||||
|
/bits/ 64 <(-50220000) 0>,
|
||||||
|
/bits/ 64 <(-30200000) 99100000>,
|
||||||
|
/bits/ 64 <(-5300000) 135400000>,
|
||||||
|
/bits/ 64 <0 273150000>,
|
||||||
|
/bits/ 64 <40200000 361200000>,
|
||||||
|
/bits/ 64 <55300000 522100000>,
|
||||||
|
/bits/ 64 <88300000 720300000>,
|
||||||
|
/bits/ 64 <132200000 811200000>,
|
||||||
|
/bits/ 64 <188700000 922500000>,
|
||||||
|
/bits/ 64 <460400000 1000000000>; //10 pairs
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
|
@ -44,11 +44,11 @@ examples:
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
temperature-sensor@0 {
|
temperature-sensor@0 {
|
||||||
compatible = "maxim,max31865";
|
compatible = "maxim,max31865";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <400000>;
|
spi-max-frequency = <400000>;
|
||||||
spi-cpha;
|
spi-cpha;
|
||||||
maxim,3-wire;
|
maxim,3-wire;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue