diff options
Diffstat (limited to 'target/linux/ramips/dts/mt7621_netgear_r6220.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_netgear_r6220.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621_netgear_r6220.dts b/target/linux/ramips/dts/mt7621_netgear_r6220.dts index 146b7ee752..f960d8f66f 100644 --- a/target/linux/ramips/dts/mt7621_netgear_r6220.dts +++ b/target/linux/ramips/dts/mt7621_netgear_r6220.dts @@ -52,11 +52,19 @@ #address-cells = <1>; #size-cells = <1>; + eeprom0: eeprom@0 { + reg = <0x0 0x400>; + }; + macaddr_factory_4: macaddr@4 { compatible = "mac-base"; reg = <0x4 0x6>; #nvmem-cell-cells = <1>; }; + + eeprom1: eeprom@8000 { + reg = <0x8000 0x200>; + }; }; }; |