Skip to content

Commit 75c5043

Browse files
duynguyenxakartben
authored andcommitted
boards: renesas: rsk_rx130: Add missing ioport node define
Board device tree is missing ioport3 status set okay for button. Add missing ioport3 enable Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent 8322b22 commit 75c5043

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

boards/renesas/rsk_rx130/rsk_rx130.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
compatible = "gpio-keys";
4141

4242
sw1: button {
43-
label = "Key";
43+
label = "sw1";
4444
gpios = <&ioport3 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
4545
zephyr,code = <INPUT_KEY_0>;
4646
};
@@ -75,6 +75,10 @@
7575
status = "okay";
7676
};
7777

78+
&ioport3 {
79+
status = "okay";
80+
};
81+
7882
&ioportd {
7983
status = "okay";
8084
};

0 commit comments

Comments
 (0)