mirror of https://github.com/hak5/openwrt.git
ipq806x: ipq4019: dts: move ap-dk01 tcsr nodes to dtsi
tcsr configuration is the same for all ap-dk01 boards Signed-off-by: Roman Yeryomin <roman@advem.lv>
parent
ba9aa76a3a
commit
91f0345801
|
@ -18,7 +18,6 @@
|
||||||
#include "qcom-ipq4019-bus.dtsi"
|
#include "qcom-ipq4019-bus.dtsi"
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
#include <dt-bindings/soc/qcom,tcsr.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "AVM FRITZ!Box 4040";
|
model = "AVM FRITZ!Box 4040";
|
||||||
|
@ -60,33 +59,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
tcsr@194b000 {
|
|
||||||
/* select hostmode */
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x194b000 0x100>;
|
|
||||||
qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
|
|
||||||
status = "ok";
|
|
||||||
};
|
|
||||||
|
|
||||||
ess_tcsr@1953000 {
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x1953000 0x1000>;
|
|
||||||
qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
tcsr@1949000 {
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x1949000 0x100>;
|
|
||||||
qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
|
|
||||||
};
|
|
||||||
|
|
||||||
tcsr@1957000 {
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x1957000 0x100>;
|
|
||||||
qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
counter@4a1000 {
|
counter@4a1000 {
|
||||||
compatible = "qcom,qca-gcnt";
|
compatible = "qcom,qca-gcnt";
|
||||||
reg = <0x4a1000 0x4>;
|
reg = <0x4a1000 0x4>;
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
#include "qcom-ipq4019-bus.dtsi"
|
#include "qcom-ipq4019-bus.dtsi"
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
#include <dt-bindings/soc/qcom,tcsr.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "ZyXEL NBG6617";
|
model = "ZyXEL NBG6617";
|
||||||
|
@ -69,33 +68,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
tcsr@194b000 {
|
|
||||||
/* select hostmode */
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x194b000 0x100>;
|
|
||||||
qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
|
|
||||||
status = "ok";
|
|
||||||
};
|
|
||||||
|
|
||||||
ess_tcsr@1953000 {
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x1953000 0x1000>;
|
|
||||||
qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
tcsr@1949000 {
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x1949000 0x100>;
|
|
||||||
qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
|
|
||||||
};
|
|
||||||
|
|
||||||
tcsr@1957000 {
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x1957000 0x100>;
|
|
||||||
qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
counter@4a1000 {
|
counter@4a1000 {
|
||||||
compatible = "qcom,qca-gcnt";
|
compatible = "qcom,qca-gcnt";
|
||||||
reg = <0x4a1000 0x4>;
|
reg = <0x4a1000 0x4>;
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
#include "qcom-ipq4019-bus.dtsi"
|
#include "qcom-ipq4019-bus.dtsi"
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
#include <dt-bindings/soc/qcom,tcsr.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "ASUS RT-AC58U";
|
model = "ASUS RT-AC58U";
|
||||||
|
@ -48,34 +47,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
|
|
||||||
tcsr@194b000 {
|
|
||||||
/* select hostmode */
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x194b000 0x100>;
|
|
||||||
qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
|
|
||||||
status = "ok";
|
|
||||||
};
|
|
||||||
|
|
||||||
ess_tcsr@1953000 {
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x1953000 0x1000>;
|
|
||||||
qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
tcsr@1949000 {
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x1949000 0x100>;
|
|
||||||
qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
|
|
||||||
};
|
|
||||||
|
|
||||||
tcsr@1957000 {
|
|
||||||
compatible = "qcom,tcsr";
|
|
||||||
reg = <0x1957000 0x100>;
|
|
||||||
qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
counter@4a1000 {
|
counter@4a1000 {
|
||||||
compatible = "qcom,qca-gcnt";
|
compatible = "qcom,qca-gcnt";
|
||||||
reg = <0x4a1000 0x4>;
|
reg = <0x4a1000 0x4>;
|
||||||
|
|
|
@ -0,0 +1,42 @@
|
||||||
|
--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
|
||||||
|
+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
|
||||||
|
@@ -15,12 +15,39 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "qcom-ipq4019.dtsi"
|
||||||
|
+#include <dt-bindings/soc/qcom,tcsr.h>
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1";
|
||||||
|
compatible = "qcom,ipq4019";
|
||||||
|
|
||||||
|
soc {
|
||||||
|
+ tcsr@194b000 {
|
||||||
|
+ /* select hostmode */
|
||||||
|
+ compatible = "qcom,tcsr";
|
||||||
|
+ reg = <0x194b000 0x100>;
|
||||||
|
+ qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
|
||||||
|
+ status = "ok";
|
||||||
|
+ };
|
||||||
|
+
|
||||||
|
+ ess_tcsr@1953000 {
|
||||||
|
+ compatible = "qcom,tcsr";
|
||||||
|
+ reg = <0x1953000 0x1000>;
|
||||||
|
+ qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
|
||||||
|
+ };
|
||||||
|
+
|
||||||
|
+ tcsr@1949000 {
|
||||||
|
+ compatible = "qcom,tcsr";
|
||||||
|
+ reg = <0x1949000 0x100>;
|
||||||
|
+ qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
|
||||||
|
+ };
|
||||||
|
+
|
||||||
|
+ tcsr@1957000 {
|
||||||
|
+ compatible = "qcom,tcsr";
|
||||||
|
+ reg = <0x1957000 0x100>;
|
||||||
|
+ qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
|
||||||
|
+ };
|
||||||
|
+
|
||||||
|
pinctrl@1000000 {
|
||||||
|
serial_pins: serial_pinmux {
|
||||||
|
mux {
|
Loading…
Reference in New Issue