From b5422f80e44becd313b52cfd9672afcfc7917bdb Mon Sep 17 00:00:00 2001 From: Jimmy Cheng Date: Tue, 26 Aug 2025 09:28:03 +0800 Subject: [PATCH] qca-wifi-7: Zyxel NWA130BE save crash log into pstore Signed-off-by: Jimmy Cheng --- .../ipq53xx/dts/ipq5332-zyxel-nwa130be.dts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-zyxel-nwa130be.dts b/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-zyxel-nwa130be.dts index 6adb86d64..2a4c6c546 100755 --- a/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-zyxel-nwa130be.dts +++ b/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-zyxel-nwa130be.dts @@ -18,6 +18,21 @@ model = "Zyxel NWA130BE"; compatible = "zyxel,nwa130be", "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 0x100000>; + record-size = <0x20000>; + console-size = <0x20000>; + pmsg-size = <0x20000>; + }; + }; + aliases { serial0 = &blsp1_uart0; serial1 = &blsp1_uart1;