Skip to content

Commit

Permalink
tests: drivers: build_all: video: Add i2c-devices build test
Browse files Browse the repository at this point in the history
Add build tests for following devices.

- galaxycore,gc2145

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
  • Loading branch information
soburi committed Sep 17, 2024
1 parent 11112cf commit 57f247a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/drivers/build_all/video/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
compatible = "ovti,ov7670";
reg = <0x4>;
};

test_i2c_gc2145: gc2145@5 {
compatible = "galaxycore,gc2145";
reg = <0x5>;
reset-gpios = <&test_gpio 0 0>;
};
};
};
};

0 comments on commit 57f247a

Please sign in to comment.