18c2ecf20Sopenharmony_ciSY8106A Voltage regulator
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: Must be "silergy,sy8106a"
58c2ecf20Sopenharmony_ci- reg: I2C slave address - must be <0x65>
68c2ecf20Sopenharmony_ci- silergy,fixed-microvolt - the voltage when I2C regulating is disabled (set
78c2ecf20Sopenharmony_ci  by external resistor like a fixed voltage)
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciAny property defined as part of the core regulator binding, defined in
108c2ecf20Sopenharmony_ci./regulator.txt, can also be used.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciExample:
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci	sy8106a {
158c2ecf20Sopenharmony_ci		compatible = "silergy,sy8106a";
168c2ecf20Sopenharmony_ci		reg = <0x65>;
178c2ecf20Sopenharmony_ci		regulator-name = "sy8106a-vdd";
188c2ecf20Sopenharmony_ci		silergy,fixed-microvolt = <1200000>;
198c2ecf20Sopenharmony_ci		regulator-min-microvolt = <1000000>;
208c2ecf20Sopenharmony_ci		regulator-max-microvolt = <1400000>;
218c2ecf20Sopenharmony_ci		regulator-boot-on;
228c2ecf20Sopenharmony_ci		regulator-always-on;
238c2ecf20Sopenharmony_ci	};
24