1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/net/allwinner,sun4i-a10-emac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 EMAC Ethernet Controller Device Tree Bindings
10 - $ref: "ethernet-controller.yaml#"
13 - Chen-Yu Tsai <wens@csie.org>
14 - Maxime Ripard <mripard@kernel.org>
18 const: allwinner,sun4i-a10-emac
30 description: Phandle to the device SRAM
31 $ref: /schemas/types.yaml#/definitions/phandle-array
41 unevaluatedProperties: false
45 emac: ethernet@1c0b000 {
46 compatible = "allwinner,sun4i-a10-emac";
47 reg = <0x01c0b000 0x1000>;
49 clocks = <&ahb_gates 17>;
51 allwinner,sram = <&emac_sram 1>;