hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
if ROCKCHIP_RV1108
 
config TARGET_EVB_RV1108
   bool "EVB_RV1108"
   help
     RV1108 EVB is a evaluation board for Rockchp RV1108.
 
     Key features of the board include:
      * one macro USB OTG port
      * one USB HOST port
      * one RS232 to USB port route to UART2 as debug port
      * MIPI screen with resolution 720 x 1280
      * 128M DDR3
      * 64M SPI Nor Flash
      * macro SD card interface
      * HDMI output
      * 10/100 Mbps Ethernet
      * camera interface compatible with imx323 / ov2710 / ov4689
 
config SYS_SOC
   default "rockchip"
 
config SYS_MALLOC_F_LEN
   default 0x400
 
source board/rockchip/evb_rv1108/Kconfig
 
endif