summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evkb-sd1.dts
blob: 86e0c2a4a4c2905b3ccf8d4e91904dd77f251100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
 * Copyright 2016 Freescale Semiconductor, Inc.
 * Copyright 2017 NXP
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include "imx7ulp-evkb.dts"

/ {
	regulators {
		reg_vsd_3v3b: regulator@2 {
			compatible = "regulator-fixed";
			reg = <2>;
			regulator-name = "VSD_3V3B";
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			gpio = <&gpio_pte 11 GPIO_ACTIVE_HIGH>;
			off-on-delay = <20000>;
			enable-active-high;
		};
	};
};

&lpuart6 {
	status = "disabled";
};

&usdhc1 {
	pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
	pinctrl-0 = <&pinctrl_usdhc1 &pinctrl_usdhc1_rst>;
	pinctrl-1 = <&pinctrl_usdhc1 &pinctrl_usdhc1_rst>;
	pinctrl-2 = <&pinctrl_usdhc1 &pinctrl_usdhc1_rst>;
	pinctrl-3 = <&pinctrl_usdhc1 &pinctrl_usdhc1_rst>;
	cd-gpios = <&gpio_pte 13 GPIO_ACTIVE_LOW>;
	wp-gpios = <&gpio_pte 12 GPIO_ACTIVE_HIGH>;
	fsl,delay-line = <15>;
	vmmc-supply = <&reg_vsd_3v3b>;
	/delete-property/non-removable;
	/delete-property/cd-post;
	/delete-property/wifi-host;
	/delete-property/pm-ignore-notify;
	/delete-property/keep-power-in-suspend;
	/delete-property/non-removable;
	/delete-property/no-1-8-v;
	status = "okay";
};