2012-09-26 23:08:35 +07: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 20:42:59 +07:00
|
|
|
*
|
|
|
|
* Device Tree for the HREF+ prior to the v60 variant.
|
2012-09-26 23:08:35 +07:00
|
|
|
*/
|
|
|
|
|
2013-08-07 20:37:52 +07:00
|
|
|
#include "ste-dbx5x0.dtsi"
|
|
|
|
#include "ste-href.dtsi"
|
2012-09-26 23:08:35 +07:00
|
|
|
|
|
|
|
/ {
|
2012-09-26 23:09:17 +07:00
|
|
|
gpio_keys {
|
|
|
|
button@1 {
|
|
|
|
gpios = <&tc3589x_gpio 7 0x4>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2013-03-01 20:38:07 +07:00
|
|
|
soc {
|
2012-09-26 23:08:35 +07:00
|
|
|
i2c@80004000 {
|
|
|
|
tps61052@33 {
|
|
|
|
compatible = "tps61052";
|
|
|
|
reg = <0x33>;
|
|
|
|
};
|
2013-10-02 21:03:31 +07:00
|
|
|
|
2013-10-16 04:00:10 +07:00
|
|
|
tc35892@42 {
|
|
|
|
compatible = "toshiba,tc35892";
|
2013-10-02 21:03:31 +07:00
|
|
|
reg = <0x42>;
|
|
|
|
interrupt-parent = <&gpio6>;
|
|
|
|
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
|
|
|
|
|
|
|
interrupt-controller;
|
2013-10-16 04:00:10 +07:00
|
|
|
#interrupt-cells = <1>;
|
2013-10-02 21:03:31 +07:00
|
|
|
|
|
|
|
tc3589x_gpio: tc3589x_gpio {
|
|
|
|
compatible = "tc3589x-gpio";
|
2013-10-16 04:00:10 +07:00
|
|
|
interrupts = <0>;
|
2013-10-02 21:03:31 +07:00
|
|
|
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
};
|
|
|
|
};
|
2012-09-26 23:08:35 +07:00
|
|
|
};
|
2012-09-28 20:41:06 +07:00
|
|
|
|
2012-11-15 20:07:02 +07:00
|
|
|
vmmci: regulator-gpio {
|
|
|
|
gpios = <&tc3589x_gpio 18 0x4>;
|
2012-12-06 22:11:53 +07:00
|
|
|
enable-gpio = <&tc3589x_gpio 17 0x4>;
|
2012-11-15 20:07:02 +07:00
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
2013-11-13 19:46:57 +07: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>;
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2012-09-26 23:08:35 +07:00
|
|
|
};
|
|
|
|
};
|