2012-09-27 00:08:35 +08: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 21:42:59 +08:00
|
|
|
*
|
|
|
|
* Device Tree for the HREF+ prior to the v60 variant.
|
2012-09-27 00:08:35 +08:00
|
|
|
*/
|
|
|
|
|
2013-08-07 21:37:52 +08:00
|
|
|
#include "ste-dbx5x0.dtsi"
|
|
|
|
#include "ste-href.dtsi"
|
2012-09-27 00:08:35 +08:00
|
|
|
|
|
|
|
/ {
|
2012-09-27 00:09:17 +08:00
|
|
|
gpio_keys {
|
|
|
|
button@1 {
|
|
|
|
gpios = <&tc3589x_gpio 7 0x4>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2013-03-01 21:38:07 +08:00
|
|
|
soc {
|
2012-09-27 00:08:35 +08:00
|
|
|
i2c@80004000 {
|
|
|
|
tps61052@33 {
|
|
|
|
compatible = "tps61052";
|
|
|
|
reg = <0x33>;
|
|
|
|
};
|
2013-10-02 22:03:31 +08:00
|
|
|
|
2013-10-16 05:00:10 +08:00
|
|
|
tc35892@42 {
|
|
|
|
compatible = "toshiba,tc35892";
|
2013-10-02 22:03:31 +08:00
|
|
|
reg = <0x42>;
|
|
|
|
interrupt-parent = <&gpio6>;
|
|
|
|
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
2013-11-13 21:57:49 +08:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&tc35892_hrefprev60_mode>;
|
2013-10-02 22:03:31 +08:00
|
|
|
|
|
|
|
interrupt-controller;
|
2013-10-16 05:00:10 +08:00
|
|
|
#interrupt-cells = <1>;
|
2013-10-02 22:03:31 +08:00
|
|
|
|
|
|
|
tc3589x_gpio: tc3589x_gpio {
|
|
|
|
compatible = "tc3589x-gpio";
|
2013-10-16 05:00:10 +08:00
|
|
|
interrupts = <0>;
|
2013-10-02 22:03:31 +08:00
|
|
|
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
};
|
|
|
|
};
|
2012-09-27 00:08:35 +08:00
|
|
|
};
|
2012-09-28 21:41:06 +08:00
|
|
|
|
2012-11-15 21:07:02 +08:00
|
|
|
vmmci: regulator-gpio {
|
|
|
|
gpios = <&tc3589x_gpio 18 0x4>;
|
2012-12-06 23:11:53 +08:00
|
|
|
enable-gpio = <&tc3589x_gpio 17 0x4>;
|
2012-11-15 21:07:02 +08:00
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
2013-11-13 20:46:57 +08:00
|
|
|
|
|
|
|
pinctrl {
|
|
|
|
sdi0 {
|
|
|
|
/* This additional pin needed on early MOP500 and HREFs previous to v60 */
|
|
|
|
sdi0_default_mode: sdi0_default {
|
|
|
|
hrefprev60_mux {
|
|
|
|
ste,function = "mc0";
|
|
|
|
ste,pins = "mc0dat31dir_a_1";
|
|
|
|
};
|
|
|
|
hrefprev60_cfg1 {
|
|
|
|
ste,pins = "GPIO21_AB3"; /* DAT31DIR */
|
|
|
|
ste,config = <&out_hi>;
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
2013-11-13 21:57:49 +08:00
|
|
|
tc35892 {
|
|
|
|
tc35892_hrefprev60_mode: tc35892_hrefprev60 {
|
|
|
|
hrefprev60_cfg {
|
|
|
|
ste,pins = "GPIO217_AH12";
|
|
|
|
ste,config = <&gpio_in_pu>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2013-11-13 20:46:57 +08:00
|
|
|
};
|
2012-09-27 00:08:35 +08:00
|
|
|
};
|
|
|
|
};
|