Skip to content

Commit

Permalink
tests: build_all: Add HS400x
Browse files Browse the repository at this point in the history
Adds HS400x to build_all tests
Signed-off-by: Mariëlle Korthout <[email protected]>
  • Loading branch information
TotallyOriginalUsername authored and kartben committed Dec 20, 2024
1 parent 4fa94f6 commit f5d71a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/drivers/build_all/sensor/i2c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1185,3 +1185,8 @@ test_i2c_lsm6dso32: lsm6dso32@a5 {
gyro-range = <LSM6DSO_DT_FS_2000DPS>;
gyro-odr = <LSM6DSO_DT_ODR_6667Hz>;
};

test_i2c_hs400x: hs400x@a6 {
compatible = "renesas,hs400x";
reg = <0xa6>;
};

0 comments on commit f5d71a3

Please sign in to comment.