diff options
Diffstat (limited to 'target/linux/ramips/dts/WL341V3.dts')
-rw-r--r-- | target/linux/ramips/dts/WL341V3.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WL341V3.dts b/target/linux/ramips/dts/WL341V3.dts index 70317c7eee..1271cfadbc 100644 --- a/target/linux/ramips/dts/WL341V3.dts +++ b/target/linux/ramips/dts/WL341V3.dts @@ -21,7 +21,7 @@ read-only; }; - partition@20000 { + boardnvram: partition@20000 { label = "board-nvram"; reg = <0x20000 0x10000>; read-only; @@ -52,6 +52,10 @@ ralink,portmap = <0x3e>; }; + wmac@10180000 { + ralink,mtd-eeprom = <&boardnvram 0xfd70>; + }; + gpio-leds { compatible = "gpio-leds"; first { |