Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -2576,6 +2576,8 @@ Params: addr Set the address for the ADS7828, ADS7830,
measurement in uOhms. (ina238 only, disabled
by default)

scd4x Select the Sensirion SCD40/41 CO2 sensors.

sht3x Select the Sensirion SHT3x temperature and
humidity sensors. Valid addresses 0x44-0x45,
default 0x44
Expand Down
15 changes: 15 additions & 0 deletions arch/arm/boot/dts/overlays/i2c-sensor-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,20 @@
};
};

fragment@52 {
target = <&i2cbus>;
__dormant__ {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

scd4x: scd4x@62 {
compatible = "sensirion,scd40";
reg = <0x62>;
};
};
};

fragment@98 {
target-path = "/";
__dormant__ {
Expand Down Expand Up @@ -881,6 +895,7 @@
bmp58x = <0>,"+49";
veml6030 = <0>,"+50+99";
tmp117 = <0>,"+51+98";
scd4x = <0>,"+52";

addr = <&bme280>,"reg:0", <&bmp280>,"reg:0", <&tmp102>,"reg:0",
<&lm75>,"reg:0", <&hdc100x>,"reg:0", <&sht3x>,"reg:0",
Expand Down
1 change: 1 addition & 0 deletions arch/arm/configs/bcm2709_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,7 @@ CONFIG_MCP3422=m
CONFIG_TI_ADS1015=m
CONFIG_BME680=m
CONFIG_CCS811=m
CONFIG_SCD4X=m
CONFIG_SENSIRION_SGP30=m
CONFIG_SPS30_I2C=m
CONFIG_MAX30102=m
Expand Down
1 change: 1 addition & 0 deletions arch/arm/configs/bcm2711_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,7 @@ CONFIG_MCP3422=m
CONFIG_TI_ADS1015=m
CONFIG_BME680=m
CONFIG_CCS811=m
CONFIG_SCD4X=m
CONFIG_SENSIRION_SGP30=m
CONFIG_SPS30_I2C=m
CONFIG_MAX30102=m
Expand Down
1 change: 1 addition & 0 deletions arch/arm/configs/bcmrpi_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,7 @@ CONFIG_MCP3422=m
CONFIG_TI_ADS1015=m
CONFIG_BME680=m
CONFIG_CCS811=m
CONFIG_SCD4X=m
CONFIG_SENSIRION_SGP30=m
CONFIG_SPS30_I2C=m
CONFIG_MAX30102=m
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/configs/bcm2711_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,7 @@ CONFIG_MCP3422=m
CONFIG_TI_ADS1015=m
CONFIG_BME680=m
CONFIG_CCS811=m
CONFIG_SCD4X=m
CONFIG_SENSIRION_SGP30=m
CONFIG_SPS30_I2C=m
CONFIG_MAX30102=m
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/configs/bcm2711_rt_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,7 @@ CONFIG_MCP3422=m
CONFIG_TI_ADS1015=m
CONFIG_BME680=m
CONFIG_CCS811=m
CONFIG_SCD4X=m
CONFIG_SENSIRION_SGP30=m
CONFIG_SPS30_I2C=m
CONFIG_MAX30102=m
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/configs/bcm2712_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1552,6 +1552,7 @@ CONFIG_MCP3422=m
CONFIG_TI_ADS1015=m
CONFIG_BME680=m
CONFIG_CCS811=m
CONFIG_SCD4X=m
CONFIG_SENSIRION_SGP30=m
CONFIG_SPS30_I2C=m
CONFIG_MAX30102=m
Expand Down