diff options
author | Luwei Zhou <b45643@freescale.com> | 2015-05-19 10:32:37 +0800 |
---|---|---|
committer | Luwei Zhou <b45643@freescale.com> | 2015-05-19 17:36:33 +0800 |
commit | 8870baaa9908f0692318c92949aa9c9f4c8d45b4 (patch) | |
tree | 342e573665f3e9338dd59ddf1ca07b2a7bb3de66 /arch/arm/boot/dts/imx7d-sdb.dts | |
parent | 62733a59dddd9a1b9325b825097758363cbf30da (diff) |
MLK-10921: ARM: dts: imx7d: Enable the SIM1 devicetree on the i.MX7d-SDB platform.
Add the SIM1 devicetree support on the i.MX7D-SDB platform.
Signed-off-by: Luwei Zhou <b45643@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-sdb.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-sdb.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index f55d71416963..4fe75efcd7f5 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -679,6 +679,16 @@ >; }; + pinctrl_sim1_1: sim1grp-1 { + fsl,pins = < + MX7D_PAD_EPDC_DATA10__SIM1_PORT1_RST_B 0x77 + MX7D_PAD_EPDC_DATA12__SIM1_PORT1_PD 0x77 + MX7D_PAD_EPDC_DATA11__SIM1_PORT1_SVEN 0x77 + MX7D_PAD_EPDC_DATA09__SIM1_PORT1_CLK 0x73 + MX7D_PAD_EPDC_DATA08__SIM1_PORT1_TRXD 0x73 + >; + }; + pinctrl_uart1: uart1grp { fsl,pins = < MX7D_PAD_UART1_TX_DATA__UART1_DCE_TX 0x79 @@ -884,6 +894,14 @@ status = "okay"; }; +&sim1 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_sim1_1>; + port = <0>; + sven_low_active; + status = "disabled"; +}; + &uart1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart1>; |