mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
dtoverlays: Add adxl355 to i2c-sensor overlay
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
723375ea95
commit
b0ac059dd3
@@ -2444,6 +2444,9 @@ Params: addr Set the address for the ADS7828, ADS7830,
|
||||
adxl345 Select the Analog Devices ADXL345 3-axis
|
||||
accelerometer
|
||||
|
||||
adxl355 Select the Analog Devices ADXL355 3-axis
|
||||
accelerometer
|
||||
|
||||
aht10 Select the Aosong AHT10 temperature and humidity
|
||||
sensor
|
||||
|
||||
|
||||
@@ -743,6 +743,19 @@
|
||||
};
|
||||
};
|
||||
|
||||
fragment@48 {
|
||||
target = <&i2cbus>;
|
||||
__dormant__ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
adxl355: adxl355@1d {
|
||||
compatible = "adi,adxl355";
|
||||
reg = <0x1d>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fragment@99 {
|
||||
target = <&gpio>;
|
||||
__dormant__ {
|
||||
@@ -803,6 +816,7 @@
|
||||
veml6040 = <0>,"+45";
|
||||
ads7828 = <0>,"+46";
|
||||
ads7830 = <0>,"+47";
|
||||
adxl355 = <0>,"+48";
|
||||
|
||||
addr = <&bme280>,"reg:0", <&bmp280>,"reg:0", <&tmp102>,"reg:0",
|
||||
<&lm75>,"reg:0", <&hdc100x>,"reg:0", <&sht3x>,"reg:0",
|
||||
@@ -815,7 +829,8 @@
|
||||
<&bmp380>,"reg:0", <&adt7410>,"reg:0", <&ina238>,"reg:0",
|
||||
<&hdc3020>,"reg:0", <&as73211>,"reg:0",
|
||||
<&as7331>,"reg:0", <&adxl345>,"reg:0",
|
||||
<&ads7828>,"reg:0", <&ads7830>,"reg:0";
|
||||
<&ads7828>,"reg:0", <&ads7830>,"reg:0",
|
||||
<&adxl355>,"reg:0";
|
||||
int_pin = <&int_pins>, "brcm,pins:0",
|
||||
<&int_pins>, "reg:0",
|
||||
<&max30102>, "interrupts:0",
|
||||
|
||||
Reference in New Issue
Block a user