summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/ar9331.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dts/ar9331.dtsi')
-rw-r--r--arch/mips/dts/ar9331.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/ar9331.dtsi b/arch/mips/dts/ar9331.dtsi
new file mode 100644
index 0000000000..b4b8b766b9
--- /dev/null
+++ b/arch/mips/dts/ar9331.dtsi
@@ -0,0 +1,12 @@
+/ {
+ ahb {
+ mac0: mac@19000000 {
+ compatible = "qca,ar9331-ge0";
+ reg = <0x18070000 0x00000100>,
+ <0x19000000 0x01000000>;
+ reg-names = "gmac", "ge0";
+ phy-mode = "mii";
+ status = "disabled";
+ };
+ };
+};