WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / goldfish / battery.txt
blob4fb613933214adb299a4a57ce719d4de2981083f
1 Android Goldfish Battery
3 Android goldfish battery device generated by android emulator.
5 Required properties:
7 - compatible : should contain "google,goldfish-battery" to match emulator
8 - reg        : <registers mapping>
9 - interrupts : <interrupt mapping>
11 Example:
13         goldfish_battery@9020000 {
14                 compatible = "google,goldfish-battery";
15                 reg = <0x9020000 0x1000>;
16                 interrupts = <0x3>;
17         };