Lines Matching +full:v +full:- +full:ape +full:- +full:supply
1 * AB8500 Multi-Functional Device (MFD)
4 - compatible : contains "stericsson,ab8500" or "stericsson,ab8505";
5 - interrupts : contains the IRQ line for the AB8500
6 - interrupt-controller : describes the AB8500 as an Interrupt Controller (has its own domain)
7 - #interrupt-cells : should be 2, for 2-cell format
8 - The first cell is the AB8500 local IRQ number
9 - The second cell is used to specify optional parameters
10 - bits[3:0] trigger type and level flags:
11 1 = low-to-high edge triggered
12 2 = high-to-low edge triggered
13 4 = active high level-sensitive
14 8 = active low level-sensitive
16 The AB8500 consists of a large and varied group of sub-devices:
18 Device IRQ Names Supply Names Description
19 ------ --------- ------------ -----------
20 ab8500-bm : : : Battery Manager
21 ab8500-btemp : : : Battery Temperature
22 ab8500-charger : : : Battery Charger
23 ab8500-codec : : : Audio Codec
24 ab8500-fg : : vddadc : Fuel Gauge
30 ab8500-btemp : : vtvout : Battery Temperature
32 … BTEMP_LOW : : Btemp < BtempLow, if battery temperature is lower than -10°C
33 …M : : BtempLow < Btemp < BtempMedium,if battery temperature is between -10 and 0°C
36 ab8500-charger : : vddadc : Charger interface
50 ab8500-gpadc : HW_CONV_END : vddadc : Analogue to Digital Converter
52 ab8500-gpio : : : GPIO Controller (AB8500)
53 ab8505-gpio : : : GPIO Controller (AB8505)
54 ab8500-ponkey : ONKEY_DBF : : Power-on Key
56 ab8500-pwm : : : Pulse Width Modulator
57 ab8500-regulator : : : Regulators (AB8500)
58 ab8505-regulator : : : Regulators (AB8505)
59 ab8500-rtc : 60S : : Real Time Clock
61 ab8500-sysctrl : : : System Control
62 ab8500-usb : ID_WAKEUP_R : vddulpivio18 : Universal Serial Bus
63 : ID_WAKEUP_F : v-ape :
71 - compatible : "stericsson,ab8500-[bm|btemp|charger|fg|gpadc|gpio|ponkey|
76 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml
79 abx500-temp : io-channels "aux1" and "aux2" for measuring external
81 ab8500-fg : io-channel "main_bat_v" for measuring main battery voltage,
82 ab8500-btemp : io-channels "btemp_ball" and "bat_ctrl" for measuring the
84 ab8500-charger : io-channels "main_charger_v", "main_charger_c", "vbus_v",
89 - interrupts : contains the device IRQ(s) using the 2-cell format (see above)
90 - interrupt-names : contains names of IRQ resource in the order in which they were
92 - <supply_name>-supply : contains a phandle to the regulator supply node in Device Tree
94 Non-standard child device properties:
95 - Audio CODEC:
96 - stericsson,amic[1|2]-type-single-ended : Single-ended Analoge Mic (default: differential)
97 - stericsson,amic1a-bias-vamic2 : Analoge Mic wishes to use a non-standard Vamic
98 - stericsson,amic1b-bias-vamic2 : Analoge Mic wishes to use a non-standard Vamic
99 - stericsson,amic2-bias-vamic1 : Analoge Mic wishes to use a non-standard Vamic
100 - stericsson,earpeice-cmv : Earpeice voltage (only: 950 | 1100 | 1270 | 1580)
105 interrupt-controller;
106 #interrupt-cells = <2>;
108 ab8500-rtc {
109 compatible = "stericsson,ab8500-rtc";
112 interrupt-names = "60S", "ALARM";
115 ab8500-gpadc {
116 compatible = "stericsson,ab8500-gpadc";
119 interrupt-names = "HW_CONV_END", "SW_CONV_END";
120 vddadc-supply = <&ab8500_ldo_tvout_reg>;
121 #address-cells = <1>;
122 #size-cells = <0>;
123 #io-channel-cells = <1>;
189 compatible = "stericsson,abx500-temp";
190 io-channels = <&gpadc 0x06>,
192 io-channel-name = "aux1", "aux2";
196 stericsson,battery-type = "LIPO";
197 thermistor-on-batctrl;
201 compatible = "stericsson,ab8500-fg";
203 io-channels = <&gpadc 0x08>;
204 io-channel-name = "main_bat_v";
208 compatible = "stericsson,ab8500-btemp";
210 io-channels = <&gpadc 0x02>,
212 io-channel-name = "btemp_ball",
217 compatible = "stericsson,ab8500-charger";
219 vddadc-supply = <&ab8500_ldo_tvout_reg>;
220 io-channels = <&gpadc 0x03>,
224 io-channel-name = "main_charger_v",
230 ab8500-usb {
231 compatible = "stericsson,ab8500-usb";
239 interrupt-names = "ID_WAKEUP_R",
246 vddulpivio18-supply = <&ab8500_ldo_intcore_reg>;
247 v-ape-supply = <&db8500_vape_reg>;
248 musb_1v8-supply = <&db8500_vsmps2_reg>;
251 ab8500-ponkey {
252 compatible = "stericsson,ab8500-ponkey";
255 interrupt-names = "ONKEY_DBF", "ONKEY_DBR";
258 ab8500-sysctrl {
259 compatible = "stericsson,ab8500-sysctrl";
262 ab8500-pwm {
263 compatible = "stericsson,ab8500-pwm";
266 codec: ab8500-codec {
267 compatible = "stericsson,ab8500-codec";
269 stericsson,earpeice-cmv = <950>; /* Units in mV. */
272 ab8500-regulators {
273 compatible = "stericsson,ab8500-regulator";