]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/am57xx-beagle-x15.dts
UBUNTU: Ubuntu-5.3.0-29.31
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / am57xx-beagle-x15.dts
CommitLineData
d2912cb1 1// SPDX-License-Identifier: GPL-2.0-only
5a0f93c6 2/*
0af28cc9 3 * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
5a0f93c6 4 */
5a0f93c6 5
0af28cc9 6#include "am57xx-beagle-x15-common.dtsi"
5a0f93c6
NM
7
8/ {
0af28cc9 9 /* NOTE: This describes the "original" pre-production A2 revision */
5a0f93c6 10 model = "TI AM5728 BeagleBoard-X15";
5a0f93c6
NM
11};
12
0af28cc9
NM
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 */
a75dacf8
FB
17};
18
5a0f93c6 19&mmc1 {
a934f8ce
KVA
20 pinctrl-names = "default", "hs";
21 pinctrl-0 = <&mmc1_pins_default>;
22 pinctrl-1 = <&mmc1_pins_hs>;
23
5a0f93c6 24 vmmc-supply = <&ldo1_reg>;
940293af 25 no-1-8-v;
ebbf93f0 26};
52349a2a 27
a934f8ce 28&mmc2 {
fc7a0397 29 pinctrl-names = "default", "hs", "ddr_3_3v";
a934f8ce
KVA
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
52349a2a
GS
35/* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
36&phy1 {
37 max-speed = <100>;
38};