drivers: ethernet: e1000: convert to DT_INST defines
Convert driver to use DT_INST_ defines. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
df45e4df77
commit
836b485377
3 changed files with 5 additions and 9 deletions
|
@ -2,11 +2,6 @@
|
|||
|
||||
/* Board level DTS fixup file */
|
||||
|
||||
#define DT_ETH_E1000_BASE_ADDRESS DT_INTEL_E1000_FEBC0000_BASE_ADDRESS
|
||||
#define DT_ETH_E1000_IRQ DT_INTEL_E1000_FEBC0000_IRQ_0
|
||||
#define DT_ETH_E1000_IRQ_PRIORITY DT_INTEL_E1000_FEBC0000_IRQ_0_PRIORITY
|
||||
#define DT_ETH_E1000_IRQ_FLAGS DT_INTEL_E1000_FEBC0000_IRQ_0_SENSE
|
||||
|
||||
#define DT_FLASH_DEV_NAME DT_ZEPHYR_SIM_FLASH_SIM_FLASH_LABEL
|
||||
|
||||
#define DT_FLASH_SIM_BASE_ADDRESS DT_SOC_NV_FLASH_0_BASE_ADDRESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue