|
@@ -163,6 +163,22 @@
|
|
|
reg = <0x01c20000 0x300000>;
|
|
|
ranges;
|
|
|
|
|
|
+ emac: ethernet@01c0b000 {
|
|
|
+ compatible = "allwinner,sun4i-emac";
|
|
|
+ reg = <0x01c0b000 0x1000>;
|
|
|
+ interrupts = <55>;
|
|
|
+ clocks = <&ahb_gates 17>;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
+ mdio@01c0b080 {
|
|
|
+ compatible = "allwinner,sun4i-mdio";
|
|
|
+ reg = <0x01c0b080 0x14>;
|
|
|
+ status = "disabled";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+ };
|
|
|
+
|
|
|
intc: interrupt-controller@01c20400 {
|
|
|
compatible = "allwinner,sun4i-ic";
|
|
|
reg = <0x01c20400 0x400>;
|