From efb3ba2ee184d7d3680a409a34b56a2951317050 Mon Sep 17 00:00:00 2001 From: Felipe Neves Date: Thu, 26 Sep 2024 15:30:41 -0300 Subject: [PATCH] samples: mf4005_shell: add st nucleo g474re board as example of supported hardware for this sample Signed-off-by: Felipe Neves --- samples/mf4005_shell/boards/nucleo_g474re.overlay | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 samples/mf4005_shell/boards/nucleo_g474re.overlay diff --git a/samples/mf4005_shell/boards/nucleo_g474re.overlay b/samples/mf4005_shell/boards/nucleo_g474re.overlay new file mode 100644 index 0000000..725f409 --- /dev/null +++ b/samples/mf4005_shell/boards/nucleo_g474re.overlay @@ -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"; +};