On 9/5/25 9:23 PM, Umang Chheda wrote: > Monaco EVK is a single board computer, based on the Qualcomm > QCS8300 SoC, with the following features : > - Storage: 1 × 128 GB UFS, micro-SD card, EEPROMs for MACs, > and eMMC. > - Audio/Video, Camera & Display ports. > - Connectivity: RJ45 2.5GbE, WLAN/Bluetooth, CAN/CAN-FD. > - PCIe ports. > - USB & UART ports. > > On top of Monaco EVK board additional mezzanine boards can be > stacked in future. > > Add support for the following components : > - GPI (Generic Peripheral Interface) and QUPv3-0/1 > controllers to facilitate DMA and peripheral communication. > - TCA9534 I/O expander via I2C to provide 8 additional GPIO > lines for extended I/O functionality. > - USB1 controller in device mode to support USB peripheral > operations. USB OTG mode will be enabled for USB1 controller > once the VBUS control based on ID pin is implemented in > hd3ss3220.c. > - Remoteproc subsystems for supported DSPs such as Audio DSP, > Compute DSP and Generic DSP, along with their corresponding > firmware. > - Configure nvmem-layout on the I2C EEPROM to store data for Ethernet > and other consumers. > - QCA8081 2.5G Ethernet PHY on port-0 and expose the > Ethernet MAC address via nvmem for network configuration. > It depends on CONFIG_QCA808X_PHY to use QCA8081 PHY. > - Support for the Iris video codec. > > Written with inputs from : > Rakesh Kota <rakesh.kota@xxxxxxxxxxxxxxxx> - Regulators. > Nirmesh Kumar Singh <nirmesh.Singh@xxxxxxxxxxxxxxxx> - GPIO expander. > Viken Dadhaniya <viken.dadhaniya@xxxxxxxxxxxxxxxx> - GPI/QUP. > Mohd Ayaan Anwar <quic_mohdayaa@xxxxxxxxxxx> - Ethernet. > Monish Chunara <quic_mchunara@xxxxxxxxxxx> - EEPROM. > Vikash Garodia <quic_vgarodia@xxxxxxxxxxx> - Iris Video codec. > Swati Agarwal <swati.agarwal@xxxxxxxxxxxxxxxx> - USB. > > Signed-off-by: Umang Chheda <umang.chheda@xxxxxxxxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> Konrad