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.

Parents
  • One more doubt. When defining pins for QFAA, numbers are used:

    &i2c0 {
    compatible = "nordic,nrf-twi";
    status = "okay";
    /* Arduino compatible PINs */
    sda-pin = <26>;
    scl-pin = <27>;
    };

    How do I have to define those pins for CAAA? Because in this packaging pins are referred as A3, C1, E6...

Reply
  • One more doubt. When defining pins for QFAA, numbers are used:

    &i2c0 {
    compatible = "nordic,nrf-twi";
    status = "okay";
    /* Arduino compatible PINs */
    sda-pin = <26>;
    scl-pin = <27>;
    };

    How do I have to define those pins for CAAA? Because in this packaging pins are referred as A3, C1, E6...

Children
No Data
Related