Lines Matching +full:owl +full:- +full:emac
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/actions,owl-emac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Actions Semi Owl SoCs Ethernet MAC Controller
10 - Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
13 This Ethernet MAC is used on the Owl family of SoCs from Actions Semi.
15 IEEE 802.3 CSMA/CD standard, supporting both half-duplex and full-duplex
19 - $ref: ethernet-controller.yaml#
24 - const: actions,owl-emac
25 - items:
26 - enum:
27 - actions,s500-emac
28 - const: actions,owl-emac
40 clock-names:
43 - const: eth
44 - const: rmii
59 - compatible
60 - reg
61 - interrupts
62 - clocks
63 - clock-names
64 - resets
65 - phy-mode
66 - phy-handle
71 - |
72 #include <dt-bindings/clock/actions,s500-cmu.h>
73 #include <dt-bindings/interrupt-controller/arm-gic.h>
74 #include <dt-bindings/reset/actions,s500-reset.h>
77 compatible = "actions,s500-emac", "actions,owl-emac";
81 clock-names = "eth", "rmii";
83 phy-mode = "rmii";
84 phy-handle = <ð_phy>;
87 #address-cells = <1>;
88 #size-cells = <0>;
90 eth_phy: ethernet-phy@3 {
92 interrupt-parent = <&sirq>;