mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ethernet: fix dts for rk3368-box
Signed-off-by: chenzhi <roger.chen@rock-chips.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user