1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4common:
5  platform_allow:
6    - native_sim
7    - native_sim/native/64
8  integration_platforms:
9    - native_sim
10tests:
11  drivers.pinctrl.api:
12    tags:
13      - drivers
14      - pinctrl
15  drivers.pinctrl.api_reg:
16    tags:
17      - drivers
18      - pinctrl
19    extra_args: CONF_FILE="prj.conf;reg.conf"
20