Skip to content

Commit

Permalink
boards: Fix variants and revisions
Browse files Browse the repository at this point in the history
Fixes revisions and variants which do not have the soc name in
the filenames

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm authored and carlescufi committed Mar 1, 2024
1 parent 08e24c3 commit 06fd5c8
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 165 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include "reel_board_2-pinctrl.dtsi"
#include "reel_board_nrf52840_2-pinctrl.dtsi"

/ {
model = "reel board v2";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
56 changes: 0 additions & 56 deletions boards/seagate/legend/legend_25hdd.overlay

This file was deleted.

42 changes: 0 additions & 42 deletions boards/seagate/legend/legend_25ssd.overlay

This file was deleted.

62 changes: 0 additions & 62 deletions boards/seagate/legend/legend_35.overlay

This file was deleted.

7 changes: 3 additions & 4 deletions boards/seagate/legend/legend_defconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# SPDX-License-Identifier: Apache-2.0

# Zephyr Kernel Configuration
# Platform Configuration
# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
# enable console

# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

Expand All @@ -15,5 +14,5 @@ CONFIG_GPIO=y
# Clock Control
CONFIG_CLOCK_CONTROL=y

# enable pin controller
# Enable pin controller
CONFIG_PINCTRL=y
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 06fd5c8

Please sign in to comment.