Lines Matching +full:device +full:- +full:sram
1 # SPDX-License-Identifier: GPL-2.0
3 ---
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
29 allwinner,sram:
30 description: Phandle to the device SRAM
31 $ref: /schemas/types.yaml#/definitions/phandle-array
34 - compatible
35 - reg
36 - interrupts
37 - clocks
38 - phy-handle
39 - allwinner,sram
44 - |
46 compatible = "allwinner,sun4i-a10-emac";
50 phy-handle = <&phy0>;
51 allwinner,sram = <&emac_sram 1>;