mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-15 00:26:42 +08:00
nexus-devices: Use FDT for qoriq BSPs
This commit is contained in:
parent
de8a76da2f
commit
334019da73
@ -112,10 +112,10 @@ RTEMS_BSD_DRIVER_REPHY;
|
|||||||
|
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
|
|
||||||
RTEMS_BSD_DRIVER_TSEC(0xffeb0000,
|
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
|
||||||
QORIQ_IRQ_ETSEC_TX_1,
|
SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
|
||||||
QORIQ_IRQ_ETSEC_RX_1,
|
SYSINIT_DRIVER_REFERENCE(tsec, simplebus);
|
||||||
QORIQ_IRQ_ETSEC_ER_1);
|
SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
|
||||||
|
|
||||||
#endif /* !QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT) */
|
#endif /* !QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT) */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user