blob: e6cba66578d9d660a1431f038a2ad8ad0a1e76e9 [file] [log] [blame]
Andy Yan2d982da2017-06-01 18:00:55 +08001if ROCKCHIP_RV1108
2
Andy Yand6e658c2017-06-01 18:01:31 +08003config TARGET_EVB_RV1108
4 bool "EVB_RV1108"
5 help
6 RV1108 EVB is a evaluation board for Rockchp RV1108.
7
8 Key features of the board include:
9 * one macro USB OTG port
10 * one USB HOST port
11 * one RS232 to USB port route to UART2 as debug port
12 * MIPI screen with resolution 720 x 1280
13 * 128M DDR3
14 * 64M SPI Nor Flash
15 * macro SD card interface
16 * HDMI output
17 * 10/100 Mbps Ethernet
18 * camera interface compatible with imx323 / ov2710 / ov4689
19
Andy Yan2d982da2017-06-01 18:00:55 +080020config SYS_SOC
21 default "rockchip"
22
23config SYS_MALLOC_F_LEN
24 default 0x400
25
Andy Yand6e658c2017-06-01 18:01:31 +080026source board/rockchip/evb_rv1108/Kconfig
27
Andy Yan2d982da2017-06-01 18:00:55 +080028endif