dtoverlays: Add adxl355 to i2c-sensor overlay

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
This commit is contained in:
Dave Stevenson
2025-04-29 12:31:05 +01:00
committed by Dom Cobley
parent 723375ea95
commit b0ac059dd3
2 changed files with 19 additions and 1 deletions

View File

@@ -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

View File

@@ -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",