1# Copyright (c) 2023 Aleksandr Senin 2# SPDX-License-Identifier: Apache-2.0 3 4description: Zephyr MDIO bitbang driver 5 6compatible: "zephyr,mdio-gpio" 7 8include: mdio-controller.yaml 9 10properties: 11 mdc-gpios: 12 type: phandle-array 13 required: true 14 description: GPIO pin for the MDC 15 16 mdio-gpios: 17 type: phandle-array 18 required: true 19 description: GPIO pin for the MDIO 20