| // SPDX-License-Identifier: GPL-2.0+ |
| * Lukasz Majewski, DENX Software Engineering, lukma@denx.de |
| * SPDX-License-Identifier: GPL-2.0+ or X11 |
| * The minimal augmentation DTS U-Boot file to allow eMMC driver |
| * configuration in SPL for falcon boot. |
| #include "imx28-u-boot.dtsi" |
| /delete-property/ usbphy0; |
| /delete-property/ usbphy1; |
| /delete-property/ clocks; |
| type = <1>; /* TYPE_PL011 */ |
| pinctrl-names = "default"; |
| pinctrl-0 = <&mac0_pins_a>; |
| phy-supply = <®_fec_3v3>; |
| phy-reset-gpios = <&gpio2 13 GPIO_ACTIVE_LOW>; |
| phy-reset-duration = <1>; |
| phy-reset-post-delay = <1>; |
| /delete-property/ pinctrl-names; |
| /delete-property/ pinctrl-0; |
| gpio = <&gpio0 0 GPIO_ACTIVE_HIGH>; |
| spi-max-frequency = <40000000>; |
| /delete-node/ &hog_pins_a; |
| /delete-node/ &hog_pins_tiva; |
| /delete-node/ &hog_pins_coding; |