diff options
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 1b96cea764..7eaf16542b 100644 --- a/target/linux/ramips/dts/F5D8235_V2.dts +++ b/target/linux/ramips/dts/F5D8235_V2.dts @@ -25,7 +25,7 @@ #size-cells = <1>; uboot: partition@0 { - label = "u-boot"; + label = "uboot"; reg = <0x0 0x50000>; read-only; }; @@ -54,6 +54,10 @@ ralink,portmap = <0x3f>; }; + wmac@10180000 { + ralink,mtd-eeprom = <&uboot 0x40000>; + }; + otg@101c0000 { status = "okay"; }; |