blob: a3bd16799dfd13cdf3b5c924ee97e94fcd969a0e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Felipe Balbie71de542017-07-06 14:41:52 +03002#
3# Copyright (c) 2017 Intel Corporation
Felipe Balbie71de542017-07-06 14:41:52 +03004
5config INTEL_TANGIER
6 bool
7 depends on INTEL_MID
Bin Meng71305b42017-07-30 06:23:22 -07008 imply INTEL_MID_SERIAL
9 imply MMC
10 imply MMC_SDHCI
11 imply MMC_SDHCI_SDMA
12 imply MMC_SDHCI_TANGIER
13 imply TANGIER_WATCHDOG
Bin Mengb9342b22017-07-30 06:23:27 -070014 imply USB
Bin Meng71305b42017-07-30 06:23:22 -070015 imply USB_DWC3
Felipe Balbie71de542017-07-06 14:41:52 +030016
Bin Meng438505f2017-08-20 04:33:46 -070017if INTEL_TANGIER
18
Felipe Balbie71de542017-07-06 14:41:52 +030019config SYS_CAR_ADDR
20 hex
21 default 0x19200000
22
23config SYS_CAR_SIZE
24 hex
25 default 0x4000
26 help
27 Space in bytes in eSRAM used as Cache-As-RAM (CAR).
28 Note this size must not exceed eSRAM's total size.
Andy Shevchenko495f3772017-07-06 14:41:53 +030029
30config SYS_USB_OTG_BASE
31 hex
32 default 0xf9100000
Bin Meng438505f2017-08-20 04:33:46 -070033
34endif