18c2ecf20Sopenharmony_ciISL12026 I2C RTC/EEPROM 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciISL12026 is an I2C RTC/EEPROM combination device. The RTC and control 48c2ecf20Sopenharmony_ciregisters respond at bus address 0x6f, and the EEPROM array responds 58c2ecf20Sopenharmony_ciat bus address 0x57. The canonical "reg" value will be for the RTC portion. 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciRequired properties supported by the device: 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci - "compatible": must be "isil,isl12026" 108c2ecf20Sopenharmony_ci - "reg": I2C bus address of the device (always 0x6f) 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciOptional properties: 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci - "isil,pwr-bsw": If present PWR.BSW bit must be set to the specified 158c2ecf20Sopenharmony_ci value for proper operation. 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci - "isil,pwr-sbib": If present PWR.SBIB bit must be set to the specified 188c2ecf20Sopenharmony_ci value for proper operation. 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ciExample: 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci rtc@6f { 248c2ecf20Sopenharmony_ci compatible = "isil,isl12026"; 258c2ecf20Sopenharmony_ci reg = <0x6f>; 268c2ecf20Sopenharmony_ci isil,pwr-bsw = <0>; 278c2ecf20Sopenharmony_ci isil,pwr-sbib = <1>; 288c2ecf20Sopenharmony_ci } 29