aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca953x.dtsi
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2019-06-21 18:25:12 +0800
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-02-11 13:39:26 +0100
commit2d21357b65c3a19dbb4d42c80a87bd002a7e9a51 (patch)
tree91813e87f119d1724bb54bac7cf6a295c40f0a45 /target/linux/ath79/dts/qca953x.dtsi
parentb6c01fec921bb094416e70abad4c706b6cb030fd (diff)
downloadupstream-2d21357b65c3a19dbb4d42c80a87bd002a7e9a51.tar.gz
upstream-2d21357b65c3a19dbb4d42c80a87bd002a7e9a51.tar.bz2
upstream-2d21357b65c3a19dbb4d42c80a87bd002a7e9a51.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> (cherry picked from commit f65501e1c2fee17d61f047cee404ddf5f0caf31a) Tested-by: Lech Perczak <lech.perczak@gmail.com> [TP-Link TL-WDR4300 v1]
Diffstat (limited to 'target/linux/ath79/dts/qca953x.dtsi')
-rw-r--r--target/linux/ath79/dts/qca953x.dtsi64
1 files changed, 32 insertions, 32 deletions
diff --git a/target/linux/ath79/dts/qca953x.dtsi b/target/linux/ath79/dts/qca953x.dtsi
index 45e5b851fa..7a7d178ff4 100644
--- a/target/linux/ath79/dts/qca953x.dtsi
+++ b/target/linux/ath79/dts/qca953x.dtsi
@@ -143,43 +143,43 @@
qca,ddr-wb-channels = <&ddr_ctrl 4>, <&ddr_ctrl 3>;
};
};
+ };
- pcie0: pcie-controller@180c0000 {
- compatible = "qcom,ar7240-pci";
- #address-cells = <3>;
- #size-cells = <2>;
- bus-range = <0x0 0x0>;
- reg = <0x180c0000 0x1000>, /* CRP */
- <0x180f0000 0x100>, /* CTRL */
- <0x14000000 0x1000>; /* CFG */
- reg-names = "crp_base", "ctrl_base", "cfg_base";
- ranges = <0x2000000 0 0x10000000 0x10000000 0 0x04000000 /* pci memory */
- 0x1000000 0 0x00000000 0x0000000 0 0x000001>; /* io space */
- interrupt-parent = <&intc2>;
- interrupts = <1>;
-
- interrupt-controller;
- #interrupt-cells = <1>;
-
- interrupt-map-mask = <0 0 0 1>;
- interrupt-map = <0 0 0 0 &pcie0 0>;
- status = "disabled";
- };
+ gmac: gmac@18070000 {
+ compatible = "qca,ar9330-gmac";
+ reg = <0x18070000 0x4>;
+ };
- gmac: gmac@18070000 {
- compatible = "qca,ar9330-gmac";
- reg = <0x18070000 0x4>;
- };
+ pcie0: pcie-controller@180c0000 {
+ compatible = "qcom,ar7240-pci";
+ #address-cells = <3>;
+ #size-cells = <2>;
+ bus-range = <0x0 0x0>;
+ reg = <0x180c0000 0x1000>, /* CRP */
+ <0x180f0000 0x100>, /* CTRL */
+ <0x14000000 0x1000>; /* CFG */
+ reg-names = "crp_base", "ctrl_base", "cfg_base";
+ ranges = <0x2000000 0 0x10000000 0x10000000 0 0x04000000 /* pci memory */
+ 0x1000000 0 0x00000000 0x0000000 0 0x000001>; /* io space */
+ interrupt-parent = <&intc2>;
+ interrupts = <1>;
+
+ interrupt-controller;
+ #interrupt-cells = <1>;
+
+ interrupt-map-mask = <0 0 0 1>;
+ interrupt-map = <0 0 0 0 &pcie0 0>;
+ status = "disabled";
+ };
- wmac: wmac@18100000 {
- compatible = "qca,qca9530-wmac";
- reg = <0x18100000 0x20000>;
+ wmac: wmac@18100000 {
+ compatible = "qca,qca9530-wmac";
+ reg = <0x18100000 0x20000>;
- interrupt-parent = <&intc2>;
- interrupts = <0>;
+ interrupt-parent = <&intc2>;
+ interrupts = <0>;
- status = "disabled";
- };
+ status = "disabled";
};
usb0: usb@1b000000 {