Skip to content

Commit 5603c09

Browse files
alrodlimkartben
authored andcommitted
boards: nxp: frdm_mcxa153: fix button GPIO signals
Corrects the signals in the board devicetree Signed-off-by: Alex Rodriguez <alejandro.rodriguezlimon@nxp.com>
1 parent 5ac2bac commit 5603c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/nxp/frdm_mcxa153/frdm_mcxa153.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656

5757
user_button_2: button_2 {
5858
label = "User SW2";
59-
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
59+
gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
6060
zephyr,code = <INPUT_KEY_0>;
6161
};
6262

6363
user_button_3: button_3 {
6464
label = "User SW3";
65-
gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
65+
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
6666
zephyr,code = <INPUT_KEY_1>;
6767
};
6868
};

0 commit comments

Comments
 (0)