mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
25 lines
479 B
Diff
25 lines
479 B
Diff
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
@@ -212,6 +212,21 @@
|
|
reg = <0x0 0x4ab00000 0x0 0x5500000>;
|
|
no-map;
|
|
};
|
|
+
|
|
+ nss_region: nss@40000000 {
|
|
+ no-map;
|
|
+ reg = <0x0 0x40000000 0x0 0x01000000>;
|
|
+ };
|
|
+
|
|
+ q6_etr_region: q6_etr_dump@50000000 {
|
|
+ reg = <0x0 0x50000000 0x0 0x100000>;
|
|
+ no-map;
|
|
+ };
|
|
+
|
|
+ m3_dump_region: m3_dump@50100000 {
|
|
+ reg = <0x0 0x50100000 0x0 0x100000>;
|
|
+ no-map;
|
|
+ };
|
|
};
|
|
|
|
smem {
|