File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed
samples/subsys/input/input_dump/boards Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
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
+ };
Original file line number Diff line number Diff line change
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
+ };
You can’t perform that action at this time.
0 commit comments