Home | History | Annotate | Download | only in tangier
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # Copyright (c) 2017 Intel Corporation
      4 
      5 config 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 TANGIER_WATCHDOG
     14 	imply USB
     15 	imply USB_DWC3
     16 
     17 if INTEL_TANGIER
     18 
     19 config SYS_CAR_ADDR
     20 	hex
     21 	default 0x19200000
     22 
     23 config 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.
     29 
     30 config SYS_USB_OTG_BASE
     31 	hex
     32 	default 0xf9100000
     33 
     34 endif
     35