ath79: add Embedded Wireless Balin Platform
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7242_buffalo_bhr-4grv.dts
index 46d7e0f3317ba0267e4db8e9a74d3d13bcc8dde9..dde91295052f7ae1fb64869433ea9d9e0f79f087 100644 (file)
@@ -9,11 +9,22 @@
 
 &leds {
        sec_vpn {
-               label = "buffalo:orange:vpn";
+               label = "orange:vpn";
                gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
        };
 };
 
 &eth0 {
-       mtd-mac-address = <&art 0x0>;
+       nvmem-cells = <&macaddr_art_0>;
+       nvmem-cell-names = "mac-address";
+};
+
+&art {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_art_0: macaddr@0 {
+               reg = <0x0 0x6>;
+       };
 };