mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-27 09:02:20 +00:00
mips: mt76xx: Add ethernet DT node to mt7628a.dtsi
Add the ethernet DT node to the DTS file. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
parent
a8b0bf6313
commit
82dbe6483c
1 changed files with 8 additions and 0 deletions
|
@ -120,6 +120,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eth@10110000 {
|
||||||
|
compatible = "mediatek,mt7622-eth";
|
||||||
|
reg = <0x10100000 0x10000
|
||||||
|
0x10110000 0x8000>;
|
||||||
|
|
||||||
|
syscon = <&sysc>;
|
||||||
|
};
|
||||||
|
|
||||||
usb_phy: usb-phy@10120000 {
|
usb_phy: usb-phy@10120000 {
|
||||||
compatible = "mediatek,mt7628-usbphy";
|
compatible = "mediatek,mt7628-usbphy";
|
||||||
reg = <0x10120000 0x1000>;
|
reg = <0x10120000 0x1000>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue