Lines Matching +full:ethernet +full:- +full:phy +full:- +full:ieee802

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell Aquantia Ethernet PHY
10 - Christian Marangi <[email protected]>
13 Marvell Aquantia Ethernet PHY require a firmware to be loaded to actually
17 - Attached SPI flash directly to the PHY with the firmware. The PHY
19 - Read from a dedicated partition on system NAND declared in an
20 NVMEM cell, and loaded to the PHY using its mailbox interface.
21 - Manually provided firmware loaded from a file in the filesystem.
24 - $ref: ethernet-phy.yaml#
31 - ethernet-phy-id03a1.b445
32 - ethernet-phy-id03a1.b460
33 - ethernet-phy-id03a1.b4a2
34 - ethernet-phy-id03a1.b4d0
35 - ethernet-phy-id03a1.b4e0
36 - ethernet-phy-id03a1.b5c2
37 - ethernet-phy-id03a1.b4b0
38 - ethernet-phy-id03a1.b662
39 - ethernet-phy-id03a1.b712
40 - ethernet-phy-id31c3.1c12
42 - compatible
48 firmware-name:
49 description: specify the name of PHY firmware to load
51 marvell,mdi-cfg-order:
57 nvmem-cells:
61 nvmem-cell-names:
65 - compatible
66 - reg
71 - |
73 #address-cells = <1>;
74 #size-cells = <0>;
76 ethernet-phy@0 {
77 compatible = "ethernet-phy-id31c3.1c12",
78 "ethernet-phy-ieee802.3-c45";
81 firmware-name = "AQR-G4_v5.4.C-AQR_CIG_WF-1945_0x8_ID44776_VER1630.cld";
84 ethernet-phy@1 {
85 compatible = "ethernet-phy-id31c3.1c12",
86 "ethernet-phy-ieee802.3-c45";
89 nvmem-cells = <&aqr_fw>;
90 nvmem-cell-names = "firmware";
95 compatible = "jedec,spi-nor";
96 #address-cells = <1>;
97 #size-cells = <1>;
100 compatible = "fixed-partitions";
101 #address-cells = <1>;
102 #size-cells = <1>;
107 compatible = "nvmem-cells";
110 read-only;
111 #address-cells = <1>;
112 #size-cells = <1>;