tests: build_all: modem: Add Sequans GM02S Modem test

Added test definition for Sequans GM02S Modem to build_all test.

Signed-off-by: Thibo Verheyde <thibo@dptechnics.com>
This commit is contained in:
Thibo Verheyde 2024-04-30 09:47:29 +02:00 committed by Fabio Baltieri
commit e726dc6403

View file

@ -76,3 +76,9 @@ test_nordic_nrf91_slm: nordic_nrf91_slm {
mdm-power-gpios = <&test_gpio 0 0>;
};
test_sqn_gm02s: sqn_gm02s {
compatible = "sqn,gm02s";
mdm-reset-gpios = <&test_gpio 0 0>;
};