Am 02.10.19 um 18:43 schrieb Florian Fainelli: > On 10/2/19 9:24 AM, Stefan Wahren wrote: >> Hi Florian, >> >> Am 28.09.19 um 21:58 schrieb Florian Fainelli: >>> On 9/28/2019 5:07 AM, Stefan Wahren wrote: >>> >>>> + memory@0 { >>>> + device_type = "memory"; >>>> + reg = <0 0 0x00000000>; >>>> + }; >>>> + >>> [snip] >>> >>>> +#include <dt-bindings/interrupt-controller/arm-gic.h> >>>> +#include <dt-bindings/soc/bcm2835-pm.h> >>>> + >>>> +/ { >>>> + compatible = "brcm,bcm2711"; >>>> + >>>> + #address-cells = <2>; >>>> + #size-cells = <1>; >>> Trying to see if we may need a #size-cells property value of 2 here, for >>> the 4GB model, I would assume that we would have to, unless we are fine >>> with supporting 4GB - 1byte of DRAM? >> I will try unless this requires a lot of adjustments or break the >> bootloader. > OK. Unfortunately this breaks bootloader or firmware. Since the BCM2711 is able to address 16 GB RAM this should be fixed later. I will open an issue and submit V4 without this suggested change.