Skip to content

Commit 60b6295

Browse files
committed
test: arm: irq: Add overlays files for Infineon boards
Changed interrupt priority for GPIO, default 6 is not suitable for for the ZERO_LATENCY_IRQS function used in this test. used in this test. Fixes for problem with arm_irq_zero_latency_levels refer to pull/81377 Signed-off-by: Nazar Palamar <[email protected]> (cherry picked from commit 6172092)
1 parent d9f0658 commit 60b6295

File tree

6 files changed

+182
-0
lines changed

6 files changed

+182
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/*
2+
* Copyright (c) 2024 Cypress Semiconductor Corporation.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/* Changed default interrupts priority for GPIO to 4 */
7+
&gpio_prt0 {
8+
interrupts = <0 4>;
9+
};
10+
11+
&gpio_prt2 {
12+
interrupts = <2 4>;
13+
};
14+
15+
&gpio_prt3 {
16+
interrupts = <3 4>;
17+
};
18+
19+
&gpio_prt5 {
20+
interrupts = <5 4>;
21+
};
22+
23+
&gpio_prt6 {
24+
interrupts = <6 4>;
25+
};
26+
27+
&gpio_prt9 {
28+
interrupts = <9 4>;
29+
};
30+
31+
&gpio_prt12 {
32+
interrupts = <12 4>;
33+
};
34+
35+
&gpio_prt13 {
36+
interrupts = <13 4>;
37+
};
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*
2+
* Copyright (c) 2024 Cypress Semiconductor Corporation.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/* Changed default interrupts priority for GPIO to 4 */
7+
&gpio_prt0 {
8+
interrupts = <0 4>;
9+
};
10+
11+
&gpio_prt5 {
12+
interrupts = <5 4>;
13+
};
14+
15+
&gpio_prt6 {
16+
interrupts = <6 4>;
17+
};
18+
19+
&gpio_prt7 {
20+
interrupts = <7 4>;
21+
};
22+
23+
&gpio_prt9 {
24+
interrupts = <9 4>;
25+
};
26+
27+
&gpio_prt10 {
28+
interrupts = <10 4>;
29+
};
30+
31+
&gpio_prt12 {
32+
interrupts = <12 4>;
33+
};
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2024 Cypress Semiconductor Corporation.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/* Changed default interrupts priority for GPIO to 4 */
7+
&gpio_prt0 {
8+
interrupts = <0 4>;
9+
};
10+
11+
&gpio_prt1 {
12+
interrupts = <1 4>;
13+
};
14+
15+
&gpio_prt3 {
16+
interrupts = <3 4>;
17+
};
18+
19+
&gpio_prt5 {
20+
interrupts = <5 4>;
21+
};
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/*
2+
* Copyright (c) 2024 Cypress Semiconductor Corporation.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/* Changed default interrupts priority for GPIO to 4 */
7+
&gpio_prt0 {
8+
interrupts = <0 4>;
9+
};
10+
11+
&gpio_prt2 {
12+
interrupts = <2 4>;
13+
};
14+
15+
&gpio_prt3 {
16+
interrupts = <3 4>;
17+
};
18+
19+
&gpio_prt5 {
20+
interrupts = <5 4>;
21+
};
22+
23+
&gpio_prt6 {
24+
interrupts = <6 4>;
25+
};
26+
27+
&gpio_prt9 {
28+
interrupts = <9 4>;
29+
};
30+
31+
&gpio_prt12 {
32+
interrupts = <12 4>;
33+
};
34+
35+
&gpio_prt13 {
36+
interrupts = <13 4>;
37+
};
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*
2+
* Copyright (c) 2024 Cypress Semiconductor Corporation.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/* Changed default interrupts priority for GPIO to 4 */
7+
&gpio_prt0 {
8+
interrupts = <0 4>;
9+
};
10+
11+
&gpio_prt5 {
12+
interrupts = <5 4>;
13+
};
14+
15+
&gpio_prt6 {
16+
interrupts = <6 4>;
17+
};
18+
19+
&gpio_prt7 {
20+
interrupts = <7 4>;
21+
};
22+
23+
&gpio_prt9 {
24+
interrupts = <9 4>;
25+
};
26+
27+
&gpio_prt10 {
28+
interrupts = <10 4>;
29+
};
30+
31+
&gpio_prt12 {
32+
interrupts = <12 4>;
33+
};
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2024 Cypress Semiconductor Corporation.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/* Changed default interrupts priority for GPIO to 4 */
7+
&gpio_prt0 {
8+
interrupts = <0 4>;
9+
};
10+
11+
&gpio_prt1 {
12+
interrupts = <1 4>;
13+
};
14+
15+
&gpio_prt3 {
16+
interrupts = <3 4>;
17+
};
18+
19+
&gpio_prt5 {
20+
interrupts = <5 4>;
21+
};

0 commit comments

Comments
 (0)