Skip to content

Commit

Permalink
samples: mf4005_shell: add st nucleo g474re
Browse files Browse the repository at this point in the history
board as example of supported hardware for this sample

Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
  • Loading branch information
uLipe committed Sep 26, 2024
1 parent 7f95e44 commit efb3ba2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions samples/mf4005_shell/boards/nucleo_g474re.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* Copyright (c) 2024 Felipe Neves
*
* SPDX-License-Identifier: Apache-2.0
*/
&fdcan1 {
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
pinctrl-names = "default";
status = "okay";
bus-speed = <1000000>;
status = "okay";
};

0 comments on commit efb3ba2

Please sign in to comment.