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