Lines Matching +full:ldo1 +full:- +full:in +full:- +full:supply

2  * Copyright 2015 Chen-Yu Tsai
4 * Chen-Yu Tsai <wens@csie.org>
6 * This file is dual-licensed: you can use it either under the terms
16 * This file is distributed in the hope that it will be useful,
25 * files (the "Software"), to deal in the Software without
33 * included in all copies or substantial portions of the Software.
38 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42 * OTHER DEALINGS IN THE SOFTWARE.
47 * http://www.x-powers.com/product/AXP20X.php
48 * http://dl.linux-sunxi.org/AXP/AXP209%20Datasheet%20v1.0_cn.pdf
52 pmic-temp {
53 compatible = "iio-hwmon";
54 io-channels = <&axp_adc 4>; /* Internal temperature */
59 compatible = "x-powers,axp209";
60 interrupt-controller;
61 #interrupt-cells = <1>;
63 ac_power_supply: ac-power {
64 compatible = "x-powers,axp202-ac-power-supply";
69 compatible = "x-powers,axp209-adc";
70 #io-channel-cells = <1>;
74 compatible = "x-powers,axp209-gpio";
75 gpio-controller;
76 #gpio-cells = <2>;
79 battery_power_supply: battery-power {
80 compatible = "x-powers,axp209-battery-power-supply";
86 x-powers,dcdc-freq = <1500>;
89 regulator-name = "dcdc2";
93 regulator-name = "dcdc3";
96 reg_ldo1: ldo1 {
97 /* LDO1 is a fixed output regulator */
98 regulator-always-on;
99 regulator-min-microvolt = <1300000>;
100 regulator-max-microvolt = <1300000>;
101 regulator-name = "ldo1";
105 regulator-name = "ldo2";
109 regulator-name = "ldo3";
113 regulator-name = "ldo4";
117 regulator-name = "ldo5";
122 usb_power_supply: usb-power {
123 compatible = "x-powers,axp202-usb-power-supply";