summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar934x.dtsi
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2019-06-21 18:25:12 +0800
committerChuanhong Guo <gch981213@gmail.com>2019-07-16 09:52:43 +0800
commitf65501e1c2fee17d61f047cee404ddf5f0caf31a (patch)
tree5b5f5511c29cfe3eb5ad0b8f9c1ff9512ec3a95b /target/linux/ath79/dts/ar934x.dtsi
parenta9360452f0130bb39a8e732334a174cc3f8991fd (diff)
downloadopenwrt-f65501e1c2fee17d61f047cee404ddf5f0caf31a.tar.gz
openwrt-f65501e1c2fee17d61f047cee404ddf5f0caf31a.tar.bz2
openwrt-f65501e1c2fee17d61f047cee404ddf5f0caf31a.zip
ath79: ar93xx/qca95xx: move gmac/wmac/pcie node out of apb bus
according to functional block diagram in datasheet, these devices don't belong to apb bus. Move these nodes out to match datasheet description. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/ar934x.dtsi')
-rw-r--r--target/linux/ath79/dts/ar934x.dtsi20
1 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/ath79/dts/ar934x.dtsi b/target/linux/ath79/dts/ar934x.dtsi
index 831854b89b..ba1355d071 100644
--- a/target/linux/ath79/dts/ar934x.dtsi
+++ b/target/linux/ath79/dts/ar934x.dtsi
@@ -38,7 +38,7 @@
};
};
- ahb {
+ ahb: ahb {
compatible = "simple-bus";
ranges;
@@ -133,18 +133,18 @@
#reset-cells = <1>;
};
+ };
- gmac: gmac@18070000 {
- compatible = "qca,ar9340-gmac";
- reg = <0x18070000 0x14>;
- };
+ gmac: gmac@18070000 {
+ compatible = "qca,ar9340-gmac";
+ reg = <0x18070000 0x14>;
+ };
- wmac: wmac@18100000 {
- compatible = "qca,ar9340-wmac";
- reg = <0x18100000 0x20000>;
+ wmac: wmac@18100000 {
+ compatible = "qca,ar9340-wmac";
+ reg = <0x18100000 0x20000>;
- status = "disabled";
- };
+ status = "disabled";
};
usb: usb@1b000000 {