On Mon, Aug 25, 2025 at 10:47:22AM +0800, Yijie Yang wrote: > > > On 2025-08-22 19:56, Dmitry Baryshkov wrote: > > On Thu, Aug 21, 2025 at 04:20:24PM +0800, Yijie Yang wrote: > > > The HAMOA-IOT-EVK is an evaluation platform for IoT products, composed of > > > the Hamoa IoT SoM and a carrier board. Together, they form a complete > > > embedded system capable of booting to UART. > > > > > > This change enables the following peripherals on the carrier board: > > > - UART > > > - On-board regulators > > > - USB Type-C mux > > > - Pinctrl > > > - Embedded USB (EUSB) repeaters > > > - NVMe > > > - pmic-glink > > > - USB DisplayPorts > > > - Bluetooth > > > - Graphic > > > - Audio > > > > No WiFi? > It's in patch 2/3.> No, it's not. It has PCIe4, but not a WiFi (which makes sense since WiFI is not present on the SoM). > > > > > > Co-developed-by: Quill Qi <le.qi@xxxxxxxxxxxxxxxx> # Audio > > > Signed-off-by: Quill Qi <le.qi@xxxxxxxxxxxxxxxx> > > > Co-developed-by: Jie Zhang <quic_jiezh@xxxxxxxxxxx> # Graphic > > > Signed-off-by: Jie Zhang <quic_jiezh@xxxxxxxxxxx> > > > Co-developed-by: Shuai Zhang <quic_shuaz@xxxxxxxxxxx> # Bluetooth > > > Signed-off-by: Shuai Zhang <quic_shuaz@xxxxxxxxxxx> > > > Co-developed-by: Yongxing Mou <quic_yongmou@xxxxxxxxxxx> # USB DisplayPorts > > > Signed-off-by: Yongxing Mou <quic_yongmou@xxxxxxxxxxx> > > > Signed-off-by: Yijie Yang <yijie.yang@xxxxxxxxxxxxxxxx> > > > --- > > > arch/arm64/boot/dts/qcom/Makefile | 1 + > > > arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts | 1247 ++++++++++++++++++++++++++++ > > > 2 files changed, 1248 insertions(+) > > > -- With best wishes Dmitry