Merge "ARM: dts: msm: Add pvm_fw_mem region for parrot"

This commit is contained in:
QCTECMDR Service
2025-04-24 12:01:32 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* /*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
&reserved_memory { &reserved_memory {
@@ -69,6 +69,11 @@
reg = <0x0 0x80c00000 0x0 0x1000>; reg = <0x0 0x80c00000 0x0 0x1000>;
}; };
pvm_fw_mem: pvm_fw_region@80c01000 {
no-map;
reg = <0x0 0x80c01000 0x0 0x100000>;
};
wlan_fw_mem: wlan_fw_region@82a00000 { wlan_fw_mem: wlan_fw_region@82a00000 {
no-map; no-map;
reg = <0x0 0x82a00000 0x0 0xc00000>; reg = <0x0 0x82a00000 0x0 0xc00000>;