ARM: dts: enable PCIe support for Cygnus
[deliverable/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 };
15
16 &uart1 {
17 pinctrl-names = "default";
18 pinctrl-0 = <&pinctrl_microsom_uart1>;
19 status = "okay";
20 };
This page took 0.058941 seconds and 5 git commands to generate.