Skip to content

Commit ad6ef7d

Browse files
SandraArrowkartben
authored andcommitted
test: arm: irq: Add overlay files for cy8ckit_062s2_ai
Changed interrupt priority for GPIO. See zephyrproject-rtos#81464 Signed-off-by: Sandra Schmidt <[email protected]>
1 parent 80af15c commit ad6ef7d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (c) 2024 Arrow Electronics.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Changed default interrupts priority for GPIO to 4 */
8+
&gpio_prt5 {
9+
interrupts = <5 4>;
10+
};
11+
12+
&gpio_prt10 {
13+
interrupts = <10 4>;
14+
};
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (c) 2024 Arrow Electronics.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Changed default interrupts priority for GPIO to 4 */
8+
&gpio_prt5 {
9+
interrupts = <5 4>;
10+
};
11+
12+
&gpio_prt10 {
13+
interrupts = <10 4>;
14+
};

0 commit comments

Comments
 (0)