xref: /freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/am57xx-beagle-x15-revb1.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot#include "am57xx-beagle-x15-common.dtsi"
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot/ {
9*f126890aSEmmanuel Vadot	model = "TI AM5728 BeagleBoard-X15 rev B1";
10*f126890aSEmmanuel Vadot};
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot&tpd12s015 {
13*f126890aSEmmanuel Vadot	gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>,	/* gpio7_10, CT CP HPD */
14*f126890aSEmmanuel Vadot		<&gpio2 30 GPIO_ACTIVE_HIGH>,	/* gpio2_30, LS OE */
15*f126890aSEmmanuel Vadot		<&gpio7 12 GPIO_ACTIVE_HIGH>;	/* gpio7_12/sp1_cs2, HPD */
16*f126890aSEmmanuel Vadot};
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot&mmc1 {
19*f126890aSEmmanuel Vadot	pinctrl-names = "default", "hs";
20*f126890aSEmmanuel Vadot	pinctrl-0 = <&mmc1_pins_default>;
21*f126890aSEmmanuel Vadot	pinctrl-1 = <&mmc1_pins_hs>;
22*f126890aSEmmanuel Vadot	vmmc-supply = <&vdd_3v3>;
23*f126890aSEmmanuel Vadot	vqmmc-supply = <&ldo1_reg>;
24*f126890aSEmmanuel Vadot};
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot&mmc2 {
27*f126890aSEmmanuel Vadot	pinctrl-names = "default", "hs", "ddr_3_3v";
28*f126890aSEmmanuel Vadot	pinctrl-0 = <&mmc2_pins_default>;
29*f126890aSEmmanuel Vadot	pinctrl-1 = <&mmc2_pins_hs>;
30*f126890aSEmmanuel Vadot	pinctrl-2 = <&mmc2_pins_ddr_3_3v_rev11 &mmc2_iodelay_ddr_3_3v_rev11_conf>;
31*f126890aSEmmanuel Vadot};
32*f126890aSEmmanuel Vadot
33*f126890aSEmmanuel Vadot/* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
34*f126890aSEmmanuel Vadot&phy1 {
35*f126890aSEmmanuel Vadot	max-speed = <100>;
36*f126890aSEmmanuel Vadot};
37