kernel/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
.. .. @@ -20,9 +20,10 @@ 20 20 bootargs = "console=ttyS0,115200 earlycon"; 21 21 }; 22 22 23 - memory {24 - reg = <0x00000000 0x0800000025 - 0x88000000 0x08000000>;23 + memory@0 {24 + device_type = "memory";25 + reg = <0x00000000 0x08000000>,26 + <0x88000000 0x08000000>;26 27 }; 27 28 28 29 leds { .. .. @@ -61,8 +62,6 @@ 61 62 62 63 gpio-keys { 63 64 compatible = "gpio-keys"; 64 - #address-cells = <1>;65 - #size-cells = <0>;66 65 67 66 wps { 68 67 label = "WPS";