• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Device Tree for the HREF520 version with the TVK1281618 UIB
4 */
5
6/dts-v1/;
7#include "ste-db8520.dtsi"
8#include "ste-hrefv60plus.dtsi"
9#include "ste-href-tvk1281618-r3.dtsi"
10
11/ {
12	model = "ST-Ericsson HREF520 and TVK1281618 UIB";
13	compatible = "st-ericsson,href520", "st-ericsson,u8500";
14
15	soc {
16		vmmci: regulator-gpio {
17			gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
18			enable-gpio = <&gpio2 14 GPIO_ACTIVE_HIGH>;
19			enable-active-high;
20		};
21	};
22};
23