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-href-ab8500.dtsi" 9 #include "ste-hrefprev60.dtsi" 10 #include "ste-href-stuib.dtsi" 11 12 / { 13 model = "ST-Ericsson HREF (pre-v60) an 14 compatible = "st-ericsson,mop500", "st 15 16 /* ST6G3244ME level translator for 1.8 17 vmmci: regulator-gpio { 18 compatible = "regulator-gpio"; 19 20 regulator-min-microvolt = <180 21 regulator-max-microvolt = <290 22 regulator-name = "mmci-reg"; 23 regulator-type = "voltage"; 24 25 startup-delay-us = <100>; 26 27 states = <1800000 0x1 28 2900000 0x0>; 29 30 gpios = <&tc3589x_gpio 18 GPIO 31 enable-gpios = <&tc3589x_gpio 32 enable-active-high; 33 }; 34 35 soc { 36 /* Reset line for the BU21013 37 i2c@80110000 { 38 /* Only one of these w 39 bu21013_tp@5c { 40 interrupt-pare 41 interrupts = < 42 touch-gpios = 43 reset-gpios = 44 }; 45 bu21013_tp@5d { 46 interrupt-pare 47 interrupts = < 48 touch-gpios = 49 reset-gpios = 50 }; 51 }; 52 }; 53 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.