ARM: imx8m: Fix reset in SPL on NXP iMX8MP EVK
[oweals/u-boot.git] / arch / arm / dts / am437x-gp-evm.dts
index b5f0b4ee69a7ba1d7ac7665f7546abd1dcd9ba19..3c500d52db5725e1fd78ceb04574a816ae84b146 100644 (file)
@@ -26,6 +26,7 @@
 
        chosen {
                stdout-path = &uart0;
+               tick-timer = &timer2;
        };
 
        vmmcsd_fixed: fixedregulator-sd {
        bus-width = <4>;
        pinctrl-names = "default";
        pinctrl-0 = <&mmc1_pins>;
-       cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
+       cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
 };
 
 &mmc3 {
        pinctrl-0 = <&davinci_mdio_default>;
        pinctrl-1 = <&davinci_mdio_sleep>;
        status = "okay";
+
+       ethphy0: ethernet-phy@0 {
+               reg = <0>;
+       };
 };
 
 &cpsw_emac0 {
-       phy_id = <&davinci_mdio>, <0>;
+       phy-handle = <&ethphy0>;
        phy-mode = "rgmii";
 };