summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-dfi-fs700-m60.dtsi
blob: 73878cde0df2456522260660d59c32aef75aa8c6 (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
#include <arm/imx6qdl-dfi-fs700-m60.dtsi>

/ {
	chosen {
		stdout-path = &uart1;

		environment-emmc {
			compatible = "barebox,environment";
			device-path = &usdhc4, "partname:boot1";
		};
	};
};

&ocotp {
	barebox,provide-mac-address = <&fec 0x620>;
};

&usbh1 {
	phy_type = "utmi";
	dr_mode = "host";
};

&usbotg {
	phy_type = "utmi";
	dr_mode = "host";
};