This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Help me in understanding of memory node in device tree

Hi All,


In device tree of beagle bone black ti sdk-8 OS, could you please help me in understanding of below memory node

    memory {
        device_type = "memory";
        reg = <0x80000000 0x10000000>;  /* 256 MB */
    
    };

In beagle bone black we are using 512MB of  external DDR3, but if you see in the above configuration it saying 256 MB. Is this correct?

In our custom board we replaced with "MT41K128M16JT-125:K" DDR3 which is of 256MB of size, so what should I configure for this DDR3?

I referred so many docs, but I couldn't able to get success, so please kindly help me.