Skip to content

Commit 169ed26

Browse files
committed
tests: counter: Add microcrystal,rv3032-counter in build_all test suite
Ensure this driver is tested in the build_all test suite. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
1 parent d4673f2 commit 169ed26

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tests/drivers/build_all/counter/i2c_devices.overlay

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@
3535
status = "okay";
3636
reg = <0x1>;
3737
};
38+
39+
test_rv3032: rv3032c7@2 {
40+
compatible = "microcrystal,rv3032-mfd";
41+
reg = <0x2>;
42+
int-gpios = <&test_gpio 0 0>;
43+
evi-gpios = <&test_gpio 0 0>;
44+
backup-switch-mode = "disabled";
45+
always-on;
46+
status = "okay";
47+
48+
test_rv3032_counter: rv3032_counter {
49+
compatible = "microcrystal,rv3032-counter";
50+
frequency = <1>;
51+
status = "okay";
52+
};
53+
};
3854
};
3955
};
4056
};

0 commit comments

Comments
 (0)