nRF5340 1-wire EEPROM

Hello,

I have nrf5340dk and AT21CS01-STUM10-T module. This is EEPROM module. I want to communicate with it by 1-wire. 
The problem is that I don't know how to do it. I looked through examples in SDK and DevZone but didn't find anything helpful for me. I found an example with 1-wire in the SDK (v2.8.0), but there is very short code in it and there is no overlay for Nordic board. I see that this example uses the w1 driver. When I looked at the w1.h file, I saw functions for writing and reading, but I didn't try them because I don't know how .overlay file for 1-wire should look like.

Can you help me with it ?

Best Regards

Related