From 5054a71062df187b711a16b56c34effd385a62b8 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 12 May 2025 16:42:40 +0800 Subject: [PATCH] qca-wifi-7: WF189 Save crash log into pstore Fixes: WIFI-14582 Signed-off-by: Ken --- .../qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts b/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts index 13538363f..872a599b4 100644 --- a/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts +++ b/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts @@ -18,6 +18,21 @@ model = "CIG WF189"; compatible = "cig,wf189", "qcom,ipq5332-ap-mi01.6", "qcom,ipq5332-rdp468", "qcom,ipq5332"; + reserved-memory { + #address-cells = <2>; + #size-cells = <2>; + ranges; + + ramoops@49c00000 { + compatible = "ramoops"; + no-map; + reg = <0x0 0x49c00000 0x0 0x50000>; + record-size = <0x20000>; + console-size = <0x8000>; + pmsg-size = <0x8000>; + }; + }; + aliases { serial0 = &blsp1_uart0; serial1 = &blsp1_uart1;