diff options
author | John Crispin <john@openwrt.org> | 2013-11-25 08:33:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-25 08:33:42 +0000 |
commit | 5b437e204f2a5cf086c67b52b3751ba414ec6597 (patch) | |
tree | b3e6c668759be453e9fa4cdd65f0e14a6ad32f5e /target/linux/ramips/dts/F5D8235_V2.dts | |
parent | 6cbad59eadbfc35c5709a140c2372d430b41e2af (diff) | |
download | upstream-5b437e204f2a5cf086c67b52b3751ba414ec6597.tar.gz upstream-5b437e204f2a5cf086c67b52b3751ba414ec6597.tar.bz2 upstream-5b437e204f2a5cf086c67b52b3751ba414ec6597.zip |
ralink: set the mac addr via the dts file
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38902
Diffstat (limited to 'target/linux/ramips/dts/F5D8235_V2.dts')
-rw-r--r-- | target/linux/ramips/dts/F5D8235_V2.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/F5D8235_V2.dts b/target/linux/ramips/dts/F5D8235_V2.dts index 237709f5e4..1b96cea764 100644 --- a/target/linux/ramips/dts/F5D8235_V2.dts +++ b/target/linux/ramips/dts/F5D8235_V2.dts @@ -24,7 +24,7 @@ #address-cells = <1>; #size-cells = <1>; - partition@0 { + uboot: partition@0 { label = "u-boot"; reg = <0x0 0x50000>; read-only; @@ -46,6 +46,10 @@ }; }; + ethernet@10100000 { + mtd-mac-address = <&uboot 0x40004>; + }; + esw@10110000 { ralink,portmap = <0x3f>; }; |