We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65a13a commit 0bbc54dCopy full SHA for 0bbc54d
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts
@@ -78,6 +78,8 @@
78
&pinctrl_gmac0_txck_default
79
&pinctrl_gmac0_phy_irq>;
80
phy-mode = "rgmii-id";
81
+ nvmem-cells = <&eeprom0_eui48>;
82
+ nvmem-cell-names = "mac-address";
83
status = "okay";
84
85
ethernet-phy@7 {
@@ -251,6 +253,24 @@
251
253
};
252
254
255
256
+
257
+ eeprom0: eeprom@51 {
258
+ compatible = "microchip,24aa025e48";
259
+ reg = <0x51>;
260
+ size = <256>;
261
+ pagesize = <16>;
262
+ vcc-supply = <&vdd_3v3>;
263
264
+ nvmem-layout {
265
+ compatible = "fixed-layout";
266
+ #address-cells = <1>;
267
+ #size-cells = <1>;
268
269
+ eeprom0_eui48: eui48@fa {
270
+ reg = <0xfa 0x6>;
271
+ };
272
273
274
275
276
&main_xtal {
0 commit comments