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};
38