xref: /freebsd/sys/contrib/device-tree/src/arm/st/ste-hrefprev60-tvk.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2012 ST-Ericsson AB
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot#include "ste-db8500.dtsi"
8*f126890aSEmmanuel Vadot#include "ste-hrefprev60.dtsi"
9*f126890aSEmmanuel Vadot#include "ste-href-tvk1281618-r2.dtsi"
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot/ {
12*f126890aSEmmanuel Vadot	model = "ST-Ericsson HREF (pre-v60) and TVK1281618 R2 UIB";
13*f126890aSEmmanuel Vadot	compatible = "st-ericsson,mop500", "st-ericsson,u8500";
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot	/* ST6G3244ME level translator for 1.8/2.9 V */
16*f126890aSEmmanuel Vadot	vmmci: regulator-gpio {
17*f126890aSEmmanuel Vadot		compatible = "regulator-gpio";
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot		regulator-min-microvolt = <1800000>;
20*f126890aSEmmanuel Vadot		regulator-max-microvolt = <2900000>;
21*f126890aSEmmanuel Vadot		regulator-name = "mmci-reg";
22*f126890aSEmmanuel Vadot		regulator-type = "voltage";
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot		startup-delay-us = <100>;
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot		states = <1800000 0x1
27*f126890aSEmmanuel Vadot			  2900000 0x0>;
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadot		gpios = <&tc3589x_gpio 18 GPIO_ACTIVE_HIGH>;
30*f126890aSEmmanuel Vadot		enable-gpio = <&tc3589x_gpio 17 GPIO_ACTIVE_HIGH>;
31*f126890aSEmmanuel Vadot		enable-active-high;
32*f126890aSEmmanuel Vadot	};
33*f126890aSEmmanuel Vadot};
34