-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
- Loading branch information
Showing
6 changed files
with
182 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
tests/arch/arm/arm_irq_advanced_features/boards/cy8cproto_062_4343w.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* | ||
* Copyright (c) 2024 Cypress Semiconductor Corporation. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/* Changed default interrupts priority for GPIO to 4 */ | ||
&gpio_prt0 { | ||
interrupts = <0 4>; | ||
}; | ||
|
||
&gpio_prt2 { | ||
interrupts = <2 4>; | ||
}; | ||
|
||
&gpio_prt3 { | ||
interrupts = <3 4>; | ||
}; | ||
|
||
&gpio_prt5 { | ||
interrupts = <5 4>; | ||
}; | ||
|
||
&gpio_prt6 { | ||
interrupts = <6 4>; | ||
}; | ||
|
||
&gpio_prt9 { | ||
interrupts = <9 4>; | ||
}; | ||
|
||
&gpio_prt12 { | ||
interrupts = <12 4>; | ||
}; | ||
|
||
&gpio_prt13 { | ||
interrupts = <13 4>; | ||
}; |
33 changes: 33 additions & 0 deletions
33
tests/arch/arm/arm_irq_advanced_features/boards/cy8cproto_063_ble.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
* Copyright (c) 2024 Cypress Semiconductor Corporation. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/* Changed default interrupts priority for GPIO to 4 */ | ||
&gpio_prt0 { | ||
interrupts = <0 4>; | ||
}; | ||
|
||
&gpio_prt5 { | ||
interrupts = <5 4>; | ||
}; | ||
|
||
&gpio_prt6 { | ||
interrupts = <6 4>; | ||
}; | ||
|
||
&gpio_prt7 { | ||
interrupts = <7 4>; | ||
}; | ||
|
||
&gpio_prt9 { | ||
interrupts = <9 4>; | ||
}; | ||
|
||
&gpio_prt10 { | ||
interrupts = <10 4>; | ||
}; | ||
|
||
&gpio_prt12 { | ||
interrupts = <12 4>; | ||
}; |
21 changes: 21 additions & 0 deletions
21
tests/arch/arm/arm_irq_advanced_features/boards/cyw920829m2evk_02.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* Copyright (c) 2024 Cypress Semiconductor Corporation. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/* Changed default interrupts priority for GPIO to 4 */ | ||
&gpio_prt0 { | ||
interrupts = <0 4>; | ||
}; | ||
|
||
&gpio_prt1 { | ||
interrupts = <1 4>; | ||
}; | ||
|
||
&gpio_prt3 { | ||
interrupts = <3 4>; | ||
}; | ||
|
||
&gpio_prt5 { | ||
interrupts = <5 4>; | ||
}; |
37 changes: 37 additions & 0 deletions
37
tests/arch/arm/arm_irq_zero_latency_levels/boards/cy8cproto_062_4343w.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* | ||
* Copyright (c) 2024 Cypress Semiconductor Corporation. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/* Changed default interrupts priority for GPIO to 4 */ | ||
&gpio_prt0 { | ||
interrupts = <0 4>; | ||
}; | ||
|
||
&gpio_prt2 { | ||
interrupts = <2 4>; | ||
}; | ||
|
||
&gpio_prt3 { | ||
interrupts = <3 4>; | ||
}; | ||
|
||
&gpio_prt5 { | ||
interrupts = <5 4>; | ||
}; | ||
|
||
&gpio_prt6 { | ||
interrupts = <6 4>; | ||
}; | ||
|
||
&gpio_prt9 { | ||
interrupts = <9 4>; | ||
}; | ||
|
||
&gpio_prt12 { | ||
interrupts = <12 4>; | ||
}; | ||
|
||
&gpio_prt13 { | ||
interrupts = <13 4>; | ||
}; |
33 changes: 33 additions & 0 deletions
33
tests/arch/arm/arm_irq_zero_latency_levels/boards/cy8cproto_063_ble.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
* Copyright (c) 2024 Cypress Semiconductor Corporation. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/* Changed default interrupts priority for GPIO to 4 */ | ||
&gpio_prt0 { | ||
interrupts = <0 4>; | ||
}; | ||
|
||
&gpio_prt5 { | ||
interrupts = <5 4>; | ||
}; | ||
|
||
&gpio_prt6 { | ||
interrupts = <6 4>; | ||
}; | ||
|
||
&gpio_prt7 { | ||
interrupts = <7 4>; | ||
}; | ||
|
||
&gpio_prt9 { | ||
interrupts = <9 4>; | ||
}; | ||
|
||
&gpio_prt10 { | ||
interrupts = <10 4>; | ||
}; | ||
|
||
&gpio_prt12 { | ||
interrupts = <12 4>; | ||
}; |
21 changes: 21 additions & 0 deletions
21
tests/arch/arm/arm_irq_zero_latency_levels/boards/cyw920829m2evk_02.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* Copyright (c) 2024 Cypress Semiconductor Corporation. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/* Changed default interrupts priority for GPIO to 4 */ | ||
&gpio_prt0 { | ||
interrupts = <0 4>; | ||
}; | ||
|
||
&gpio_prt1 { | ||
interrupts = <1 4>; | ||
}; | ||
|
||
&gpio_prt3 { | ||
interrupts = <3 4>; | ||
}; | ||
|
||
&gpio_prt5 { | ||
interrupts = <5 4>; | ||
}; |