1 // SPDX-License-Identifier: GPL-2.0-only 2 /* 3 * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://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"; 20 pinctrl-0 = <&mmc1_pins_default_no_clk_pu>; 21 pinctrl-1 = <&mmc1_pins_hs>; 22 }; 23 24 &mmc2 { 25 pinctrl-names = "default", "hs", "ddr_3_3v"; 26 pinctrl-0 = <&mmc2_pins_default>; 27 pinctrl-1 = <&mmc2_pins_hs>; 28 pinctrl-2 = <&mmc2_pins_ddr_rev20>; 29 }; 30 31 &pruss1_mdio { 32 status = "disabled"; 33 }; 34 35 &pruss2_mdio { 36 status = "disabled"; 37 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.