1/*
2 * Copyright (c) 2024 Arrow Electronics.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* Changed default interrupts priority for GPIO to 4 */
8&gpio_prt5 {
9	interrupts = <5 4>;
10};
11
12&gpio_prt10 {
13	interrupts = <10 4>;
14};
15