Skip to content

Commit d350cde

Browse files
mcuxtedkartben
authored andcommitted
test: added input_dume test implementation.
added gpio_kpp test implementation. Signed-off-by: Qiang Zhang <[email protected]>
1 parent be362de commit d350cde

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
kpp = &kpp;
10+
};
11+
};
12+
13+
&pinctrl {
14+
kpp_default: kpp_default {
15+
group0 {
16+
pinmux = <&iomuxc_gpio_sd_b1_00_kpp_row7
17+
&iomuxc_gpio_sd_b1_01_kpp_col7
18+
&iomuxc_gpio_sd_b1_02_kpp_row6
19+
&iomuxc_gpio_sd_b1_03_kpp_col6>;
20+
drive-strength = "high";
21+
bias-pull-up;
22+
slew-rate = "fast";
23+
};
24+
};
25+
};
26+
27+
&kpp {
28+
pinctrl-0 = <&kpp_default>;
29+
pinctrl-names = "default";
30+
status = "okay";
31+
};
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
kpp = &kpp;
10+
};
11+
};
12+
13+
&pinctrl {
14+
kpp_default: kpp_default {
15+
group0 {
16+
pinmux = <&iomuxc_gpio_sd_b1_00_kpp_row7
17+
&iomuxc_gpio_sd_b1_01_kpp_col7
18+
&iomuxc_gpio_sd_b1_02_kpp_row6
19+
&iomuxc_gpio_sd_b1_03_kpp_col6>;
20+
drive-strength = "high";
21+
bias-pull-up;
22+
slew-rate = "fast";
23+
};
24+
};
25+
};
26+
27+
&kpp {
28+
pinctrl-0 = <&kpp_default>;
29+
pinctrl-names = "default";
30+
status = "okay";
31+
};

0 commit comments

Comments
 (0)