Skip to content

Commit

Permalink
tests: build_all: modem: Add Telit ME910G1 Test Coverage
Browse files Browse the repository at this point in the history
Added bindings to build_all test for new Telit ME910G1 Modem.

Signed-off-by: Jeff Welder <[email protected]>
  • Loading branch information
jeffwelder-ellenbytech committed Oct 10, 2023
1 parent b9fecef commit 590d03b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/drivers/build_all/modem/uart.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ test_gsm_ppp: gsm_ppp {
compatible = "zephyr,gsm-ppp";
};

test_telit_me910g1: telit_me910g1 {
compatible = "telit,me910g1";

mdm-power-gpios = <&test_gpio 0 0>;
mdm-reset-gpios = <&test_gpio 0 0>;

mdm-dtr-gpios = <&test_gpio 0 0>;
mdm-ri-gpios = <&test_gpio 0 0>;
};

test_esp_at: esp_at {
compatible = "espressif,esp-at";
};

0 comments on commit 590d03b

Please sign in to comment.