/* SPDX-License-Identifier: GPL-2.0-only */ /* * Header for code common to all DaVinci machines. * * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> * * 2007 (c) MontaVista Software, Inc.
*/
/* * SoC info passed into common davinci modules. * * Base addresses in this structure should be physical and not virtual. * Modules that take such base addresses, should internally ioremap() them to * use.
*/ struct davinci_soc_info { struct map_desc *io_desc; unsignedlong io_desc_num;
u32 cpu_id;
u32 jtag_id;
u32 jtag_id_reg; struct davinci_id *ids; unsignedlong ids_num;
u32 pinmux_base; conststruct mux_config *pinmux_pins; unsignedlong pinmux_pins_num; int gpio_type;
u32 gpio_base; unsigned gpio_num; unsigned gpio_irq; unsigned gpio_unbanked;
dma_addr_t sram_dma; unsigned sram_len;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.