0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/
0004 */
0005
0006 #include "am57xx-beagle-x15-common.dtsi"
0007
0008 / {
0009 model = "TI AM5728 BeagleBoard-X15 rev C";
0010 };
0011
0012 &tpd12s015 {
0013 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
0014 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
0015 <&gpio7 12 GPIO_ACTIVE_HIGH>; /* gpio7_12/sp1_cs2, HPD */
0016 };
0017
0018 &mmc1 {
0019 pinctrl-names = "default", "hs";
0020 pinctrl-0 = <&mmc1_pins_default>;
0021 pinctrl-1 = <&mmc1_pins_hs>;
0022 vmmc-supply = <&vdd_3v3>;
0023 vqmmc-supply = <&ldo1_reg>;
0024 };
0025
0026 &mmc2 {
0027 pinctrl-names = "default", "hs", "ddr_3_3v";
0028 pinctrl-0 = <&mmc2_pins_default>;
0029 pinctrl-1 = <&mmc2_pins_hs>;
0030 pinctrl-2 = <&mmc2_pins_ddr_rev20>;
0031 };