node '/soc/uart@40028000/fpreader@ffffffff' compatible 'zeantec,jm101' has unknown vendor prefix 'zeantec'

I followed Tutorial Mastering Zephyr Driver Development.

I opened the project in VSC: “Open existing project” and choose app/prj.conf.

(Did not user the WEST command line described on https://github.com/teslabs/zds-2022-drivers-app)

I get following compile error:

node '/soc/uart@40028000/fpreader@ffffffff' compatible 'zeantec,jm101' has unknown vendor prefix 'zeantec'

What is missing in the example or is it VSC?

Related