File tree Expand file tree Collapse file tree 6 files changed +182
-0
lines changed
arm_irq_advanced_features/boards
arm_irq_zero_latency_levels/boards Expand file tree Collapse file tree 6 files changed +182
-0
lines changed Original file line number Diff line number Diff line change 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+ };
Original file line number Diff line number Diff line change 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+ };
Original file line number Diff line number Diff line change 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+ };
Original file line number Diff line number Diff line change 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+ };
Original file line number Diff line number Diff line change 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+ };
Original file line number Diff line number Diff line change 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+ };
You can’t perform that action at this time.
0 commit comments