Add DT overlays for running GPIO tests on ucans32k1sic board. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
13 lines
240 B
Text
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) */
|
|
};
|
|
};
|