1# Copyright 2021 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4common:
5  tags:
6    - drivers
7    - bbram
8  build_only: true
9  harness: ztest
10  arch_exclude: posix
11tests:
12  drivers.bbram.it8xxx2:
13    filter: dt_compat_enabled("ite,it8xxx2-bbram")
14    integration_platforms:
15      - it82xx2_evb
16  drivers.bbram.npcx:
17    filter: dt_compat_enabled("nuvoton,npcx-bbram")
18    integration_platforms:
19      - npcx9m6f_evb
20  drivers.bbram.stm32:
21    extra_args: EXTRA_CONF_FILE="stm32.conf"
22    filter: dt_compat_enabled("st,stm32-bbram")
23    integration_platforms:
24      - nucleo_g071rb
25      - stm32f746g_disco
26  drivers.bbram.stm32_rtc:
27    extra_args: EXTRA_CONF_FILE="stm32_rtc.conf"
28    filter: dt_compat_enabled("st,stm32-bbram")
29    integration_platforms:
30      - nucleo_g071rb
31      - stm32f746g_disco
32