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