162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * MMC IOdelay values for TI's DRA7xx SoCs. 462306a36Sopenharmony_ci * Copyright (C) 2018 Texas Instruments 562306a36Sopenharmony_ci * Author: Kishon Vijay Abraham I <kishon@ti.com> 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci&dra7_pmx_core { 962306a36Sopenharmony_ci mmc1_pins_default_no_clk_pu: mmc1-default-no-clk-pu-pins { 1062306a36Sopenharmony_ci pinctrl-single,pins = < 1162306a36Sopenharmony_ci DRA7XX_CORE_IOPAD(0x3754, PIN_INPUT_PULLDOWN | MUX_MODE0) /* mmc1_clk.clk */ 1262306a36Sopenharmony_ci DRA7XX_CORE_IOPAD(0x3758, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */ 1362306a36Sopenharmony_ci DRA7XX_CORE_IOPAD(0x375c, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat0.dat0 */ 1462306a36Sopenharmony_ci DRA7XX_CORE_IOPAD(0x3760, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat1.dat1 */ 1562306a36Sopenharmony_ci DRA7XX_CORE_IOPAD(0x3764, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat2.dat2 */ 1662306a36Sopenharmony_ci DRA7XX_CORE_IOPAD(0x3768, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat3.dat3 */ 1762306a36Sopenharmony_ci >; 1862306a36Sopenharmony_ci }; 1962306a36Sopenharmony_ci}; 20