ethernet: fix dts for rk3368-box

Signed-off-by: chenzhi <roger.chen@rock-chips.com>
This commit is contained in:
chenzhi
2015-03-06 17:32:31 +08:00
parent 106c5fc6fc
commit 19343d9c8d

View File

@@ -223,16 +223,22 @@
};
};
&gmac_clkin {
clock-frequency = <125000000>;
};
&gmac {
//power_ctl_by = "gpio"; //"gpio" "pmu"
power-gpio = <&gpio0 GPIO_A6 GPIO_ACTIVE_HIGH>;
//power-gpio = <&gpio0 GPIO_A6 GPIO_ACTIVE_HIGH>;
//power-pmu = "act_ldo"
//reset-gpio = <&gpio4 GPIO_A7 GPIO_ACTIVE_LOW>;
reset-gpio = <&gpio3 GPIO_B4 GPIO_ACTIVE_LOW>;
phy-mode = "rgmii";
pinctrl-names = "default";
pinctrl-0 = <&rgmii_pins>;
clock_in_out = "input";
tx_delay = <0x28>;
rx_delay = <0x10>;
status = "disabled"; //if want to use gmac, please set "okay"
status = "okay"; //if want to use gmac, please set "okay"
};
&pinctrl {