tests: build_all: Add HS400x

Adds HS400x to build_all tests
Signed-off-by: Mariëlle Korthout <marielle.korthout.jc@renesas.com>
This commit is contained in:
Mariëlle Korthout 2024-12-12 09:38:49 +01:00 committed by Benjamin Cabé
parent 4fa94f6742
commit f5d71a3db3

View file

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