Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / am57xx-beagle-x15.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
4  */
5
6 #include "am57xx-beagle-x15-common.dtsi"
7
8 / {
9         /* NOTE: This describes the "original" pre-production A2 revision */
10         model = "TI AM5728 BeagleBoard-X15";
11 };
12
13 &tpd12s015 {
14         gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>,   /* gpio7_10, CT CP HPD */
15                 <&gpio6 28 GPIO_ACTIVE_HIGH>,   /* gpio6_28, LS OE */
16                 <&gpio7 12 GPIO_ACTIVE_HIGH>;   /* gpio7_12/sp1_cs2, HPD */
17 };
18
19 &mmc1 {
20         pinctrl-names = "default", "hs";
21         pinctrl-0 = <&mmc1_pins_default>;
22         pinctrl-1 = <&mmc1_pins_hs>;
23
24         vmmc-supply = <&ldo1_reg>;
25         no-1-8-v;
26 };
27
28 &mmc2 {
29         pinctrl-names = "default", "hs", "ddr_3_3v";
30         pinctrl-0 = <&mmc2_pins_default>;
31         pinctrl-1 = <&mmc2_pins_hs>;
32         pinctrl-2 = <&mmc2_pins_ddr_3_3v_rev11 &mmc2_iodelay_ddr_3_3v_rev11_conf>;
33 };
34
35 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
36 &phy1 {
37         max-speed = <100>;
38 };