2012-09-26 16:08:35 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2012 ST-Ericsson AB
|
|
|
|
*
|
|
|
|
* The code contained herein is licensed under the GNU General Public
|
|
|
|
* License. You may obtain a copy of the GNU General Public License
|
|
|
|
* Version 2 or later at the following locations:
|
|
|
|
*
|
|
|
|
* http://www.opensource.org/licenses/gpl-license.html
|
|
|
|
* http://www.gnu.org/copyleft/gpl.html
|
2013-10-02 13:42:59 +00:00
|
|
|
*
|
|
|
|
* Device Tree for the HREF+ prior to the v60 variant.
|
2012-09-26 16:08:35 +00:00
|
|
|
*/
|
|
|
|
|
2013-08-07 13:37:52 +00:00
|
|
|
#include "ste-dbx5x0.dtsi"
|
|
|
|
#include "ste-href.dtsi"
|
2012-09-26 16:08:35 +00:00
|
|
|
|
|
|
|
/ {
|
2012-09-26 16:09:17 +00:00
|
|
|
gpio_keys {
|
|
|
|
button@1 {
|
|
|
|
gpios = <&tc3589x_gpio 7 0x4>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2013-03-01 13:38:07 +00:00
|
|
|
soc {
|
2012-09-26 16:08:35 +00:00
|
|
|
i2c@80004000 {
|
|
|
|
tps61052@33 {
|
|
|
|
compatible = "tps61052";
|
|
|
|
reg = <0x33>;
|
|
|
|
};
|
2013-10-02 14:03:31 +00:00
|
|
|
|
2013-10-15 21:00:10 +00:00
|
|
|
tc35892@42 {
|
|
|
|
compatible = "toshiba,tc35892";
|
2013-10-02 14:03:31 +00:00
|
|
|
reg = <0x42>;
|
|
|
|
interrupt-parent = <&gpio6>;
|
|
|
|
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
|
|
|
|
|
|
|
interrupt-controller;
|
2013-10-15 21:00:10 +00:00
|
|
|
#interrupt-cells = <1>;
|
2013-10-02 14:03:31 +00:00
|
|
|
|
|
|
|
tc3589x_gpio: tc3589x_gpio {
|
|
|
|
compatible = "tc3589x-gpio";
|
2013-10-15 21:00:10 +00:00
|
|
|
interrupts = <0>;
|
2013-10-02 14:03:31 +00:00
|
|
|
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
};
|
|
|
|
};
|
2012-09-26 16:08:35 +00:00
|
|
|
};
|
2012-09-28 13:41:06 +00:00
|
|
|
|
2012-11-15 13:07:02 +00:00
|
|
|
vmmci: regulator-gpio {
|
|
|
|
gpios = <&tc3589x_gpio 18 0x4>;
|
2012-12-06 15:11:53 +00:00
|
|
|
enable-gpio = <&tc3589x_gpio 17 0x4>;
|
2012-11-15 13:07:02 +00:00
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
2012-09-26 16:08:35 +00:00
|
|
|
};
|
|
|
|
};
|