summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/am335x-bone-common.dts
blob: 26896b4c7c23f86f0cc9744b6365686fdbc4597d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/dts-v1/;

/*
 * DTS for the beaglebone white/black MLO
 *
 * Only contains the common parts of both boards which is
 * all we need for the MLO
 */

#include "am33xx.dtsi"
#include "am33xx-strip.dtsi"
#include "am33xx-clocks-strip.dtsi"
#include "am335x-bone-common-strip.dtsi"

/ {
	model = "TI AM335x BeagleBone";
	compatible = "ti,am335x-bone", "ti,am33xx";
};

&mmc2 {
	vmmc-supply = <&vmmcsd_fixed>;
	pinctrl-names = "default";
	pinctrl-0 = <&emmc_pins>;
	bus-width = <8>;
	status = "disabled"; /* only present on beaglebone black, enabled during runtime */
	ti,vcc-aux-disable-is-sleep;
};