Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright 2013 Sascha Hauer, Pengutronix
0004  *
0005  * Copyright 2013-2021 TQ-Systems GmbH
0006  * Author: Markus Niebel <Markus.Niebel@tq-group.com>
0007  */
0008 
0009 &ecspi5 {
0010         pinctrl-names = "default";
0011         pinctrl-0 = <&pinctrl_ecspi5_mba6x>;
0012         cs-gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
0013 };
0014 
0015 &ethphy {
0016         rxdv-skew-ps = <180>;
0017         txen-skew-ps = <120>;
0018         rxd3-skew-ps = <180>;
0019         rxd2-skew-ps = <180>;
0020         rxd1-skew-ps = <180>;
0021         rxd0-skew-ps = <180>;
0022         txd3-skew-ps = <120>;
0023         txd2-skew-ps = <0>;
0024         txd1-skew-ps = <180>;
0025         txd0-skew-ps = <360>;
0026         txc-skew-ps = <1860>;
0027         rxc-skew-ps = <1860>;
0028 };
0029 
0030 &sata {
0031         status = "okay";
0032 };
0033 
0034 &iomuxc {
0035         pinctrl_ecspi5_mba6x: ecspi5grp-mba6x {
0036                 fsl,pins = <
0037                         /* HYS, SPEED = MED, 100k up, DSE = 011, SRE_FAST */
0038                         MX6QDL_PAD_SD1_DAT0__ECSPI5_MISO 0x1b099
0039                         MX6QDL_PAD_SD1_CMD__ECSPI5_MOSI 0xb099
0040                         MX6QDL_PAD_SD1_CLK__ECSPI5_SCLK 0xb099
0041                         MX6QDL_PAD_SD1_DAT1__GPIO1_IO17 0xb099 /* eCSPI5 SS0 */
0042                 >;
0043         };
0044 };