tests: drivers: build_all: gnss: Add serial devices to build test

Add build tests for following devices.

- luatos,air530z
- quectel,lc86g
- u-blox,m8

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-09-27 15:07:22 +09:00 committed by Alberto Escolar
commit df7f1ff5b5
2 changed files with 17 additions and 2 deletions

View file

@ -14,9 +14,22 @@
reg = <0x0 0x1000>;
status = "okay";
gnss: gnss-nmea-generic {
gnss_nmea_generic: gnss-nmea-generic {
compatible = "gnss-nmea-generic";
};
gnss_air530z: air530z {
compatible = "luatos,air530z";
};
gnss_lc86g: lc86g {
compatible = "quectel,lc86g";
pps-mode = "GNSS_PPS_MODE_ENABLED";
};
gnss_m8: m8 {
compatible = "u-blox,m8";
};
};
};
};

View file

@ -5,4 +5,6 @@ common:
build_only: true
platform_allow: native_sim
tests:
drivers.gnss.default: {}
drivers.gnss.default:
extra_configs:
- CONFIG_PM_DEVICE=y