Lines Matching +full:synquacer +full:- +full:netsec
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/socionext,synquacer-netsec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Socionext NetSec Ethernet Controller IP
10 - Jassi Brar <[email protected]>
11 - Ilias Apalodimas <[email protected]>
14 - $ref: ethernet-controller.yaml#
18 const: socionext,synquacer-netsec
22 - description: control register area
23 - description: EEPROM holding the MAC address and microengine firmware
28 clock-names:
31 dma-coherent: true
40 - compatible
41 - reg
42 - clocks
43 - clock-names
44 - interrupts
45 - mdio
50 - |
51 #include <dt-bindings/interrupt-controller/arm-gic.h>
54 compatible = "socionext,synquacer-netsec";
58 clock-names = "phy_ref_clk";
59 phy-mode = "rgmii";
60 max-speed = <1000>;
61 max-frame-size = <9000>;
62 phy-handle = <&phy1>;
65 #address-cells = <1>;
66 #size-cells = <0>;
67 phy1: ethernet-phy@1 {
68 compatible = "ethernet-phy-ieee802.3-c22";