hwmv2: Convert Seagate Faze board to hwmv2
Convert Faze board Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# Seagate FireCuda Gaming SSD (FaZe) board
|
||||
|
||||
# Copyright (c) 2020, Seagate Technology LLC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_FAZE
|
||||
bool "Seagate FireCuda Gaming SSD (FaZe)"
|
||||
depends on SOC_SERIES_LPC11U6X
|
||||
select SOC_PART_NUMBER_LPC11U67JBD48
|
||||
@@ -1,11 +0,0 @@
|
||||
# Seagate FireCuda Gaming SSD (FaZe) board
|
||||
|
||||
# Copyright (c) 2020, Seagate Technology LLC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_FAZE
|
||||
|
||||
config BOARD
|
||||
default "faze"
|
||||
|
||||
endif # BOARD_FAZE
|
||||
5
boards/seagate/faze/Kconfig.faze
Normal file
5
boards/seagate/faze/Kconfig.faze
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2020, Seagate Technology LLC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_FAZE
|
||||
select SOC_LPC11U67
|
||||
5
boards/seagate/faze/board.yml
Normal file
5
boards/seagate/faze/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: faze
|
||||
vendor: seagate
|
||||
socs:
|
||||
- name: lpc11u67
|
||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@@ -7,8 +7,6 @@
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_BUILD_OUTPUT_HEX=y
|
||||
CONFIG_SOC_SERIES_LPC11U6X=y
|
||||
CONFIG_SOC_LPC11U67=y
|
||||
CONFIG_MAIN_STACK_SIZE=512
|
||||
CONFIG_ISR_STACK_SIZE=768
|
||||
CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1=y
|
||||
Reference in New Issue
Block a user