blob: c4ff08b388da70d8920ac6627b79e36c76a9b0d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
BIF (Battery Interface) Controllers
Optional properties:
- qcom,known-device-addresses: Specifies a list of integers which correspond to
the 8-bit BIF bus device addresses of BIF slaves
found on the target.
BIF Consumers
Optional properties:
- qcom,bif-ctrl: phandle of parent BIF controller device node
Example:
foo_ctrl: foo-controller {
...
qcom,known-device-addresses = <0x80, 0x81>;
};
bar-consumer {
...
qcom,bif-ctrl = <&foo_ctrl>;
};
|