• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (c) 2017 Intel Corporation
4
5config INTEL_TANGIER
6	bool
7	depends on INTEL_MID
8	imply INTEL_MID_SERIAL
9	imply MMC
10	imply MMC_SDHCI
11	imply MMC_SDHCI_SDMA
12	imply MMC_SDHCI_TANGIER
13	imply USB
14	imply USB_DWC3
15
16if INTEL_TANGIER
17
18config SYS_CAR_ADDR
19	hex
20	default 0x19200000
21
22config SYS_CAR_SIZE
23	hex
24	default 0x4000
25	help
26	  Space in bytes in eSRAM used as Cache-As-RAM (CAR).
27	  Note this size must not exceed eSRAM's total size.
28
29config SYS_USB_OTG_BASE
30	hex
31	default 0xf9100000
32
33endif
34