Revert "mpc85xx: replace user space MAC with nvmem"
[openwrt/openwrt.git] / target / linux / mpc85xx / files / arch / powerpc / boot / dts / firebox-t10.dts
index 1228a9bdfa763fa02331ab4022c33a63035cf321..607706a2d434c2cd802b458c58f7a27488c20ebc 100644 (file)
                                                reg = <0xc0000 0x40000>;
                                                label = "device_id";
                                                read-only;
-
-                                               nvmem-layout {
-                                                       compatible = "fixed-layout";
-                                                       #address-cells = <1>;
-                                                       #size-cells = <1>;
-
-                                                       macaddr_device_id_1830: mac-address-hex@1830 {
-                                                               reg = <0x1830 0xc>;
-                                                       };
-
-                                                       macaddr_device_id_1844: mac-address-hex@1844 {
-                                                               reg = <0x1844 0xc>;
-                                                       };
-
-                                                       macaddr_device_id_1858: mac-address-hex@1858 {
-                                                               reg = <0x1858 0xc>;
-                                                       };
-                                               };
                                        };
                                };
                        };
                enet0: ethernet@b0000 {
                        phy-handle = <&phy1>;
                        phy-connection-type = "rgmii-id";
-
-                       nvmem-cells = <&macaddr_device_id_1830>;
-                       nvmem-cell-names = "mac-address";
                };
 
                enet1: ethernet@b1000 {
                        tbi-handle = <&tbi_phy1>;
                        phy-handle = <&phy2>;
                        phy-connection-type = "sgmii";
-
-                       nvmem-cells = <&macaddr_device_id_1844>;
-                       nvmem-cell-names = "mac-address";
                };
 
                enet2: ethernet@b2000 {
                        tbi-handle = <&tbi_phy2>;
                        phy-handle = <&phy3>;
                        phy-connection-type = "sgmii";
-
-                       nvmem-cells = <&macaddr_device_id_1858>;
-                       nvmem-cell-names = "mac-address";
                };
 
                sdhc@2e000 {