w1-gpio - bus masters limited?

Hi all,

I’m facing a problem with my Beaglebone Black.

I need to use 10 1-wire busmasters (no way to change this requirement). I made a Device Tree Overlay file that adresses everything in the correct way. I made an overlay, targeting <&ocp> with onewire@0 - onewire@9.

But for some reasons, under /sys/devices I only see w1_bus_master1 - w1_bus_master9. The 10th busmaster is missing. Is there any limit in the driver? So far I know, that the max slave count is set to 10 PER busmaster. Maybe there are other limits I don’t expected?

Looking forward to your replies.