| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/net/allwinner,sun4i-a10-emac.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Allwinner A10 EMAC Ethernet Controller Device Tree Bindings |
| - $ref: "ethernet-controller.yaml#" |
| - Chen-Yu Tsai <wens@csie.org> |
| - Maxime Ripard <maxime.ripard@bootlin.com> |
| const: allwinner,sun4i-a10-emac |
| description: Phandle to the device SRAM |
| $ref: /schemas/types.yaml#/definitions/phandle-array |
| compatible = "allwinner,sun4i-a10-emac"; |
| reg = <0x01c0b000 0x1000>; |
| clocks = <&ahb_gates 17>; |
| allwinner,sram = <&emac_sram 1>; |
| # FIXME: We should set it, but it would report all the generic |
| # properties as additional properties. |
| # additionalProperties: false |