Skip to content

Commit 9b1e3fd

Browse files
kartbendkalowsk
authored andcommitted
tests: drivers: build_all: sensor: add maxim,ds3231-sensor
This was missed when the driver was contributed in 2759ada Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 1ae12e9 commit 9b1e3fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,3 +1360,12 @@ test_i2c_npm1304: npm1304@b6 {
13601360
current-microamp = <10000>;
13611361
};
13621362
};
1363+
1364+
test_i2c_ds3231: ds3231@b7 {
1365+
compatible = "maxim,ds3231-mfd";
1366+
reg = <0xb7>;
1367+
1368+
test_i2c_ds3231_sensor: ds3231_sensor {
1369+
compatible = "maxim,ds3231-sensor";
1370+
};
1371+
};

0 commit comments

Comments
 (0)