diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2018-07-17 17:09:13 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:33 +0200 |
commit | 2d081addb537ac3dc41d61487561458c7733c7ba (patch) | |
tree | 2f5506033729b8868ddc26bf4b2c1acd974c0a29 /target/linux/ath79/dts | |
parent | b346c37588873d0811785efada7aed2e52749500 (diff) | |
download | upstream-2d081addb537ac3dc41d61487561458c7733c7ba.tar.gz upstream-2d081addb537ac3dc41d61487561458c7733c7ba.tar.bz2 upstream-2d081addb537ac3dc41d61487561458c7733c7ba.zip |
ath79: ag71xx: Split gmac config into separated file and add support for ar934x/qca955x.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/qca9557.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9557.dtsi b/target/linux/ath79/dts/qca9557.dtsi index 802f2da725..980629c939 100644 --- a/target/linux/ath79/dts/qca9557.dtsi +++ b/target/linux/ath79/dts/qca9557.dtsi @@ -220,6 +220,11 @@ status = "disabled"; }; + gmac: gmac@18070000 { + compatible = "qca,qca9550-gmac"; + reg = <0x18070000 0x14>; + }; + wmac: wmac@18100000 { compatible = "qca,qca9550-wmac"; reg = <0x18100000 0x10000>; |