ADXL362

I am using ADXL362

https://tronixlabs.com.au/breakout-boards/accelerometer/triple-axis-accelerometer-breakout-adxl362-australia/

on the chip, the pins are called scl sdA ..
and in the datasheet , there are different names
MOSI
MISO
SCLK??
Any help on how should I connect them ?

If you look closely at the web page you linked to, the breakout board can handle two similar chips, the ADXL362 and the ADXL346. The 362 has an SPI interface and is a 3V3 device, the 346 has a serial and I2C interface and is a 2V6 device.

You should confirm you have the ADXL362 and then refer to the schematic on the web page. The pinout from chip to breakout board is documented there. You’re using a level shifter or a 3V3 Arduino, right?

board = Arduino
SCL = SCLK
SDA = SDI
SDO = SDO
CS = CS

Do not double post.

This question was answered elsewhere, so you are wasting everyone's time.