Unable to get DTs info from &uart1

Hello,

I am having troubles for getting the info from the dts of my uart1: this is how I defined in my dts:

And I am trying to get the info like this:

DEVICE_DT_GET(DT_NODELABEL(uart1));
but the error I get says undefined reference to `__device_dts_ord_82', I am using zephyr 3.2.0 and C++, hope you can help me.

Best regards
Parents Reply Children
Related