drivers: eth_mcux: kinetis networking device Tree
Partially replaces Kinetis MCUX driver configuration from Kconfig to Device Tree. Interrputs moved from defines configuration to DT. Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
parent
fc5e23365e
commit
02e217df50
9 changed files with 121 additions and 52 deletions
|
@ -31,13 +31,6 @@ extern "C" {
|
|||
|
||||
#define PERIPH_ADDR_BASE_WDOG 0x40052000 /* Watchdog Timer module */
|
||||
|
||||
/* IRQs */
|
||||
|
||||
#define IRQ_ETH_IEEE1588_TMR 82
|
||||
#define IRQ_ETH_TX 83
|
||||
#define IRQ_ETH_RX 84
|
||||
#define IRQ_ETH_ERR_MISC 85
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <fsl_common.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue