diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-05-19 20:12:58 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 15:43:39 +0200 |
commit | 253095131d7b1a22d9a97cf81640bb3cacc941e4 (patch) | |
tree | 90018ece68047e6744db915b4b32f1b6ac32bea5 /target/linux/ath79/dts/ar9132.dtsi | |
parent | f7aa08595db07f4c56484b3cef961553b8c09b02 (diff) | |
download | upstream-253095131d7b1a22d9a97cf81640bb3cacc941e4.tar.gz upstream-253095131d7b1a22d9a97cf81640bb3cacc941e4.tar.bz2 upstream-253095131d7b1a22d9a97cf81640bb3cacc941e4.zip |
ath79: initial tl-wr1043nd v1 support
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ath79/dts/ar9132.dtsi')
-rw-r--r-- | target/linux/ath79/dts/ar9132.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9132.dtsi b/target/linux/ath79/dts/ar9132.dtsi index 4cc4f04a2e..f1822e8775 100644 --- a/target/linux/ath79/dts/ar9132.dtsi +++ b/target/linux/ath79/dts/ar9132.dtsi @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include <dt-bindings/clock/ath79-clk.h> +#include "ath79.dtsi" / { compatible = "qca,ar9132"; @@ -160,6 +161,15 @@ #address-cells = <1>; #size-cells = <0>; }; + + wmac: gmac@180c0000 { + compatible = "qca,ar9130-wmac"; + reg = <0x180c0000 0x230000>; + + interrupts = <2>; + + status = "disabled"; + }; }; usb_phy: usb-phy { @@ -173,3 +183,14 @@ status = "disabled"; }; }; + +ð0 { + compatible = "qca,ar9130-eth", "syscon"; + reg = <0x19000000 0x200 + 0x18070000 0x4>; + pll-data = <0x1a000000 0x13000a44 0x00441099>; + pll-reg = <0x4 0x10 17>; + pll-handle = <&pll>; + resets = <&rst 8>, <&rst 9>; + reset-names = "phy", "mac"; +}; |