diff options
| author | [email protected] <[email protected]> | 2016-07-26 18:28:29 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-07-31 07:24:20 -0600 |
| commit | d7ca67b7cdd67f79637a8a0097277a68294fa3d8 (patch) | |
| tree | 87077a1e3fd84a2ba73427b54f414b6a106c0cb2 /doc | |
| parent | cba6bb1b74133060207192fba55e650d5744ed39 (diff) | |
rockchip: add basic support for fennec-rk3288 board
Fennec is a RK3288-based development board with 2 USB ports, HDMI,
micro-SD card, audio and WiFi and Gigabit Ethernet. It also includes
on-board 8GB eMMC and 2GB of SDRAM. Expansion connectors provides access
to display pins, I2C, SPI, UART and GPIOs.
Signed-off-by: Ziyuan Xu <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.rockchip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index c218a8b547f..1e449178705 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -36,12 +36,13 @@ You will need: Building ======== -At present four RK3288 boards are supported: +At present five RK3288 boards are supported: - Firefly RK3288 - use firefly-rk3288 configuration - Radxa Rock 2 - use rock2 configuration - Hisense Chromebook - use chromebook_jerry configuration - EVB RK3288 - use evb-rk3288 configuration + - Fennec RK3288 - use fennec-rk3288 configuration Two RK3036 board are supported: |
