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:
parent
80af15cffa
commit
ad6ef7de09
2 changed files with 28 additions and 0 deletions
|
@ -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>;
|
||||
};
|
|
@ -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>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue