]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/imx6qdl-microsom.dtsi
Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[karo-tx-linux.git] / arch / arm / boot / dts / imx6qdl-microsom.dtsi
1 /*
2  * Copyright (C) 2013,2014 Russell King
3  */
4
5 &iomuxc {
6         microsom {
7                 pinctrl_microsom_uart1: microsom-uart1 {
8                         fsl,pins = <
9                                 MX6QDL_PAD_CSI0_DAT10__UART1_TX_DATA    0x1b0b1
10                                 MX6QDL_PAD_CSI0_DAT11__UART1_RX_DATA    0x1b0b1
11                         >;
12                 };
13
14                 pinctrl_microsom_usbotg: microsom-usbotg {
15                         /*
16                          * Similar to pinctrl_usbotg_2, but we want it
17                          * pulled down for a fixed host connection.
18                          */
19                         fsl,pins = <MX6QDL_PAD_GPIO_1__USB_OTG_ID 0x13059>;
20                 };
21         };
22 };
23
24 &uart1 {
25         pinctrl-names = "default";
26         pinctrl-0 = <&pinctrl_microsom_uart1>;
27         status = "okay";
28 };
29
30 &usbotg {
31         pinctrl-names = "default";
32         pinctrl-0 = <&pinctrl_microsom_usbotg>;
33 };