Warning (gpios_property) during build of SLM Shell sample

Hello,

The following warning occures when I build the SLM Shell sample (Not changed original code).

<stdout>: Warning (gpios_property): /chosen:ncs,slm-gpio: property size (37) is invalid, expected multiple of 4

[Build Configuration]

---

I think the following settings of devicetree (nrf5340dk_nrf5340_cpuapp.overlay) are causing this warning.
But, I don't know how to deal with it.

/ {

    chosen {
        ncs,slm-uart = &uart2;
        ncs,slm-gpio = &gpio0;
    };
};


Do you know what causes this warning?
Can I ignore this warning? Or do I need to do something about it?

Thank you.
Parents Reply Children
No Data
Related