Linus Walleij | 01dc909 | 2013-10-02 15:42:59 +0200 | [diff] [blame] | 1 | /* |
| 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 | |
Linus Walleij | 109978d | 2015-07-10 11:32:15 +0200 | [diff] [blame] | 20 | /* This stablilizes the serial port enumeration */ |
| 21 | aliases { |
| 22 | serial0 = &ux500_serial0; |
| 23 | serial1 = &ux500_serial1; |
| 24 | serial2 = &ux500_serial2; |
| 25 | }; |
| 26 | |
Linus Walleij | 01dc909 | 2013-10-02 15:42:59 +0200 | [diff] [blame] | 27 | soc { |
| 28 | /* Reset line for the BU21013 touchscreen */ |
| 29 | i2c@80110000 { |
Linus Walleij | 741a6c4 | 2013-10-03 10:29:24 +0200 | [diff] [blame] | 30 | /* Only one of these will be used */ |
Linus Walleij | 01dc909 | 2013-10-02 15:42:59 +0200 | [diff] [blame] | 31 | bu21013_tp@5c { |
Linus Walleij | 741a6c4 | 2013-10-03 10:29:24 +0200 | [diff] [blame] | 32 | touch-gpio = <&gpio2 12 0x4>; |
| 33 | reset-gpio = <&tc3589x_gpio 13 0x4>; |
| 34 | }; |
| 35 | bu21013_tp@5d { |
| 36 | touch-gpio = <&gpio2 12 0x4>; |
Linus Walleij | 01dc909 | 2013-10-02 15:42:59 +0200 | [diff] [blame] | 37 | reset-gpio = <&tc3589x_gpio 13 0x4>; |
| 38 | }; |
| 39 | }; |
| 40 | }; |
| 41 | }; |