aboutsummaryrefslogtreecommitdiff
path: root/Documentation/powerpc/dts-bindings/gpio/mdio.txt
blob: bc9549529014730bc6abd0cefba2d82824370e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MDIO on GPIOs

Currently defined compatibles:
- virtual,gpio-mdio

MDC and MDIO lines connected to GPIO controllers are listed in the
gpios property as described in section VIII.1 in the following order:

MDC, MDIO.

Example:

mdio {
	compatible = "virtual,mdio-gpio";
	#address-cells = <1>;
	#size-cells = <0>;
	gpios = <&qe_pio_a 11
		 &qe_pio_c 6>;
};