Skip to content

Commit

Permalink
[Telink]: Changed application pin from PF6 to PE5
Browse files Browse the repository at this point in the history
Changed application pin from PF6 to PE5

Signed-off-by: Misha Tkachenko <[email protected]>
  • Loading branch information
mishadesh committed Oct 25, 2023
1 parent e187ffb commit 2bb8616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/platform/telink/tlsr9528a.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
gpios = <&gpiod 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
key_4: button_4 {
gpios = <&gpiof 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
gpios = <&gpioe 5 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};

key_matrix_col1: key_matrix_col1 {
Expand Down
2 changes: 1 addition & 1 deletion src/platform/telink/tlsr9528a_retention.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
gpios = <&gpiod 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
key_4: button_4 {
gpios = <&gpiof 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
gpios = <&gpioe 5 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};

key_matrix_col1: key_matrix_col1 {
Expand Down

0 comments on commit 2bb8616

Please sign in to comment.