Browse Source

ramips: add ethernet macaddr to dts for AWM003-EVB

Follows the pattern of http://patchwork.openwrt.org/patch/5970/

Signed-off-by: Russell Senior <[email protected]>

SVN-Revision: 41857
John Crispin 11 years ago
parent
commit
636f2b83e6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/linux/ramips/dts/AWM003-EVB.dts

+ 4 - 0
target/linux/ramips/dts/AWM003-EVB.dts

@@ -20,6 +20,10 @@
 		};
 	};
 
+	ethernet@10100000 {
+		mtd-mac-address = <&factory 0x28>;
+	};
+
 	wmac@10180000 {
 		ralink,mtd-eeprom = <&factory 0>;
 	};