162306a36Sopenharmony_ciISL12026 I2C RTC/EEPROM 262306a36Sopenharmony_ci 362306a36Sopenharmony_ciISL12026 is an I2C RTC/EEPROM combination device. The RTC and control 462306a36Sopenharmony_ciregisters respond at bus address 0x6f, and the EEPROM array responds 562306a36Sopenharmony_ciat bus address 0x57. The canonical "reg" value will be for the RTC portion. 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciRequired properties supported by the device: 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci - "compatible": must be "isil,isl12026" 1062306a36Sopenharmony_ci - "reg": I2C bus address of the device (always 0x6f) 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciOptional properties: 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci - "isil,pwr-bsw": If present PWR.BSW bit must be set to the specified 1562306a36Sopenharmony_ci value for proper operation. 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci - "isil,pwr-sbib": If present PWR.SBIB bit must be set to the specified 1862306a36Sopenharmony_ci value for proper operation. 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ciExample: 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ci rtc@6f { 2462306a36Sopenharmony_ci compatible = "isil,isl12026"; 2562306a36Sopenharmony_ci reg = <0x6f>; 2662306a36Sopenharmony_ci isil,pwr-bsw = <0>; 2762306a36Sopenharmony_ci isil,pwr-sbib = <1>; 2862306a36Sopenharmony_ci } 29