Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / arch / arm / boot / dts / ste-hrefv60plus-stuib.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright 2012 ST-Ericsson AB
4  *
5  * Device Tree for the HREF version 60 or later with the ST UIB
6  */
7
8 /dts-v1/;
9 #include "ste-hrefv60plus.dtsi"
10 #include "ste-href-stuib.dtsi"
11
12 / {
13         model = "ST-Ericsson HREF (v60+) and ST UIB";
14         compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500";
15
16         /* This stablilizes the serial port enumeration */
17         aliases {
18                 serial0 = &ux500_serial0;
19                 serial1 = &ux500_serial1;
20                 serial2 = &ux500_serial2;
21         };
22
23         soc {
24                 /* Reset line for the BU21013 touchscreen */
25                 i2c@80110000 {
26                         /* Only one of these will be used */
27                         bu21013_tp@5c {
28                                 touch-gpio = <&gpio2 20 0x4>;
29                                 reset-gpio = <&gpio4 17 0x4>;
30                         };
31                         bu21013_tp@5d {
32                                 touch-gpio = <&gpio2 20 0x4>;
33                                 reset-gpio = <&gpio4 17 0x4>;
34                         };
35                 };
36         };
37 };