blob: 2b1cb5b584b664033bd5eaba7c7f527ad35c5cf5 [file] [log] [blame]
Linus Walleij01dc9092013-10-02 15:42:59 +02001/*
2 * Copyright 2012 ST-Ericsson AB
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/dts-v1/;
13#include "ste-hrefprev60.dtsi"
14#include "ste-href-stuib.dtsi"
15
16/ {
17 model = "ST-Ericsson HREF (pre-v60) and ST UIB";
18 compatible = "st-ericsson,mop500", "st-ericsson,u8500";
19
20 soc {
21 /* Reset line for the BU21013 touchscreen */
22 i2c@80110000 {
Linus Walleij741a6c42013-10-03 10:29:24 +020023 /* Only one of these will be used */
Linus Walleij01dc9092013-10-02 15:42:59 +020024 bu21013_tp@5c {
Linus Walleij741a6c42013-10-03 10:29:24 +020025 touch-gpio = <&gpio2 12 0x4>;
26 reset-gpio = <&tc3589x_gpio 13 0x4>;
27 };
28 bu21013_tp@5d {
29 touch-gpio = <&gpio2 12 0x4>;
Linus Walleij01dc9092013-10-02 15:42:59 +020030 reset-gpio = <&tc3589x_gpio 13 0x4>;
31 };
32 };
33 };
34};