test: add icm42688 to build_all/sensor test
Add a node for the icm42688 so that it builds as a part of the CI. Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
parent
fe390776dc
commit
aea177079d
1 changed files with 10 additions and 0 deletions
|
@ -327,3 +327,13 @@ test_spi_bme680: bme680@27 {
|
|||
reg = <0x27>;
|
||||
spi-max-frequency = <0>;
|
||||
};
|
||||
|
||||
test_spi_icm426888: icm42688@28 {
|
||||
compatible = "invensense,icm42688";
|
||||
reg = <0x28>;
|
||||
spi-max-frequency = <24000000>;
|
||||
accel-hz = <32000>;
|
||||
accel-fs = <16>;
|
||||
gyro-hz = <32000>;
|
||||
gyro-fs = <2000>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue