Lines Matching +full:- +full:- +full:pfuze3000
1 // SPDX-License-Identifier: GPL-2.0+
7 #include <asm/arch/imx-regs.h>
8 #include <asm/arch/mx7-pins.h>
11 #include <asm/mach-imx/iomux-v3.h>
23 #include <asm/mach-imx/mxc_i2c.h>
56 return (bus == 2 && cs == 0) ? (IMX_GPIO_NR(6, 22)) : -1; in board_spi_cs_gpio()
67 gd->ram_size = PHYS_SDRAM_SIZE; in dram_init()
204 devno--; in board_mmc_get_env_dev()
226 return -ENODEV; in board_eth_init()
230 if (ret && ret != -EBUSY) { in board_eth_init()
255 clrsetbits_le32(&iomuxc_gpr_regs->gpr[1], in setup_fec()
271 if (phydev->drv->config) in board_phy_config()
272 phydev->drv->config(phydev); in board_phy_config()
297 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
328 ret = pmic_get("pfuze3000", &dev); in power_init_board()
329 if (ret == -ENODEV) in power_init_board()
336 printf("PMIC: PFUZE3000 DEV_ID=0x%x REV_ID=0x%x\n", dev_id, rev_id); in power_init_board()
362 clrsetbits_le16(&wdog->wcr, 0, 0x10); in board_late_init()
374 mode = "non-secure"; in checkboard()