Cape EEPROM: Do I claim i2c2?

My cape uses I2C2 for EEPROM and another peripheral. Should the EEPROM and DTB for the cape claim those pins and configure them as i2c? This is the default, so I don't know if it's better to claim them or pretend like I don't use them.

Since I think the OS doesn't actually configure anything based on what's in the EEPROM, it probably doesn't matter, so I'm inclined to claim them, in case some other cape tries to claim them for something else.

Thanks,