kernel/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
.. .. @@ -19,9 +19,10 @@ 19 19 bootargs = "console=ttyS0,115200 earlycon"; 20 20 }; 21 21 22 - memory {23 - reg = <0x00000000 0x0800000024 - 0x88000000 0x18000000>;22 + memory@0 {23 + device_type = "memory";24 + reg = <0x00000000 0x08000000>,25 + <0x88000000 0x18000000>;25 26 }; 26 27 27 28 spi { .. .. @@ -98,8 +99,6 @@ 98 99 99 100 gpio-keys { 100 101 compatible = "gpio-keys"; 101 - #address-cells = <1>;102 - #size-cells = <0>;103 102 104 103 restart { 105 104 label = "Reset";