Sensor driver warnings in VSCode Extension

Hi, 

im trying to use the Bosch BMP581 I2C Sensor driver in Zephyr & NCS main. It's compiling and working fine but I get some warnings in VSCode that I was hoping you could help me track down. I should also say that I have gone though the sensor driver source code line by line and have compared with other drivers (that don't give VSCode warnings) and I can't see any problem with .h, .c, config or its bindings. It's really strange. 

Here is what I am seeing in the board overlay in VSCode:

I can use just about any other sensor driver in my overlay and don't get any of these warnings.

Any suggestions on how I could track/trace these down? 

Related