From: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org,
richardcochran@gmail.com, geert+renesas@glider.be, arnd@arndb.de,
ebiggers@kernel.org, michal.simek@amd.com,
luca.weiss@fairphone.com, sven@kernel.org,
prabhakar.mahadev-lad.rj@bp.renesas.com,
kuninori.morimoto.gx@renesas.com, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, m.facchin@arduino.cc, r.mereu@arduino.cc,
loic.poulain@oss.qualcomm.com
Subject: Re: [PATCH 4/7] arm64: dts: qcom: Add Arduino Monza (VENTUNOQ) board support
Date: Fri, 13 Mar 2026 09:46:21 +0000 [thread overview]
Message-ID: <efca6405-476d-4ab8-a2af-cea5ad4d8115@oss.qualcomm.com> (raw)
In-Reply-To: <xkxk22xnv4nkwq6hdbwxy4a5lct3pzbzjoahvdpugectjscifi@tftbseheg5p3>
On 3/9/26 7:37 PM, Dmitry Baryshkov wrote:
> On Mon, Mar 09, 2026 at 03:24:15PM +0000, Srinivas Kandagatla wrote:
>> From: Loic Poulain <loic.poulain@oss.qualcomm.com>
>>
>> Add device tree support for the Arduino VENTUNOQ board,
>> based on the Qualcomm QCS8300 (Monaco) SoC.
>>
>> The board features a Qualcomm Monza SoM and integrates various
>> peripherals, including:
>> - USB Type‑C connector with dual‑role support
>> - ADV7535 DSI‑to‑HDMI bridge
>> - MAX98091 audio codec
>> - 2.5G Ethernet PHY (HSGMII)
>> - PCIe0 (to onboard WiFi chipset and USB bridge)
>> - PCIe1 (to M2/nvme)
>> - Button (via GPIO‑keys)
>>
>> Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
>> Co-developed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
>> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
>> ---
>> arch/arm64/boot/dts/qcom/Makefile | 1 +
>> .../boot/dts/qcom/monaco-arduino-monza.dts | 446 ++++++++++++++++++
>> 2 files changed, 447 insertions(+)
>> create mode 100644 arch/arm64/boot/dts/qcom/monaco-arduino-monza.dts
>>
>> diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
>> index 6d87be639aac..8a9093c4b534 100644
>> --- a/arch/arm64/boot/dts/qcom/Makefile
>> +++ b/arch/arm64/boot/dts/qcom/Makefile
>> @@ -47,6 +47,7 @@ lemans-evk-el2-dtbs := lemans-evk.dtb lemans-el2.dtbo
>> dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-el2.dtb
>> dtb-$(CONFIG_ARCH_QCOM) += milos-fairphone-fp6.dtb
>> dtb-$(CONFIG_ARCH_QCOM) += monaco-evk.dtb
>> +dtb-$(CONFIG_ARCH_QCOM) += monaco-arduino-monza.dtb
>> dtb-$(CONFIG_ARCH_QCOM) += msm8216-samsung-fortuna3g.dtb
>> dtb-$(CONFIG_ARCH_QCOM) += msm8916-acer-a1-724.dtb
>> dtb-$(CONFIG_ARCH_QCOM) += msm8916-alcatel-idol347.dtb
>> diff --git a/arch/arm64/boot/dts/qcom/monaco-arduino-monza.dts b/arch/arm64/boot/dts/qcom/monaco-arduino-monza.dts
>> new file mode 100644
>> index 000000000000..b6db2a7151f1
>> --- /dev/null
>> +++ b/arch/arm64/boot/dts/qcom/monaco-arduino-monza.dts
>> @@ -0,0 +1,446 @@
>> +// SPDX-License-Identifier: BSD-3-Clause
>> +/*
>> + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
>> + */
>> +
>> +/dts-v1/;
>> +
>> +#include <dt-bindings/gpio/gpio.h>
>> +#include <dt-bindings/input/input.h>
>> +#include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h>
>> +
>> +#include "monaco.dtsi"
>> +#include "monaco-pmics.dtsi"
>> +#include "monaco-monza-som.dtsi"
>> +
>> +/ {
>> + model = "Arduino VENTUNOQ";
>> + compatible = "arduino,monza", "qcom,qcs8300";
>> +
>> + aliases {
>> + ethernet0 = ðernet0;
>> + i2c1 = &i2c1;
>> + serial0 = &uart7;
>> + };
>> +
>> + chosen {
>> + stdout-path = "serial0:115200n8";
>> + };
>> +
>> + connector-0 {
>> + compatible = "usb-c-connector";
>> + label = "USB1-Type-C";
>> + data-role = "device";
>> + power-role = "dual";
>> +
>> + ports {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + port@0 {
>> + reg = <0>;
>> +
>> + usb1_con_hs_ep: endpoint {
>> + remote-endpoint = <&usb_1_dwc3_hs>;
>> + };
>> + };
>> +
>> + port@1 {
>> + reg = <1>;
>> +
>> + usb1_con_ss_ep: endpoint {
>> + remote-endpoint = <&usb_1_dwc3_ss>;
>
> No intermediate QMP PHY, no DP support?
We are missing firmware support for this, it makes to really drop the
usb-c connector node till we get a proper firmware support for this.
>
>> + };
>> + };
>> + };
>> + };
>> +
>
> [...]
>
>> +
>> +&pcie0 {
>> + pinctrl-0 = <&pcie0_default_state>;
>> + pinctrl-names = "default";
>> +
>> + vddpe-3v3-supply = <&vdc_3v3>;
>
> Is there a wired 3v3 support without an M.2 slot in play?
This is going to on board pcie packet swtich not to M.2.
>
>> +};
>> +
>> +&pcie1 {
>> + pinctrl-0 = <&pcie1_default_state>;
>> + pinctrl-names = "default";
>> +
>> + vddpe-3v3-supply = <&vreg_nvme>;
>> +};
>> +
>> +&pcieport0 {
>> + reset-gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
>> +
>> + pci@0,0 {
>> + #address-cells = <3>;
>> + #size-cells = <2>;
>> + device_type = "pci";
>> + bus-range = <0x01 0xff>;
>> + ranges;
>> + reg = <0x010000 0x00 0x00 0x00 0x00>;
>> +
>> + pci@2,0 {
>> + #address-cells = <3>;
>> + #size-cells = <2>;
>> + device_type = "pci";
>> + bus-range = <0x00 0xff>;
>> + ranges;
>> + reg = <0x021000 0x00 0x00 0x00 0x00>;
>> +
>> + usb@0 {
>> + compatible = "pci104c,8241";
>> + reg = <0 0 0 0 0>;
>> + ti,pwron-active-high;
>> + };
>> + };
>> + };
>> +};
>> +
>
> [..]
>
>> +
>> +&usb_1 {
>> + maximum-speed = "super-speed-plus";
>
> Do you need to specify it?
It seems to work fine without it too.
/: Bus 005.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 10000M
|__ Port 001: Dev 002, If 0, Class=Mass Storage, Driver=usb-storage,
10000M
>
>> + usb-role-switch;
>
> This should go to the monaco.dtsi.
>
will move it to base dtsi
--srini
>> + wakeup-source;
>> +
>> + status = "okay";
>> +};
>> +
>> +&usb_1_dwc3_hs {
>> + remote-endpoint = <&usb1_con_hs_ep>;
>> +};
>> +
>> +&usb_1_dwc3_ss {
>> + remote-endpoint = <&usb1_con_ss_ep>;
>> +};
>> +
>> +/* Internally connected to the MCU (e.g. for DFU). */
>> +&usb_2 {
>> + dr_mode = "host";
>> +
>> + status = "okay";
>> +};
>> --
>> 2.47.3
>>
>
next prev parent reply other threads:[~2026-03-13 9:46 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-09 15:24 [PATCH 0/7] arm64: dts: qcom: Add support for Arduino VENTUNOQ Srinivas Kandagatla
2026-03-09 15:24 ` [PATCH 1/7] arm64: dts: qcom: monaco: Add HS/SS endpoints for USB1 controller Srinivas Kandagatla
2026-03-09 19:24 ` Dmitry Baryshkov
2026-03-09 15:24 ` [PATCH 2/7] arm64: dts: qcom: Add Monaco Monza SoM Srinivas Kandagatla
2026-03-10 10:39 ` Konrad Dybcio
2026-03-11 12:49 ` Srinivas Kandagatla
2026-03-09 15:24 ` [PATCH 3/7] dt-bindings: arm: qcom: add Arduino Monza, VENTUNOQ Srinivas Kandagatla
2026-03-09 15:50 ` Krzysztof Kozlowski
2026-03-09 17:47 ` Srinivas Kandagatla
2026-03-09 15:24 ` [PATCH 4/7] arm64: dts: qcom: Add Arduino Monza (VENTUNOQ) board support Srinivas Kandagatla
2026-03-09 15:52 ` Krzysztof Kozlowski
2026-03-09 19:37 ` Dmitry Baryshkov
2026-03-13 9:46 ` Srinivas Kandagatla [this message]
2026-03-10 10:42 ` Konrad Dybcio
2026-03-10 10:43 ` Konrad Dybcio
2026-03-09 15:24 ` [PATCH 5/7] arm64: dts: qcom: monaco: add dt entry for lpass lpi pinctrl Srinivas Kandagatla
2026-03-10 10:46 ` Konrad Dybcio
2026-03-09 15:24 ` [PATCH 6/7] arm64: dts: qcom: monaco-arduino-monza: Add sound node Srinivas Kandagatla
2026-03-09 19:38 ` Dmitry Baryshkov
2026-03-10 9:25 ` Srinivas Kandagatla
2026-03-10 10:45 ` Konrad Dybcio
2026-03-09 15:24 ` [PATCH 7/7] arm64: defconfig: Enable configs for Arduino VENTUNOQ Srinivas Kandagatla
2026-03-09 19:39 ` Dmitry Baryshkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=efca6405-476d-4ab8-a2af-cea5ad4d8115@oss.qualcomm.com \
--to=srinivas.kandagatla@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=arnd@arndb.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=ebiggers@kernel.org \
--cc=geert+renesas@glider.be \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loic.poulain@oss.qualcomm.com \
--cc=luca.weiss@fairphone.com \
--cc=m.facchin@arduino.cc \
--cc=michal.simek@amd.com \
--cc=netdev@vger.kernel.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=r.mereu@arduino.cc \
--cc=richardcochran@gmail.com \
--cc=robh@kernel.org \
--cc=sven@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox