This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf52811_caaa.dtsi?

Hello!

I'm developing firmware for a custom board based on nRF52811 CAAA. I am trying to create a new board under .\v1.9.1\zephyr\boards\arm\nrf52840dk_nrf52811_myboard\. I have created a dts file with this include:

#include <nordic/nrf52811_caaa.dtsi>

but I get an error. I see there's no nrf52811_caaa.dtsi under .\v1.9.1\zephyr\dts\arm\nordic. Is it necessary to create it? Can I use nrf52811_qfaa.dtsi or nrf52811.dtsi instead? However I see there's no &flash0 nor $sram0 in nrf52811.dtsi.

Thank you,

David.

Related