rk312x dts: disable ethernet
authorheyun <heyun@rock-chips.com>
Thu, 23 Oct 2014 02:07:40 +0000 (10:07 +0800)
committerheyun <heyun@rock-chips.com>
Thu, 23 Oct 2014 02:07:40 +0000 (10:07 +0800)
arch/arm/boot/dts/rk3126-86v.dts

index d42823efb1b0fa93842e40eb045dbca6c1e53592..573355a02592318a214a6d6a884f18b44b7f9fe6 100644 (file)
 &rk3126_cif_sensor{
        status = "okay";
 };
+
+&gmac {
+//      power_ctl_by = "gpio";  //"gpio" "pmu"
+        power-gpio = <&gpio0 GPIO_A6 GPIO_ACTIVE_HIGH>;
+//      power-pmu = "act_ldo"
+//      reset-gpio = <&gpio4 GPIO_A7 GPIO_ACTIVE_LOW>;
+        phy-mode = "rgmii";
+        clock_in_out = "input";
+        tx_delay = <0x28>;
+        rx_delay = <0x10>;
+        status = "disabled";
+};