brintos

brintos / linux-shallow public Read only

0
0
Text · 391 B · 4fb6139 Raw
18 lines · plain
1Android Goldfish Battery2 3Android goldfish battery device generated by android emulator.4 5Required properties:6 7- compatible : should contain "google,goldfish-battery" to match emulator8- reg        : <registers mapping>9- interrupts : <interrupt mapping>10 11Example:12 13	goldfish_battery@9020000 {14		compatible = "google,goldfish-battery";15		reg = <0x9020000 0x1000>;16		interrupts = <0x3>;17	};18