]> Git Repo - J-u-boot.git/blob - arch/arm/dts/am572x-idk.dts
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / arm / dts / am572x-idk.dts
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 "dra74x.dtsi"
9 #include "am572x-idk-common.dtsi"
10 #include "am57xx-idk-common.dtsi"
11 #include "dra7-mmc-iodelay.dtsi"
12 #include "dra74x-mmc-iodelay.dtsi"
13
14 / {
15         model = "TI AM5728 IDK";
16         compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74",
17                      "ti,dra7";
18 };
19
20 &mmc1 {
21         pinctrl-names = "default", "hs";
22         pinctrl-0 = <&mmc1_pins_default_no_clk_pu>;
23         pinctrl-1 = <&mmc1_pins_hs>;
24 };
25
26 &mmc2 {
27         pinctrl-names = "default", "hs", "ddr_1_8v";
28         pinctrl-0 = <&mmc2_pins_default>;
29         pinctrl-1 = <&mmc2_pins_hs>;
30         pinctrl-2 = <&mmc2_pins_ddr_rev20>;
31 };
This page took 0.028921 seconds and 4 git commands to generate.