Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Documentation/devicetree/bindings/arm/qcom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ description: |
qcs8550
qcm2290
qcm6490
qcs9075
qcs9100
qdu1000
qrb2210
Expand Down Expand Up @@ -960,6 +961,12 @@ properties:
- qcom,sa8775p-ride-r3
- const: qcom,sa8775p

- items:
- enum:
- qcom,qcs9075-iq-9075-evk
- const: qcom,qcs9075
- const: qcom,sa8775p

- items:
- enum:
- qcom,qcs9100-ride
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ dtb-$(CONFIG_ARCH_QCOM) += qcs615-ride.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs6490-rb3gen2.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs8300-ride.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs8550-aim300-aiot.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs9075-iq-9075-evk.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs9100-ride.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs9100-ride-r3.dtb
dtb-$(CONFIG_ARCH_QCOM) += qdu1000-idp.dtb
Expand Down
113 changes: 113 additions & 0 deletions arch/arm64/boot/dts/qcom/iq9-reserved-memory.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
// SPDX-License-Identifier: BSD-3-Clause

/*
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/

/delete-node/ &pil_camera_mem;
/delete-node/ &pil_adsp_mem;
/delete-node/ &pil_gdsp0_mem;
/delete-node/ &pil_gdsp1_mem;
/delete-node/ &pil_cdsp0_mem;
/delete-node/ &pil_gpu_mem;
/delete-node/ &pil_cdsp1_mem;
/delete-node/ &pil_cvp_mem;
/delete-node/ &pil_video_mem;
/delete-node/ &audio_mdf_mem;
/delete-node/ &trusted_apps_mem;
/delete-node/ &hyptz_reserved_mem;
/delete-node/ &tz_ffi_mem;

/ {
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;

gunyah_md_mem: gunyah-md@91a80000 {
reg = <0x0 0x91a80000 0x0 0x80000>;
no-map;
};

pil_camera_mem: pil-camera@95200000 {
reg = <0x0 0x95200000 0x0 0x700000>;
no-map;
};

pil_adsp_mem: pil-adsp@95900000 {
reg = <0x0 0x95900000 0x0 0x1e00000>;
no-map;
};

q6_adsp_dtb_mem: q6-adsp-dtb@97700000 {
reg = <0x0 0x97700000 0x0 0x80000>;
no-map;
};

q6_gdsp0_dtb_mem: q6-gdsp0-dtb@97780000 {
reg = <0x0 0x97780000 0x0 0x80000>;
no-map;
};

pil_gdsp0_mem: pil-gdsp0@97800000 {
reg = <0x0 0x97800000 0x0 0x1e00000>;
no-map;
};

pil_gdsp1_mem: pil-gdsp1@99600000 {
reg = <0x0 0x99600000 0x0 0x1e00000>;
no-map;
};

q6_gdsp1_dtb_mem: q6-gdsp1-dtb@9b400000 {
reg = <0x0 0x9b400000 0x0 0x80000>;
no-map;
};

q6_cdsp0_dtb_mem: q6-cdsp0-dtb@9b480000 {
reg = <0x0 0x9b480000 0x0 0x80000>;
no-map;
};

pil_cdsp0_mem: pil-cdsp0@9b500000 {
reg = <0x0 0x9b500000 0x0 0x1e00000>;
no-map;
};

pil_gpu_mem: pil-gpu@9d300000 {
reg = <0x0 0x9d300000 0x0 0x2000>;
no-map;
};

q6_cdsp1_dtb_mem: q6-cdsp1-dtb@9d380000 {
reg = <0x0 0x9d380000 0x0 0x80000>;
no-map;
};

pil_cdsp1_mem: pil-cdsp1@9d400000 {
reg = <0x0 0x9d400000 0x0 0x1e00000>;
no-map;
};

pil_cvp_mem: pil-cvp@9f200000 {
reg = <0x0 0x9f200000 0x0 0x700000>;
no-map;
};

pil_video_mem: pil-video@9f900000 {
reg = <0x0 0x9f900000 0x0 0x1000000>;
no-map;
};

trusted_apps_mem: trusted-apps@d1900000 {
reg = <0x0 0xd1900000 0x0 0x1c00000>;
no-map;
};
};

firmware {
scm {
/delete-property/ memory-region;
};
};
};
Loading