Lines Matching +full:- +full:- +full:pfuze3000
6 * SPDX-License-Identifier: GPL-2.0+
11 #include <asm/arch/imx-regs.h>
13 #include <asm/arch/mx6-pins.h>
16 #include <asm/mach-imx/iomux-v3.h>
17 #include <asm/mach-imx/mxc_i2c.h>
102 * According to KSZ8081MNX-RNB manual: in board_eth_init()
104 * minimum of 500μs. The strap-in pin values are read and updated in board_eth_init()
105 * at the de-assertion of reset. in board_eth_init()
111 * According to KSZ8081MNX-RNB manual: in board_eth_init()
112 * After the de-assertion of reset, wait a minimum of 100μs before in board_eth_init()
125 clrsetbits_le32(&iomuxc_regs->gpr[1], IOMUX_GPR1_FEC2_MASK, in setup_fec()
141 if (phydev->drv->config) in board_phy_config()
142 phydev->drv->config(phydev); in board_phy_config()
149 gd->ram_size = imx_ddr_size(); in dram_init()
224 pfuze = pmic_get("PFUZE3000"); in power_init_board()
231 printf("PMIC: PFUZE3000 DEV_ID=0x%x REV_ID=0x%x\n", reg, rev_id); in power_init_board()
262 return -EINVAL; in board_ehci_hcd_init()
276 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
290 puts("Board: PICO-IMX6UL-EMMC\n"); in checkboard()