mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
mediatek: dts: mt7981: remove useless nodes
These stuffs were copied from the vendor SDK. There are currently no drivers compatible with them. The pending upstream patches did not include them either. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/21108 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
b4b12a8239
commit
0d13738ef4
1 changed files with 3 additions and 25 deletions
|
|
@ -304,7 +304,7 @@ working:
|
|||
};
|
||||
|
||||
efuse@11f20000 {
|
||||
@@ -211,17 +387,318 @@
|
||||
@@ -211,17 +387,296 @@
|
||||
reg = <0 0x11f20000 0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
@ -433,21 +433,6 @@ working:
|
|||
+ };
|
||||
+ };
|
||||
+
|
||||
+ wdma: wdma@15104800 {
|
||||
+ compatible = "mediatek,wed-wdma";
|
||||
+ reg = <0 0x15104800 0 0x400>,
|
||||
+ <0 0x15104c00 0 0x400>;
|
||||
+ };
|
||||
+
|
||||
+ ap2woccif: ap2woccif@151a5000 {
|
||||
+ compatible = "mediatek,ap2woccif";
|
||||
+ reg = <0 0x151a5000 0 0x1000>,
|
||||
+ <0 0x151ad000 0 0x1000>;
|
||||
+ interrupt-parent = <&gic>;
|
||||
+ interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
|
||||
+ <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>;
|
||||
+ };
|
||||
+
|
||||
+ wo_dlm0: syscon@151e8000 {
|
||||
+ compatible = "mediatek,mt7986-wo-dlm", "syscon";
|
||||
+ reg = <0 0x151e8000 0 0x2000>;
|
||||
|
|
@ -611,13 +596,6 @@ working:
|
|||
+ status = "disabled";
|
||||
+ };
|
||||
+
|
||||
+ ice: ice_debug {
|
||||
+ compatible = "mediatek,mt7981-ice_debug",
|
||||
+ "mediatek,mt2701-ice_debug";
|
||||
+ clocks = <&infracfg CLK_INFRA_DBG_CK>;
|
||||
+ clock-names = "ice_dbg";
|
||||
+ };
|
||||
+
|
||||
+ wifi: wifi@18000000 {
|
||||
compatible = "mediatek,mt7981-wmac";
|
||||
+ pinctrl-0 = <&wifi_dbdc_pins>;
|
||||
|
|
@ -625,7 +603,7 @@ working:
|
|||
reg = <0 0x18000000 0 0x1000000>,
|
||||
<0 0x10003000 0 0x1000>,
|
||||
<0 0x11d10000 0 0x1000>;
|
||||
@@ -234,6 +711,67 @@
|
||||
@@ -234,6 +689,67 @@
|
||||
clock-names = "mcu", "ap2conn";
|
||||
resets = <&watchdog MT7986_TOPRGU_CONSYS_SW_RST>;
|
||||
reset-names = "consys";
|
||||
|
|
@ -693,7 +671,7 @@ working:
|
|||
};
|
||||
};
|
||||
|
||||
@@ -245,4 +783,8 @@
|
||||
@@ -245,4 +761,8 @@
|
||||
<GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
|
||||
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue