test: arm: irq: Add overlay files for cy8ckit_062s2_ai

Changed interrupt priority for GPIO.
See https://github.com/zephyrproject-rtos/zephyr/pull/81464

Signed-off-by: Sandra Schmidt <sandra.schmidt@arrow.com>
This commit is contained in:
Sandra Schmidt 2024-12-03 15:14:08 +01:00 committed by Benjamin Cabé
commit ad6ef7de09
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,14 @@
/*
* Copyright (c) 2024 Arrow Electronics.
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Changed default interrupts priority for GPIO to 4 */
&gpio_prt5 {
interrupts = <5 4>;
};
&gpio_prt10 {
interrupts = <10 4>;
};

View file

@ -0,0 +1,14 @@
/*
* Copyright (c) 2024 Arrow Electronics.
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Changed default interrupts priority for GPIO to 4 */
&gpio_prt5 {
interrupts = <5 4>;
};
&gpio_prt10 {
interrupts = <10 4>;
};