1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/net/allwinner,sun7i-a20-gmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A20 GMAC Device Tree Bindings
10 - $ref: "snps,dwmac.yaml#"
13 - Chen-Yu Tsai <wens@csie.org>
14 - Maxime Ripard <mripard@kernel.org>
18 const: allwinner,sun7i-a20-gmac
31 - description: GMAC main clock
32 - description: TX clock
37 - const: allwinner_gmac_tx
52 unevaluatedProperties: false
56 gmac: ethernet@1c50000 {
57 compatible = "allwinner,sun7i-a20-gmac";
58 reg = <0x01c50000 0x10000>;
59 interrupts = <0 85 1>;
60 interrupt-names = "macirq";
61 clocks = <&ahb_gates 49>, <&gmac_tx>;
62 clock-names = "stmmaceth", "allwinner_gmac_tx";