2011-12-15 22:47:41 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Integrated Power Management Chip
|
|
|
|
*/
|
|
|
|
&twl {
|
|
|
|
compatible = "ti,twl4030";
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <1>;
|
|
|
|
|
|
|
|
rtc {
|
|
|
|
compatible = "ti,twl4030-rtc";
|
|
|
|
interrupts = <11>;
|
|
|
|
};
|
2012-02-09 07:50:12 +08:00
|
|
|
|
2012-07-30 21:12:20 +08:00
|
|
|
vdac: regulator-vdac {
|
2012-02-09 07:50:12 +08:00
|
|
|
compatible = "ti,twl4030-vdac";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <1800000>;
|
|
|
|
};
|
|
|
|
|
2012-07-30 21:12:20 +08:00
|
|
|
vpll2: regulator-vpll2 {
|
2012-02-09 07:50:12 +08:00
|
|
|
compatible = "ti,twl4030-vpll2";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <1800000>;
|
|
|
|
};
|
|
|
|
|
2012-07-30 21:12:20 +08:00
|
|
|
vmmc1: regulator-vmmc1 {
|
2012-02-09 07:50:12 +08:00
|
|
|
compatible = "ti,twl4030-vmmc1";
|
|
|
|
regulator-min-microvolt = <1850000>;
|
|
|
|
regulator-max-microvolt = <3150000>;
|
|
|
|
};
|
2012-05-09 00:37:25 +08:00
|
|
|
|
|
|
|
twl_gpio: gpio {
|
|
|
|
compatible = "ti,twl4030-gpio";
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <1>;
|
|
|
|
};
|
2011-12-15 22:47:41 +08:00
|
|
|
};
|