|
@@ -87,12 +87,16 @@
|
|
label = "hw-info";
|
|
label = "hw-info";
|
|
read-only;
|
|
read-only;
|
|
|
|
|
|
- compatible = "nvmem-cells";
|
|
|
|
- #address-cells = <1>;
|
|
|
|
- #size-cells = <1>;
|
|
|
|
-
|
|
|
|
- macaddr_hwinfo_0: macaddr@0 {
|
|
|
|
- reg = <0x0 0x6>;
|
|
|
|
|
|
+ nvmem-layout {
|
|
|
|
+ compatible = "fixed-layout";
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
+ #size-cells = <1>;
|
|
|
|
+
|
|
|
|
+ macaddr_hwinfo_0: macaddr@0 {
|
|
|
|
+ compatible = "mac-base";
|
|
|
|
+ reg = <0x0 0x6>;
|
|
|
|
+ #nvmem-cell-cells = <1>;
|
|
|
|
+ };
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
@@ -167,43 +171,39 @@
|
|
reg = <1>;
|
|
reg = <1>;
|
|
label = "lan1";
|
|
label = "lan1";
|
|
phy-handle = <&phy_port1>;
|
|
phy-handle = <&phy_port1>;
|
|
- nvmem-cells = <&macaddr_hwinfo_0>;
|
|
|
|
|
|
+ nvmem-cells = <&macaddr_hwinfo_0 2>;
|
|
nvmem-cell-names = "mac-address";
|
|
nvmem-cell-names = "mac-address";
|
|
- mac-address-increment = <2>;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
port@2 {
|
|
port@2 {
|
|
reg = <2>;
|
|
reg = <2>;
|
|
label = "lan2";
|
|
label = "lan2";
|
|
phy-handle = <&phy_port2>;
|
|
phy-handle = <&phy_port2>;
|
|
- nvmem-cells = <&macaddr_hwinfo_0>;
|
|
|
|
|
|
+ nvmem-cells = <&macaddr_hwinfo_0 3>;
|
|
nvmem-cell-names = "mac-address";
|
|
nvmem-cell-names = "mac-address";
|
|
- mac-address-increment = <3>;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
port@3 {
|
|
port@3 {
|
|
reg = <3>;
|
|
reg = <3>;
|
|
label = "lan3";
|
|
label = "lan3";
|
|
phy-handle = <&phy_port3>;
|
|
phy-handle = <&phy_port3>;
|
|
- nvmem-cells = <&macaddr_hwinfo_0>;
|
|
|
|
|
|
+ nvmem-cells = <&macaddr_hwinfo_0 4>;
|
|
nvmem-cell-names = "mac-address";
|
|
nvmem-cell-names = "mac-address";
|
|
- mac-address-increment = <4>;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
port@4 {
|
|
port@4 {
|
|
reg = <4>;
|
|
reg = <4>;
|
|
label = "lan4";
|
|
label = "lan4";
|
|
phy-handle = <&phy_port4>;
|
|
phy-handle = <&phy_port4>;
|
|
- nvmem-cells = <&macaddr_hwinfo_0>;
|
|
|
|
|
|
+ nvmem-cells = <&macaddr_hwinfo_0 5>;
|
|
nvmem-cell-names = "mac-address";
|
|
nvmem-cell-names = "mac-address";
|
|
- mac-address-increment = <5>;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
port@5 {
|
|
port@5 {
|
|
reg = <5>;
|
|
reg = <5>;
|
|
label = "wan";
|
|
label = "wan";
|
|
phy-handle = <&phy_port5>;
|
|
phy-handle = <&phy_port5>;
|
|
- nvmem-cells = <&macaddr_hwinfo_0>;
|
|
|
|
|
|
+ nvmem-cells = <&macaddr_hwinfo_0 0>;
|
|
nvmem-cell-names = "mac-address";
|
|
nvmem-cell-names = "mac-address";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -232,7 +232,7 @@
|
|
enet0: ethernet@b0000 {
|
|
enet0: ethernet@b0000 {
|
|
status = "okay";
|
|
status = "okay";
|
|
phy-connection-type = "rgmii-id";
|
|
phy-connection-type = "rgmii-id";
|
|
- nvmem-cells = <&macaddr_hwinfo_0>;
|
|
|
|
|
|
+ nvmem-cells = <&macaddr_hwinfo_0 0>;
|
|
nvmem-cell-names = "mac-address";
|
|
nvmem-cell-names = "mac-address";
|
|
|
|
|
|
fixed-link {
|
|
fixed-link {
|
|
@@ -286,9 +286,8 @@
|
|
reg = <0x0000 0 0 0 0>;
|
|
reg = <0x0000 0 0 0 0>;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
gpio-controller;
|
|
gpio-controller;
|
|
- nvmem-cells = <&macaddr_hwinfo_0>;
|
|
|
|
|
|
+ nvmem-cells = <&macaddr_hwinfo_0 16>;
|
|
nvmem-cell-names = "mac-address";
|
|
nvmem-cell-names = "mac-address";
|
|
- mac-address-increment = <16>;
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|