1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/net/allwinner,sun4i-a10-mdio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 MDIO Controller Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
16 # Select every compatible, including the deprecated ones. This way, we
17 # will be able to report a warning when we have that compatible, since
18 # we will validate the node thanks to the select, but won't report it
19 # as a valid value in the compatible property description
24 - allwinner,sun4i-a10-mdio
27 - allwinner,sun4i-mdio
40 const: allwinner,sun4i-a10-mdio
46 description: PHY regulator
52 unevaluatedProperties: false
57 compatible = "allwinner,sun4i-a10-mdio";
58 reg = <0x01c0b080 0x14>;
61 phy-supply = <®_emac_3v3>;
63 phy0: ethernet-phy@0 {