1# Copyright 2023 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 NXP S32 GMAC MDIO controller. 6 7 Driver for the GMAC Station Management Agent (SMA), which is a two wire 8 interface (MDC/MDIO), implemented as per IEEE 802.3 specification. SMA 9 supports both MDIO Clause 45 and Clause 22 frame structure. 10 11compatible: "nxp,s32-gmac-mdio" 12 13include: [mdio-controller.yaml, pinctrl-device.yaml] 14 15properties: 16 pinctrl-0: 17 required: true 18 19 pinctrl-names: 20 required: true 21 22 clocks: 23 required: true 24