diff options
Diffstat (limited to 'target/linux/ramips/dts/DIR-615-D.dts')
-rw-r--r-- | target/linux/ramips/dts/DIR-615-D.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/DIR-615-D.dts b/target/linux/ramips/dts/DIR-615-D.dts index b27bca061b..1a67b2dcaa 100644 --- a/target/linux/ramips/dts/DIR-615-D.dts +++ b/target/linux/ramips/dts/DIR-615-D.dts @@ -30,7 +30,7 @@ read-only; }; - partition@30000 { + devdata: partition@30000 { label = "devdata"; reg = <0x30000 0x10000>; read-only; @@ -52,6 +52,10 @@ ralink,portmap = <0x2f>; }; + wmac@10180000 { + ralink,mtd-eeprom = <&devdata 0x4000>; + }; + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; |