Skip to content

Commit 637e07d

Browse files
faxe1008henrikbrixandersen
authored andcommitted
test: rtc: add nxp,pcf85063a to build_all test suite
Ensure this driver is tested in the build_all test suite. Signed-off-by: Fabian Blatz <[email protected]>
1 parent bae6e35 commit 637e07d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/drivers/build_all/rtc/i2c_devices.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@
9797
freq-32khz-gpios = <&test_gpio 0 0>;
9898
};
9999
};
100+
101+
test_pcf85063a: pcf85063a@b {
102+
compatible = "nxp,pcf85063a";
103+
reg = <0xb>;
104+
int1-gpios = <&test_gpio 0 0>;
105+
};
100106
};
101107
};
102108
};

0 commit comments

Comments
 (0)