Driver for ADC1115 with nrf9160

Hello

I am trying to understand how to use the sensor API. As an example I want to connect ADS1115 to the I2C0 pin 11,12.

For reference I take the code from the sensor documentation https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/hardware/peripherals/sensor.html#sensors and add the primitive i2c scanner function just to check physical connection. 

Here is my overlay file nrf9160dk_nrf9160_ns.overlay

and prj.conf file

The problem is that application reboot each time it enters sensor_sample_fetch() function and I can figure out why. I tried to debug, but debug freeze at 

 513 return api->sample_fetch(dev, SENSOR_CHAN_ALL); in the sensor.h file. 

 Here is the log output

I am using SDK 2.0.2
Custom board.