Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
9 changed files with 9 additions and 10 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: kv260_r5 |
||||
vendor: AMD |
||||
socs: |
||||
- name: zynqmp_rpu |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
@ -1,18 +1,16 @@
@@ -1,18 +1,16 @@
|
||||
CONFIG_SOC_XILINX_ZYNQMP_RPU=y |
||||
CONFIG_BOARD_KV260_R5=y |
||||
CONFIG_XIP=n |
||||
|
||||
CONFIG_ISR_STACK_SIZE=512 |
||||
CONFIG_THREAD_STACK_INFO=y |
||||
|
||||
# enable uart driver |
||||
# Enable UART driver |
||||
CONFIG_SERIAL=y |
||||
|
||||
# enable console |
||||
# Enable console |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_UART_CONSOLE=y |
||||
|
||||
# enable serial port |
||||
# Enable serial port |
||||
CONFIG_UART_XLNX_PS=y |
||||
|
||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000 |
Loading…
Reference in new issue