1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2012 ST-Ericsson AB
5 * Device Tree for the HREF version 60 or later with the ST UIB
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include "ste-hrefv60plus.dtsi"
12 #include "ste-href-stuib.dtsi"
15 model = "ST-Ericsson HREF (v60+) and ST UIB";
16 compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500";
18 /* This stablilizes the serial port enumeration */
20 serial0 = &ux500_serial0;
21 serial1 = &ux500_serial1;
22 serial2 = &ux500_serial2;
26 /* Reset line for the BU21013 touchscreen */
28 /* Only one of these will be used */
30 interrupt-parent = <&gpio2>;
31 interrupts = <20 IRQ_TYPE_LEVEL_LOW>;
32 touch-gpios = <&gpio2 20 GPIO_ACTIVE_LOW>;
33 reset-gpios = <&gpio4 17 GPIO_LINE_OPEN_DRAIN>;
36 interrupt-parent = <&gpio2>;
37 interrupts = <20 IRQ_TYPE_LEVEL_LOW>;
38 touch-gpios = <&gpio2 20 GPIO_ACTIVE_LOW>;
39 reset-gpios = <&gpio4 17 GPIO_LINE_OPEN_DRAIN>;