Lines Matching +full:aips +full:- +full:bus
1 // SPDX-License-Identifier: GPL-2.0+
7 * Author: Markus Niebel <markus.niebel@tq-group.com>
11 #include <asm/arch/mx6-pins.h>
12 #include <asm/arch/imx-regs.h>
18 #include <asm/mach-imx/mxc_i2c.h>
19 #include <asm/mach-imx/spi.h>
54 gd->ram_size = imx_ddr_size(); in dram_init()
79 * (U-Boot device node) (Physical Port)
90 struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv; in board_mmc_getcd()
93 if (cfg->esdhc_base == USDHC3_BASE_ADDR) in board_mmc_getcd()
104 struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv; in board_mmc_getwp()
107 if (cfg->esdhc_base == USDHC3_BASE_ADDR) in board_mmc_getwp()
159 int board_spi_cs_gpio(unsigned bus, unsigned cs) in board_spi_cs_gpio() argument
161 return ((bus == CONFIG_SF_DEFAULT_BUS) && in board_spi_cs_gpio()
162 (cs == CONFIG_SF_DEFAULT_CS)) ? TQMA6_SF_CS_GPIO : -1; in board_spi_cs_gpio()
188 * use logical index for bus, e.g. I2C1 -> 0 in tqma6_setup_i2c()
204 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
281 fdt_fixup_memory(blob, (u64)PHYS_SDRAM, (u64)gd->ram_size); in ft_board_setup()
284 "/soc/aips-bus@02100000/usdhc@02198000", in ft_board_setup()