Re: [PATCH 2/7] arm64: dts: qcom: Add Monaco Monza SoM

From: Srinivas Kandagatla

Date: Wed Mar 11 2026 - 08:52:26 EST


Thanks Konrad,
On 3/10/26 10:39 AM, Konrad Dybcio wrote:
> On 3/9/26 4:24 PM, Srinivas Kandagatla wrote:
>> From: Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>
>>
>> The Monaco Monza SoM is a compact computing module that integrates a
>> Monaco/QCS8300 System on Chip (SoC), along with essential components
>> optimized for IoT applications. It is designed to be mounted on
>> carrier boards, enabling the development of complete embedded systems.
>>
>> The following components are described:
>> - Fixed S2S 1.8V rail
>> - PMM8654AU RPMh regulators (PMIC A and PMIC C)
>> - Display subsystem/phy supplies (DSI, DP)
>> - Enable GPU, GPI DMA, IRIS
>> - PCIe Gen4 for both controllers and PHY supply hookups
>> - QUPv3 firmware declarations
>> - REFGEN always-on workaround for USB2 HS PHY
>> - Remoteproc firmware names for ADSP, CDSP and GPDSP
>> - Ethernet SERDES supplies
>> - USB HS/SS PHY regulators
>> - On-SoM eMMC
>>
>> Signed-off-by: Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>
>> Co-developed-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxxxxxxxx>
>> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxxxxxxxx>
>> ---
>
> [...]
>
>> +/* PCIe0 Gen4 x2 */
>> +&pcie0 {
>> + iommu-map = <0x0 &pcie_smmu 0x0000 0x1>,
>> + <0x100 &pcie_smmu 0x0001 0x1>,
>> + <0x200 &pcie_smmu 0x0007 0x1>,
>> + <0x208 &pcie_smmu 0x0002 0x1>,
>> + <0x210 &pcie_smmu 0x0003 0x1>,
>> + <0x218 &pcie_smmu 0x0004 0x1>,
>> + <0x300 &pcie_smmu 0x0005 0x1>,
>> + <0x400 &pcie_smmu 0x0006 0x1>;
>> + num-lanes = <2>;
>
> This is already set in monaco.dtsi

All the comments look fine with me, will fix that in next version.

--srini