xref: /freebsd/sys/contrib/device-tree/Bindings/goldfish/battery.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotAndroid Goldfish Battery
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotAndroid goldfish battery device generated by android emulator.
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel VadotRequired properties:
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel Vadot- compatible : should contain "google,goldfish-battery" to match emulator
8*c66ec88fSEmmanuel Vadot- reg        : <registers mapping>
9*c66ec88fSEmmanuel Vadot- interrupts : <interrupt mapping>
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadot	goldfish_battery@9020000 {
14*c66ec88fSEmmanuel Vadot		compatible = "google,goldfish-battery";
15*c66ec88fSEmmanuel Vadot		reg = <0x9020000 0x1000>;
16*c66ec88fSEmmanuel Vadot		interrupts = <0x3>;
17*c66ec88fSEmmanuel Vadot	};
18