Lines Matching +full:software +full:- +full:dl

2  * Copyright 2015 Chen-Yu Tsai
4 * Chen-Yu Tsai <[email protected]>
6 * This file is dual-licensed: you can use it either under the terms
11 * a) This file is free software; you can redistribute it and/or
13 * published by the Free Software Foundation; either version 2 of the
24 * obtaining a copy of this software and associated documentation
25 * files (the "Software"), to deal in the Software without
28 * sell copies of the Software, and to permit persons to whom the
29 * Software is furnished to do so, subject to the following
33 * included in all copies or substantial portions of the Software.
35 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
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";
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";