Mateusz Kulikowski | 2507d82 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 1 | if ARCH_SNAPDRAGON |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "snapdragon" |
| 5 | |
Ramon Fried | 8a1ed60 | 2018-05-28 23:55:49 +0300 | [diff] [blame] | 6 | config SYS_MALLOC_F_LEN |
| 7 | default 0x2000 |
| 8 | |
| 9 | config SPL_SYS_MALLOC_F_LEN |
| 10 | default 0x2000 |
| 11 | |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 12 | choice |
| 13 | prompt "Snapdragon board select" |
| 14 | |
| 15 | config TARGET_DRAGONBOARD410C |
| 16 | bool "96Boards Dragonboard 410C" |
Ramon Fried | 63596f0 | 2018-09-21 13:35:46 +0300 | [diff] [blame] | 17 | select BOARD_LATE_INIT |
Stephan Gerhold | 2279dde | 2021-07-07 11:06:02 +0200 | [diff] [blame] | 18 | select ENABLE_ARM_SOC_BOOT0_HOOK |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 19 | help |
| 20 | Support for 96Boards Dragonboard 410C. This board complies with |
| 21 | 96Board Open Platform Specifications. Features: |
| 22 | - Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306) |
| 23 | - 1GiB RAM |
| 24 | - 8GiB eMMC, uSD slot |
| 25 | - WiFi, Bluetooth and GPS module |
| 26 | - 2x Host, 1x Device USB port |
| 27 | - HDMI |
| 28 | - 20-pin low speed and 40-pin high speed expanders, 4 LED, 3 buttons |
| 29 | |
Jorge Ramirez-Ortiz | 9f2d1b2 | 2018-01-10 11:33:50 +0100 | [diff] [blame] | 30 | config TARGET_DRAGONBOARD820C |
| 31 | bool "96Boards Dragonboard 820C" |
| 32 | help |
| 33 | Support for 96Boards Dragonboard 820C. This board complies with |
| 34 | 96Board Open Platform Specifications. Features: |
| 35 | - Qualcomm Snapdragon 820C SoC - APQ8096 (4xKyro CPU) |
| 36 | - 3GiB RAM |
| 37 | - 32GiB UFS drive |
| 38 | |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 39 | endchoice |
| 40 | |
| 41 | source "board/qualcomm/dragonboard410c/Kconfig" |
Jorge Ramirez-Ortiz | 9f2d1b2 | 2018-01-10 11:33:50 +0100 | [diff] [blame] | 42 | source "board/qualcomm/dragonboard820c/Kconfig" |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 43 | |
Mateusz Kulikowski | 2507d82 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 44 | endif |