34#ifndef GRETH_PARAM_BASE
35# define GRETH_PARAM_BASE (0xff984000UL)
38#ifndef GRETH_PARAM_IRQ
39# define GRETH_PARAM_IRQ (5U)
42#ifndef GRETH_PARAM_MAC
44# define GRETH_PARAM_MAC { 0x02, 0x00, 0x00, 0x00, 0x00, 0x01 }
49# define GRETH_PARAMS { .base_addr = GRETH_PARAM_BASE, \
50 .irq = GRETH_PARAM_IRQ, \
51 .mac = GRETH_PARAM_MAC }
Interface definitions for the GRETH Ethernet driver.
#define GRETH_PARAMS
Driver initialization parameter set.
static const greth_params_t greth_params[]
GRETH device configuration table.
GRETH driver parameters (board-level configuration)