mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 02:48:18 +00:00
qca-wifi-7: Zyxel NWA130BE save crash log into pstore
Signed-off-by: Jimmy Cheng <jimmy.cheng@zyxel.com.tw>
This commit is contained in:
committed by
John Crispin
parent
1ed503613d
commit
b5422f80e4
@@ -18,6 +18,21 @@
|
|||||||
model = "Zyxel NWA130BE";
|
model = "Zyxel NWA130BE";
|
||||||
compatible = "zyxel,nwa130be", "qcom,ipq5332-ap-mi01.6", "qcom,ipq5332-rdp468", "qcom,ipq5332";
|
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 {
|
aliases {
|
||||||
serial0 = &blsp1_uart0;
|
serial0 = &blsp1_uart0;
|
||||||
serial1 = &blsp1_uart1;
|
serial1 = &blsp1_uart1;
|
||||||
|
|||||||
Reference in New Issue
Block a user