fix bmp288 and stub in hdc1080
Some checks failed
Some checks failed
This commit is contained in:
@ -160,9 +160,14 @@
|
||||
compatible = "bosch,bmp388";
|
||||
reg = <0x76>;
|
||||
int-gpios = <&gpio0 27 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
||||
odr = "1.563";
|
||||
// odr = "1.563";
|
||||
osr-press = <1>;
|
||||
};
|
||||
|
||||
hdc1080: hdc1080@40 {
|
||||
compatible = "ti,hdc20xx"; // FIXME: add proper support for this part. Hopefully these parts are close enough
|
||||
reg = <0x40>;
|
||||
};
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
|
Reference in New Issue
Block a user