blob: b2ba896e9b41e36f0b57ff2d67165883990e1b9b [file] [log] [blame]
Michal Simekb513bcd2018-04-12 17:39:46 +02001# SPDX-License-Identifier: GPL-2.0
2
3if ARCH_ZYNQMP_R5
4
5config SYS_BOARD
6 string "Board name"
7 default "zynqmp_r5"
8
9config SYS_VENDOR
10 string "Vendor name"
11 default "xilinx"
12
13config SYS_SOC
14 default "zynqmp-r5"
15
Tom Rini28d45a32021-12-17 18:08:42 -050016config CPU_FREQ_HZ
17 int "CPU frequency"
18 default 800000000
19 help
20 The value, in Hz, that the CPU clock is running at.
21
Michal Simekb513bcd2018-04-12 17:39:46 +020022config SYS_MALLOC_F_LEN
23 default 0x600
24
25endif