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:
Andrei Gansari 2018-09-27 15:23:06 +03:00 committed by Kumar Gala
commit 02e217df50
9 changed files with 121 additions and 52 deletions

View file

@ -393,6 +393,22 @@
status = "disabled";
label = "USBD";
};
eth: ethernet@400C0004 {
compatible = "nxp,kinetis-ethernet";
reg = <0x400C0004 0x620>;
interrupts = <83 0>, <84 0>, <85 0>;
interrupts-names = "TX", "RX", "ERR_MISC";
status = "disabled";
local-mac-address = [00 00 00 00 00 00];
label = "ETH_0";
ptp {
compatible = "nxp,kinetis-ptp";
status = "disabled";
interrupts = <82 0>;
interrupts-names = "IEEE1588_TMR";
};
};
};
};