Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2 34 lines 907 B view raw
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ 4 */ 5 6/dts-v1/; 7 8#include "am5728.dtsi" 9#include "dra7-mmc-iodelay.dtsi" 10#include "dra74x-mmc-iodelay.dtsi" 11#include "am572x-idk-common.dtsi" 12 13/ { 14 model = "TI AM5728 IDK"; 15 compatible = "ti,am5728-idk", "ti,am5728", "ti,dra7"; 16}; 17 18&mmc1 { 19 pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104"; 20 pinctrl-0 = <&mmc1_pins_default_no_clk_pu>; 21 pinctrl-1 = <&mmc1_pins_hs>; 22 pinctrl-2 = <&mmc1_pins_sdr12>; 23 pinctrl-3 = <&mmc1_pins_sdr25>; 24 pinctrl-4 = <&mmc1_pins_sdr50>; 25 pinctrl-5 = <&mmc1_pins_ddr50 &mmc1_iodelay_ddr_rev20_conf>; 26 pinctrl-6 = <&mmc1_pins_sdr104 &mmc1_iodelay_sdr104_rev20_conf>; 27}; 28 29&mmc2 { 30 pinctrl-names = "default", "hs", "ddr_3_3v"; 31 pinctrl-0 = <&mmc2_pins_default>; 32 pinctrl-1 = <&mmc2_pins_hs>; 33 pinctrl-2 = <&mmc2_pins_ddr_rev20>; 34};