Lines Matching +full:mdc +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/mdio-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MDIO on GPIOs
10 - Andrew Lunn <andrew@lunn.ch>
11 - Heiner Kallweit <hkallweit1@gmail.com>
12 - Russell King <linux@armlinux.org.uk>
15 - $ref: mdio.yaml#
20 - virtual,mdio-gpio
21 - microchip,mdio-smi0
23 "#address-cells":
26 "#size-cells":
29 gpios:
32 - description: MDC
33 - description: MDIO
34 - description: MDO
36 # Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases"
42 - |
44 mdio-gpio0 = &mdio0;
48 compatible = "virtual,mdio-gpio";
49 #address-cells = <1>;
50 #size-cells = <0>;
51 gpios = <&qe_pio_a 11>,
53 ethphy0: ethernet-phy@0 {