Lines Matching +full:dsp +full:- +full:gpio2

2  * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
9 * SPDX-License-Identifier: GPL-2.0+
19 #include <asm/ti-common/davinci_nand.h>
26 #include <asm/mach-types.h>
48 #define CFG_MAC_ADDR_OFFSET (flash->size - SZ_64K)
59 printf("Error - unable to probe SPI flash.\n"); in get_mac_addr()
60 return -1; in get_mac_addr()
65 printf("Error - unable to read MAC address from SPI flash.\n"); in get_mac_addr()
66 return -1; in get_mac_addr()
79 mdstat = &psc_regs->psc0.mdstat[id]; in dsp_lpsc_on()
80 mdctl = &psc_regs->psc0.mdctl[id]; in dsp_lpsc_on()
81 ptstat = &psc_regs->ptstat; in dsp_lpsc_on()
82 ptcmd = &psc_regs->ptcmd; in dsp_lpsc_on()
109 if (hwconfig_subarg_cmp_f("dsp", "wake", "no", NULL)) in dspwake()
112 *resetvect++ = 0x1E000; /* DSP Idle */ in dspwake()
116 /* setup the DSP reset vector */ in dspwake()
204 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
213 /* Add slot-0 to mmc subsystem */ in board_mmc_init()
281 * get_board_rev() - setup to pass kernel board revision information
283 * bit[0-3] Maximum cpu clock rate supported by onboard SoC
284 * 0000b - 300 MHz
285 * 0001b - 372 MHz
286 * 0010b - 408 MHz
287 * 0011b - 456 MHz
316 * assuming here that the DSP bootloader has set the IOPU in board_early_init_f()
331 * NAND CS setup - cycle counts based on da850evm NAND timings in the in board_init()
342 &davinci_emif_regs->ab2cr); /* CS3 */ in board_init()
346 gd->bd->bi_arch_number = MACH_TYPE_DAVINCI_DA850_EVM; in board_init()
349 gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR; in board_init()
352 writel(readl(&davinci_syscfg_regs->suspsrc) & in board_init()
356 &davinci_syscfg_regs->suspsrc); in board_init()
385 &davinci_uart2_ctrl_regs->pwremu_mgmt); in board_init()
396 * DA850/OMAP-L138 EVM can interface to a daughter card for
402 * polarity and direction of the ports. P07-P05 are used here.
408 * clock is controlled via GPIO2[6].
426 /* Set polarity to non-inverted */ in rmii_hw_init()
436 /* Configure P07-P05 as outputs */ in rmii_hw_init()
477 * Initializes on-board ethernet controllers.
488 return -1; in board_eth_init()