zephyr/tests/drivers/gpio/gpio_basic_api/boards/ucans32k1sic.overlay
Manuel Argüelles de93777d14 tests: drivers: gpio: enable tests for ucans32k1sic
Add DT overlays for running GPIO tests on ucans32k1sic board.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-11-30 11:21:59 -05:00

13 lines
240 B
Text

/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test-gpio-basic-api";
out-gpios = <&gpioa 0 0>; /* P12.1 (silk PWM1) */
in-gpios = <&gpioa 1 0>; /* P14.1 (silk PWM2) */
};
};