This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Pin Numbers on the nRF5340-QKAA

Good morning Nordic,

I am trying to configure the I2C pins for our board (using nRF5340-QKAA SoC) but I cannot find the pin numbers for I2C_SDA and I2C_SCL.

All I could find in OPS_v0.6.1 is a reference to pin labelled

P0.02 -> W1

P0.03 -> AA1

The same for the A2D

P0.28/AIN07 -> AE31

I am looking for actual pin numbers to use in my .dts  or .overlay files.

Is there a document that maps theses labels AA1 etc... to actual pin numbers on the chip.?

Thank you.

Mohamed

Parents Reply
  • Thank you Andreas.

    Unfortunately, unless I am missing something, my answer remains unanswered. The two links you sent still show pins labelled as L1, C1 etc... but I need a real number. I expected the pins to be numbered in a continuous manner from 1,2,3,... to 98 or whatever the number of pins on the chip. This is in order to be able to use them in the .dts file e.g. 

    &spi2 {
    compatible = "nordic,nrf-spim";
    status = "okay";
    sck-pin = <13>;
    miso-pin = <40>;
    mosi-pin = <9>;
    };

    Looking forward to your answer.

    Mohamed

Children
Related