X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2Frt3052_jcg_jhr-n825r.dts;h=75af528d303cbace3d2f6baba08f7af05de3f3ce;hb=01996b785dcef61e6dadb50f61a13f905f3e497d;hp=f0fd8690b9ad23f16c4c6957377b5c47d0e294ec;hpb=22a21b0c18ebce7b7040ce693621f5c77983f3e5;p=openwrt%2Fstaging%2Fjow.git diff --git a/target/linux/ramips/dts/rt3052_jcg_jhr-n825r.dts b/target/linux/ramips/dts/rt3052_jcg_jhr-n825r.dts index f0fd8690b9..75af528d30 100644 --- a/target/linux/ramips/dts/rt3052_jcg_jhr-n825r.dts +++ b/target/linux/ramips/dts/rt3052_jcg_jhr-n825r.dts @@ -1,9 +1,8 @@ -/dts-v1/; - #include "rt3050.dtsi" #include #include +#include / { compatible = "jcg,jhr-n825r", "ralink,rt3052-soc"; @@ -16,7 +15,7 @@ led-upgrade = &led_system; }; - cfi@1f000000 { + flash@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; bank-width = <2>; @@ -39,10 +38,24 @@ read-only; }; - factory: partition@40000 { + partition@40000 { label = "factory"; reg = <0x40000 0x10000>; read-only; + + nvmem-layout { + compatible = "fixed-layout"; + #address-cells = <1>; + #size-cells = <1>; + + eeprom_factory_0: eeprom@0 { + reg = <0x0 0x200>; + }; + + macaddr_factory_2e: macaddr@2e { + reg = <0x2e 0x6>; + }; + }; }; partition@50000 { @@ -56,7 +69,8 @@ leds { compatible = "gpio-leds"; led_system: system { - label = "jhr-n825r:red:power"; + function = LED_FUNCTION_POWER; + color = ; gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; }; @@ -80,7 +94,8 @@ }; ðernet { - mtd-mac-address = <&factory 0x2e>; + nvmem-cells = <&macaddr_factory_2e>; + nvmem-cell-names = "mac-address"; }; &esw { @@ -88,5 +103,6 @@ }; &wmac { - ralink,mtd-eeprom = <&factory 0x0>; + nvmem-cells = <&eeprom_factory_0>; + nvmem-cell-names = "eeprom"; };