aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-10-14 23:39:03 +0200
committerLubomir Rintel <lkundrak@v3.sk>2020-11-17 02:13:51 +0100
commit9454eb75078c529a933129a160a88e653ecb2754 (patch)
tree4d6ce963c8caf1f2f04e40be27baca0a6beace89
parent05c050685ec13960606078551d748fa53fe8b84a (diff)
downloadlinux-lr/letux/jz4730-v4.tar.gz
MIPS: DTS: ingenic/jz4730: Add Ethernet nodelr/letux/jz4730-v4
Add a node for the ethernet MAC, with a subnode for the PHY management bus. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
-rw-r--r--arch/mips/boot/dts/ingenic/jz4730.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ingenic/jz4730.dtsi b/arch/mips/boot/dts/ingenic/jz4730.dtsi
index 1b15bc9680dfa..1de3c8d34981e 100644
--- a/arch/mips/boot/dts/ingenic/jz4730.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4730.dtsi
@@ -317,6 +317,16 @@
status = "disabled";
};
+ ethernet: ethernet@13100000 {
+ compatible = "ingenic,jz4730-ethernet";
+ reg = <0x13100000 0x1000>;
+
+ mdio: mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+ };
+
lcd: lcd@10050000 {
compatible = "ingenic,jz4740-lcd";
reg = <0x10050000 0x100>;