]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - arch/arm/boot/dts/ste-hrefprev60-stuib.dts
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159
[mirror_ubuntu-jammy-kernel.git] / arch / arm / boot / dts / ste-hrefprev60-stuib.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Copyright 2012 ST-Ericsson AB
4 */
5
6 /dts-v1/;
7 #include "ste-hrefprev60.dtsi"
8 #include "ste-href-stuib.dtsi"
9
10 / {
11 model = "ST-Ericsson HREF (pre-v60) and ST UIB";
12 compatible = "st-ericsson,mop500", "st-ericsson,u8500";
13
14 /* This stablilizes the serial port enumeration */
15 aliases {
16 serial0 = &ux500_serial0;
17 serial1 = &ux500_serial1;
18 serial2 = &ux500_serial2;
19 };
20
21 soc {
22 /* Reset line for the BU21013 touchscreen */
23 i2c@80110000 {
24 /* Only one of these will be used */
25 bu21013_tp@5c {
26 touch-gpio = <&gpio2 12 0x4>;
27 reset-gpio = <&tc3589x_gpio 13 0x4>;
28 };
29 bu21013_tp@5d {
30 touch-gpio = <&gpio2 12 0x4>;
31 reset-gpio = <&tc3589x_gpio 13 0x4>;
32 };
33 };
34 };
35 };