/* * Copyright 2012 Sascha Hauer , Pengutronix * Copyright 2012 Steffen Trumtrar , Pengutronix * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-license.html * http://www.gnu.org/copyleft/gpl.html */ #include #include "imx53-tqma53.dtsi" #include "imx53.dtsi" / { chosen { stdout-path = &uart2; environment-sd { compatible = "barebox,environment"; device-path = &esdhc2, "partname:environment"; status = "disabled"; }; }; }; &esdhc2 { #address-cells = <1>; #size-cells = <1>; partition@e0000 { label = "environment"; reg = <0xe0000 0x20000>; }; }; &usbh1 { phy_type = "utmi"; }; &usbotg { phy_type = "utmi"; };