Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: teensy4: Add ethernet functionality #78417

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bdkrae
Copy link

@bdkrae bdkrae commented Sep 13, 2024

  • Adds support for Texas Instruments DP83825 RMII 10/100 ethernet transceiver. Driver supports:
    - optional RESET pin
    - optional INT pin
    - config option for 25 or 50MHz RMII clock
  • Updates teensy board configs for use with new eth_nxp_enet.c driver

decsny
decsny previously approved these changes Sep 16, 2024
vaishnavachath
vaishnavachath previously approved these changes Sep 17, 2024
@vaishnavachath vaishnavachath removed their assignment Sep 17, 2024
Bernhard Krämer added 2 commits September 17, 2024 19:50
Includes dt binding

Signed-off-by: Bernhard Krämer <bdkrae@gmail.com>
- Updates teensy board configs for use with new `eth_nxp_enet.c` driver
- Remove ethernet configs from teensy40 (4.0 has no ethernet phy)

Signed-off-by: Bernhard Krämer <bdkrae@gmail.com>
@pdgendt
Copy link
Collaborator

pdgendt commented Sep 18, 2024

Could you add a device entry to tests/drivers/build_all/ethernet/?

@bdkrae
Copy link
Author

bdkrae commented Sep 27, 2024

Could you add a device entry to tests/drivers/build_all/ethernet/?

Yes, but would prefer separate PR as there are some more update tasks regarding tests for this board.

@bdkrae
Copy link
Author

bdkrae commented Sep 27, 2024

@jukkar could you have a look at this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Ethernet platform: TI SimpleLink Texas Instruments SimpleLink MCU
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants