blob: a12216dccf66c7a312661a110c9d98229eea6154 [file] [log] [blame]
Andy Yan2c1e11d2017-06-01 18:00:55 +08001if ROCKCHIP_RV1108
2
Kever Yang5e283872019-07-09 22:14:15 +08003choice
4 prompt "RV1108 board select"
5
Andy Yan2d1951f2017-06-01 18:01:31 +08006config TARGET_EVB_RV1108
7 bool "EVB_RV1108"
8 help
9 RV1108 EVB is a evaluation board for Rockchp RV1108.
10
11 Key features of the board include:
12 * one macro USB OTG port
13 * one USB HOST port
14 * one RS232 to USB port route to UART2 as debug port
15 * MIPI screen with resolution 720 x 1280
16 * 128M DDR3
17 * 64M SPI Nor Flash
18 * macro SD card interface
19 * HDMI output
20 * 10/100 Mbps Ethernet
21 * camera interface compatible with imx323 / ov2710 / ov4689
22
Otavio Salvadore11ef3d2018-12-01 12:05:54 -020023config TARGET_ELGIN_RV1108
24 bool "ELGIN_RV1108"
25 help
26 RV1108 ELGIN is a board based on the Rockchip RV1108.
27
Kever Yang5e283872019-07-09 22:14:15 +080028endchoice
29
Kever Yang476dcb62019-07-09 22:14:20 +080030config ROCKCHIP_BOOT_MODE_REG
31 default 0x10300580
32
Andy Yan2c1e11d2017-06-01 18:00:55 +080033config SYS_SOC
Kever Yangb1b449b2019-03-28 11:01:24 +080034 default "rv1108"
Andy Yan2c1e11d2017-06-01 18:00:55 +080035
36config SYS_MALLOC_F_LEN
37 default 0x400
38
Andy Yan2d1951f2017-06-01 18:01:31 +080039source board/rockchip/evb_rv1108/Kconfig
Otavio Salvadore11ef3d2018-12-01 12:05:54 -020040source board/elgin/elgin_rv1108/Kconfig
Andy Yan2d1951f2017-06-01 18:01:31 +080041
Andy Yan2c1e11d2017-06-01 18:00:55 +080042endif