diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 12:26:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 12:26:38 +0000 |
commit | 2c4faaed7440687a027cfd9bdd592411b0c460f5 (patch) | |
tree | 1cfdd3267e11c45024c40cb967b6ff5bb6dbdcc9 /target/linux/ramips/dts/RE6500.dts | |
parent | d65eda48b7c6377b6ca363b4563af4bbeb7c668a (diff) | |
download | upstream-2c4faaed7440687a027cfd9bdd592411b0c460f5.tar.gz upstream-2c4faaed7440687a027cfd9bdd592411b0c460f5.tar.bz2 upstream-2c4faaed7440687a027cfd9bdd592411b0c460f5.zip |
ramips: add mac address assignment for eth0 on RE6500
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48021
Diffstat (limited to 'target/linux/ramips/dts/RE6500.dts')
-rw-r--r-- | target/linux/ramips/dts/RE6500.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index d1bf5ba85e..5f9b214c2a 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -84,6 +84,10 @@ }; }; + ethernet@1e100000 { + mtd-mac-address = <&factory 0x2e>; + }; + gpio-leds { compatible = "gpio-leds"; |