Skip to content

Commit 15d398d

Browse files
dipakgmxkartben
authored andcommitted
tests: rtc: add microcrystal,rv3032 to build_all test suite
Ensure this driver is tested in the build_all test suite. Signed-off-by: Dipak Shetty <[email protected]>
1 parent 5a01837 commit 15d398d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/drivers/build_all/rtc/i2c_devices.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@
103103
reg = <0xb>;
104104
int1-gpios = <&test_gpio 0 0>;
105105
};
106+
107+
test_rv3032: rv3032@c {
108+
compatible = "microcrystal,rv3032";
109+
reg = <0xc>;
110+
clkout-frequency = <1>;
111+
backup-switch-mode = "disabled";
112+
trickle-resistor-ohms = <600>;
113+
trickle-charger-mode = <1750>;
114+
int-gpios = <&test_gpio 0 0>;
115+
};
106116
};
107117
};
108118
};

0 commit comments

Comments
 (0)