1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright 2012 ST-Ericsson AB 4 */ 5 6/dts-v1/; 7#include "ste-db8500.dtsi" 8#include "ste-hrefprev60.dtsi" 9#include "ste-href-stuib.dtsi" 10 11/ { 12 model = "ST-Ericsson HREF (pre-v60) and ST UIB"; 13 compatible = "st-ericsson,mop500", "st-ericsson,u8500"; 14 15 soc { 16 /* Reset line for the BU21013 touchscreen */ 17 i2c@80110000 { 18 /* Only one of these will be used */ 19 bu21013_tp@5c { 20 interrupt-parent = <&gpio2>; 21 interrupts = <12 IRQ_TYPE_LEVEL_LOW>; 22 touch-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>; 23 reset-gpios = <&tc3589x_gpio 13 GPIO_LINE_OPEN_DRAIN>; 24 }; 25 bu21013_tp@5d { 26 interrupt-parent = <&gpio2>; 27 interrupts = <12 IRQ_TYPE_LEVEL_LOW>; 28 touch-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>; 29 reset-gpios = <&tc3589x_gpio 13 GPIO_LINE_OPEN_DRAIN>; 30 }; 31 }; 32 }; 33}; 34