blob: 637369744d38e6073ce7b04cf3e936fc60109169 [file] [log] [blame]
Andrew Davis5ba8a2b2023-04-11 13:24:56 -05001// SPDX-License-Identifier: GPL-2.0-only
Mugunthan V Na4d11742015-09-29 14:42:27 +05302/*
Andrew Davis5ba8a2b2023-04-11 13:24:56 -05003 * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/
Mugunthan V Na4d11742015-09-29 14:42:27 +05304 */
Mugunthan V Na4d11742015-09-29 14:42:27 +05305
Lokesh Vutlafba1ca72016-11-25 11:14:18 +05306#include "am57xx-beagle-x15-common.dtsi"
Mugunthan V Na4d11742015-09-29 14:42:27 +05307
8/ {
Lokesh Vutlafba1ca72016-11-25 11:14:18 +05309 /* NOTE: This describes the "original" pre-production A2 revision */
Mugunthan V Na4d11742015-09-29 14:42:27 +053010 model = "TI AM5728 BeagleBoard-X15";
Mugunthan V Na4d11742015-09-29 14:42:27 +053011};
12
Lokesh Vutlafba1ca72016-11-25 11:14:18 +053013&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 */
Mugunthan V Na4d11742015-09-29 14:42:27 +053017};
18
Mugunthan V Na4d11742015-09-29 14:42:27 +053019&mmc1 {
Lokesh Vutlacfa23a42017-08-21 12:50:59 +053020 pinctrl-names = "default", "hs";
21 pinctrl-0 = <&mmc1_pins_default>;
22 pinctrl-1 = <&mmc1_pins_hs>;
23
Mugunthan V Na4d11742015-09-29 14:42:27 +053024 vmmc-supply = <&ldo1_reg>;
Jean-Jacques Hiblotfc39f412018-01-30 16:01:50 +010025 /delete-property/ sd-uhs-sdr104;
26 /delete-property/ sd-uhs-sdr50;
27 /delete-property/ sd-uhs-ddr50;
28 /delete-property/ sd-uhs-sdr25;
29 /delete-property/ sd-uhs-sdr12;
Mugunthan V Na4d11742015-09-29 14:42:27 +053030};
Lokesh Vutlacfa23a42017-08-21 12:50:59 +053031
32&mmc2 {
33 pinctrl-names = "default", "hs", "ddr_1_8v";
34 pinctrl-0 = <&mmc2_pins_default>;
35 pinctrl-1 = <&mmc2_pins_hs>;
36 pinctrl-2 = <&mmc2_pins_ddr_3_3v_rev11 &mmc2_iodelay_ddr_3_3v_rev11_conf>;
Jean-Jacques Hiblotfc39f412018-01-30 16:01:50 +010037 /delete-property/ mmc-hs200-1_8v;
Lokesh Vutlacfa23a42017-08-21 12:50:59 +053038};
39
40/* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
41&phy1 {
42 max-speed = <100>;
43};