1SY8824C/SY8824E/SY20276 Voltage regulator 2 3Required properties: 4- compatible: Must be one of the following. 5 "silergy,sy8824c" 6 "silergy,sy8824e" 7 "silergy,sy20276" 8 "silergy,sy20278" 9- reg: I2C slave address 10 11Any property defined as part of the core regulator binding, defined in 12./regulator.txt, can also be used. 13 14Example: 15 16 vcore: regulator@00 { 17 compatible = "silergy,sy8824c"; 18 reg = <0x66>; 19 regulator-name = "vcore"; 20 regulator-min-microvolt = <800000>; 21 regulator-max-microvolt = <1150000>; 22 regulator-boot-on; 23 regulator-always-on; 24 }; 25