blob: 19a60a11c19890d49f608e12c4a4c3a5d3c822bc [file] [log] [blame]
Nishanth Menon5a0f93c2014-11-07 11:47:13 -06001/*
Nishanth Menon0af28cc2016-09-02 12:14:45 -05002 * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
Nishanth Menon5a0f93c2014-11-07 11:47:13 -06003 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
Nishanth Menon5a0f93c2014-11-07 11:47:13 -06008
Nishanth Menon0af28cc2016-09-02 12:14:45 -05009#include "am57xx-beagle-x15-common.dtsi"
Nishanth Menon5a0f93c2014-11-07 11:47:13 -060010
11/ {
Nishanth Menon0af28cc2016-09-02 12:14:45 -050012 /* NOTE: This describes the "original" pre-production A2 revision */
Nishanth Menon5a0f93c2014-11-07 11:47:13 -060013 model = "TI AM5728 BeagleBoard-X15";
Nishanth Menon5a0f93c2014-11-07 11:47:13 -060014};
15
Nishanth Menon0af28cc2016-09-02 12:14:45 -050016&tpd12s015 {
17 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
18 <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
19 <&gpio7 12 GPIO_ACTIVE_HIGH>; /* gpio7_12/sp1_cs2, HPD */
Felipe Balbia75dacf2014-12-04 15:02:57 -060020};
21
Nishanth Menon5a0f93c2014-11-07 11:47:13 -060022&mmc1 {
Nishanth Menon5a0f93c2014-11-07 11:47:13 -060023 vmmc-supply = <&ldo1_reg>;
Suman Annaebbf93f2015-09-18 13:16:34 -050024};
Grygorii Strashko52349a22017-01-12 11:14:29 -060025
26/* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
27&phy1 {
28 max-speed = <100>;
29};