]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts
ENGR00296510 ARM: dts: imx6qdl-sabreauto: use the gpio5_4 to enable the EIM_D18
[karo-tx-linux.git] / arch / arm / boot / dts / imx6dl-sabreauto-gpmi-weim.dts
1 /*
2  * Copyright (C) 2013 Freescale Semiconductor, Inc.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  */
8
9 #include "imx6dl-sabreauto.dts"
10
11 &ecspi1 {
12         /* pin conflict with weim */
13         status = "disabled";
14 };
15
16 &flexcan2 {
17         /* max7310_c on i2c3 is gone */
18         status = "disabled";
19 };
20
21 &gpmi {
22         status = "okay";
23 };
24
25 &i2c3 {
26         /* pin conflict with weim */
27         status = "disabled";
28 };
29
30 &uart3 {
31         /* pin conflict with gpmi and weim */
32         status = "disabled";
33 };
34
35 &usbh1 {
36         /* max7310_b on i2c3 is gone */
37         status = "disabled";
38 };
39
40 &usbotg {
41         dr_mode = "peripheral";
42         status = "okay";
43 };
44
45 &weim {
46         pinctrl-assert-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
47         status = "okay";
48 };