1/*
2 * Copyright 2023 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8 aliases {
9 /* Use the blue LED pin for this test because it supports interrupts */
10 led0 = &user_led1_blue;
11 };
12};
13
14&eirq0_default {
15 group2 {
16 pinmux = <PTE12_EIRQ11>;
17 input-enable;
18 };
19};
20