Newer
Older
barebox / arch / arm / dts / imx6qdl-dfi-fs700-m60.dtsi
#include <arm/imx6qdl-dfi-fs700-m60.dtsi>

/ {
	chosen {
		linux,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";
};