mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +00:00
rockchip: rk3288-firefly: Add gmac definition
Add a definition for the gmac interface to the firefly device-tree. Copied verbatim from the linux kernel. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2f3920047a
commit
1c09a7fb98
1 changed files with 16 additions and 0 deletions
|
@ -146,6 +146,22 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gmac {
|
||||||
|
assigned-clocks = <&cru SCLK_MAC>;
|
||||||
|
assigned-clock-parents = <&ext_gmac>;
|
||||||
|
clock_in_out = "input";
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>;
|
||||||
|
phy-supply = <&vcc_lan>;
|
||||||
|
phy-mode = "rgmii";
|
||||||
|
snps,reset-active-low;
|
||||||
|
snps,reset-delays-us = <0 10000 1000000>;
|
||||||
|
snps,reset-gpio = <&gpio4 8 GPIO_ACTIVE_LOW>;
|
||||||
|
tx_delay = <0x30>;
|
||||||
|
rx_delay = <0x10>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
ddc-i2c-bus = <&i2c5>;
|
ddc-i2c-bus = <&i2c5>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
Loading…
Add table
Reference in a new issue