Lines Matching +full:- +full:- +full:pfuze3000
1 // SPDX-License-Identifier: GPL-2.0+
10 #include <asm/arch/imx-regs.h>
12 #include <asm/arch/mx6-pins.h>
15 #include <asm/mach-imx/iomux-v3.h>
73 * According to KSZ8081MNX-RNB manual: in board_eth_init()
75 * minimum of 500μs. The strap-in pin values are read and updated in board_eth_init()
76 * at the de-assertion of reset. in board_eth_init()
82 * According to KSZ8081MNX-RNB manual: in board_eth_init()
83 * After the de-assertion of reset, wait a minimum of 100μs before in board_eth_init()
96 clrsetbits_le32(&iomuxc_regs->gpr[1], IOMUX_GPR1_FEC2_MASK, in setup_fec()
112 if (phydev->drv->config) in board_phy_config()
113 phydev->drv->config(phydev); in board_phy_config()
120 gd->ram_size = imx_ddr_size(); in dram_init()
160 ret = pmic_get("pfuze3000", &dev); in power_init_board()
161 if (ret == -ENODEV) in power_init_board()
168 printf("PMIC: PFUZE3000 DEV_ID=0x%x REV_ID=0x%x\n", dev_id, rev_id); in power_init_board()
199 return -EINVAL; in board_ehci_hcd_init()
213 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
223 puts("Board: PICO-IMX6UL-EMMC\n"); in checkboard()