drivers: mdio: add support for NXP S32 NETC EMDIO

Introduce NXP S32 NETC External MDIO controller driver. Driver supports
a single instance, as current support is based on NXP S32Z/E SoCs.

Signed-off-by: Manuel Arguelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Arguelles 2022-11-29 09:51:33 +07:00 committed by Carles Cufí
commit 1d6452c57b
6 changed files with 142 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Copyright 2022 NXP
# SPDX-License-Identifier: Apache-2.0
config MDIO_NXP_S32_NETC
bool "NXP S32 NETC External MDIO driver"
default y
depends on DT_HAS_NXP_S32_NETC_EMDIO_ENABLED
select NOCACHE_MEMORY
help
Enable NETC External MDIO Controller driver for NXP S32 SoCs.