Merge branch '2020-05-07-more-kconfig-migrations'
[oweals/u-boot.git] / include / configs / ls1012aqds.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2016 Freescale Semiconductor, Inc.
4  */
5
6 #ifndef __LS1012AQDS_H__
7 #define __LS1012AQDS_H__
8
9 #include "ls1012a_common.h"
10
11 /* DDR */
12 #define CONFIG_DIMM_SLOTS_PER_CTLR      1
13 #define CONFIG_CHIP_SELECTS_PER_CTRL    1
14 #define CONFIG_SYS_SDRAM_SIZE           0x40000000
15 #define CONFIG_CMD_MEMINFO
16
17 /*
18  * QIXIS Definitions
19  */
20 #define CONFIG_FSL_QIXIS
21
22 #ifdef CONFIG_FSL_QIXIS
23 #define CONFIG_QIXIS_I2C_ACCESS
24 #define CONFIG_SYS_I2C_FPGA_ADDR        0x66
25 #define QIXIS_LBMAP_BRDCFG_REG          0x04
26 #define QIXIS_LBMAP_SWITCH              6
27 #define QIXIS_LBMAP_MASK                0x08
28 #define QIXIS_LBMAP_SHIFT               0
29 #define QIXIS_LBMAP_DFLTBANK            0x00
30 #define QIXIS_LBMAP_ALTBANK             0x08
31 #define QIXIS_RST_CTL_RESET             0x31
32 #define QIXIS_RCFG_CTL_RECONFIG_IDLE    0x20
33 #define QIXIS_RCFG_CTL_RECONFIG_START   0x21
34 #define QIXIS_RCFG_CTL_WATCHDOG_ENBLE   0x08
35 #endif
36
37 /*
38  * I2C bus multiplexer
39  */
40 #define I2C_MUX_PCA_ADDR_PRI            0x77
41 #define I2C_MUX_PCA_ADDR_SEC            0x76 /* Secondary multiplexer */
42 #define I2C_RETIMER_ADDR                0x18
43 #define I2C_MUX_CH_DEFAULT              0x8
44 #define I2C_MUX_CH_CH7301               0xC
45 #define I2C_MUX_CH5                     0xD
46 #define I2C_MUX_CH7                     0xF
47
48 #define I2C_MUX_CH_VOL_MONITOR 0xa
49
50 /*
51 * RTC configuration
52 */
53 #define RTC
54 #define CONFIG_RTC_PCF8563 1
55 #define CONFIG_SYS_I2C_RTC_ADDR         0x51  /* Channel 3*/
56
57 /* EEPROM */
58 #define CONFIG_ID_EEPROM
59 #define CONFIG_SYS_I2C_EEPROM_NXID
60 #define CONFIG_SYS_EEPROM_BUS_NUM    0
61 #define CONFIG_SYS_I2C_EEPROM_ADDR   0x57
62 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN     1
63 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
64 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
65
66
67 /* Voltage monitor on channel 2*/
68 #define I2C_VOL_MONITOR_ADDR           0x40
69 #define I2C_VOL_MONITOR_BUS_V_OFFSET   0x2
70 #define I2C_VOL_MONITOR_BUS_V_OVF      0x1
71 #define I2C_VOL_MONITOR_BUS_V_SHIFT    3
72
73 /* DSPI */
74 #define CONFIG_FSL_DSPI1
75
76 #define MMAP_DSPI          DSPI1_BASE_ADDR
77
78 #define CONFIG_SYS_DSPI_CTAR0   1
79
80 #define CONFIG_SYS_DSPI_CTAR1   (DSPI_CTAR_TRSZ(7) | DSPI_CTAR_PCSSCK_1CLK |\
81                                 DSPI_CTAR_PASC(0) | DSPI_CTAR_PDT(0) | \
82                                 DSPI_CTAR_CSSCK(2) | DSPI_CTAR_ASC(0) | \
83                                 DSPI_CTAR_DT(0))
84 #define CONFIG_SPI_FLASH_SST /* cs1 */
85
86 #define CONFIG_SYS_DSPI_CTAR2   (DSPI_CTAR_TRSZ(7) | DSPI_CTAR_PCSSCK_1CLK |\
87                                 DSPI_CTAR_PASC(0) | DSPI_CTAR_PDT(0) | \
88                                 DSPI_CTAR_CSSCK(0) | DSPI_CTAR_ASC(0) | \
89                                 DSPI_CTAR_DT(0))
90 #define CONFIG_SPI_FLASH_STMICRO /* cs2 */
91
92 #define CONFIG_SYS_DSPI_CTAR3   (DSPI_CTAR_TRSZ(7) | DSPI_CTAR_PCSSCK_1CLK |\
93                                 DSPI_CTAR_PASC(0) | DSPI_CTAR_PDT(0) | \
94                                 DSPI_CTAR_CSSCK(2) | DSPI_CTAR_ASC(0) | \
95                                 DSPI_CTAR_DT(0))
96 #define CONFIG_SPI_FLASH_EON /* cs3 */
97
98 /*  MMC  */
99 #ifdef CONFIG_MMC
100 #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
101 #endif
102
103 #define CONFIG_PCIE1            /* PCIE controller 1 */
104
105 #define CONFIG_PCI_SCAN_SHOW
106
107 #define CONFIG_CMD_MEMINFO
108
109 #include <asm/fsl_secure_boot.h>
110 #endif /* __LS1012AQDS_H__ */