Skip to content

Commit d841634

Browse files
committed
tests: drivers: build_all: video: Add i2c-devices build test
Add build tests for following devices. - galaxycore,gc2145 Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 53f547b commit d841634

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/drivers/build_all/video/app.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
compatible = "ovti,ov7670";
6060
reg = <0x4>;
6161
};
62+
63+
test_i2c_gc2145: gc2145@5 {
64+
compatible = "galaxycore,gc2145";
65+
reg = <0x5>;
66+
reset-gpios = <&test_gpio 0 0>;
67+
};
6268
};
6369
};
6470
};

0 commit comments

Comments
 (0)