blob: c19253d6b5dcd1a39260435c38731856d2dc4e10 [file] [log] [blame]
Alexandru Gagniuc4d3a89d2014-01-09 20:07:10 -06001/*
2 * X-Powers AXP 209 devicetree.cb interface
3 *
4 * Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com>
5 * Subject to the GNU GPL v2, or (at your option) any later version.
6 */
7
8#ifndef AXP209_CHIP_H
9#define AXP209_CHIP_H
10
11#include <types.h>
12
13struct drivers_xpowers_axp209_config {
14 u16 dcdc2_voltage_mv; /**< DCDC2 converter voltage output */
15 u16 dcdc3_voltage_mv; /**< DCDC3 converter voltage output */
16 u16 ldo2_voltage_mv; /**< LDO2 regulator voltage output */
17 u16 ldo3_voltage_mv; /**< LDO3 regulator voltage output */
18 u16 ldo4_voltage_mv; /**< LDO4 regulator voltage output */
19};
20
21#endif /* AXP209_CHIP_H */