UX3607OA is a variant of the Asus Zenbook A16 built on the Qualcomm
Glymur platform. It comes with an 18-core X2 Elite Extreme SoC, 48GiB
of RAM, NVMe storage, a 2880 x 1800 OLED screen, and the other typical
Glymur platform capabilities.
The hardware wiring is very different versus the 14" SKU - the larger
one is based on the System-In-Package reference design, unlike the
smaller one, which derives from a more common Chip-On-Board base.
Currently working:
- Audio playback (4 speakers)
- GPU, Display
- HDMI port
- Keyboard, touchpad, lid switch
- Privacy LEDs (camera-use, camera-block, mic-mute)
- Charging, Type-C, Type-A port
- Onboard SD Card slot (RTS5329)
- Wi-Fi, Bluetooth (QCC2072)
- Touchscreen should work on the SKUs that have it, but it remains
untested due to lack of access to such a device
- ASUS doesn't currently offer a SKU with a PCIe modem, but enabling
that should be a boilerplate change if that ever happens
The video accelerator (Iris) also works with the in-flight patches
and will be enabled separately once that lands.
Product specs:
https://www.asus.com/us/laptops/for-home/zenbook/asus-zenbook-a16-ux3607/techspec/
This series depends on the SoCCP series (bindings, label reference),
and the TCSR series (bindings, label reference). They should all be
merged pretty soon and are specified as b4 dependencies.
The following are soft dependencies for BT and display to work (i.e.
the DT is good, but Linux still needs them):
- https://lore.kernel.org/all/20260326-pci-m2-e-v7-0-43324a7866e6@oss.qualcomm.com/#t
- https://lore.kernel.org/all/20260622-glymur-edp-phy-v1-0-814b45089ac9@oss.qualcomm.com/
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
Konrad Dybcio (3):
dt-bindings: arm: qcom: Add Asus Zenbook A16 (UX3607OA)
arm64: dts: qcom: glymur: Add Asus Zenbook A16 (UX3607OA)
firmware: qcom: scm: Allow QSEECOM on Asus Zenbook A16 (UX3607OA)
Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
.../dts/qcom/glymur-asus-zenbook-a16-ux3607oa.dts | 1271 ++++++++++++++++++++
arch/arm64/boot/dts/qcom/pmh0104-glymur.dtsi | 2 +-
arch/arm64/boot/dts/qcom/pmh0110-glymur.dtsi | 2 +-
drivers/firmware/qcom/qcom_scm.c | 1 +
6 files changed, 1276 insertions(+), 2 deletions(-)
---
base-commit: 290aaf24a551d5a0dce037e3fab30820f9113a10
change-id: 20260717-topic-a16_submission-6ba665501224
prerequisite-message-id: <20260709-glymur-soccp-v6-0-16f70227547d@oss.qualcomm.com>
prerequisite-patch-id: 26f384ecfe96620007cab0ae3dd01db6e2314bc8
prerequisite-patch-id: 711fb836c2a609ad2f1f07f8785df3e8b72e97a5
prerequisite-patch-id: e9fe3e572292afc1ea6f98dba6c2176a28183dc7
prerequisite-patch-id: 5b78db9f6345733d9dce683ec231fa93859a1a0e
prerequisite-message-id: <20260713-tcsr_qref_0714-v9-0-373670ab15f9@oss.qualcomm.com>
prerequisite-patch-id: dd8db07a04d6f4ede6ed108c4a8e61127f11b3d6
prerequisite-patch-id: 7ed88c595363f9d938026e11a10ae578da948176
prerequisite-patch-id: 2ceef6977256434f66512826bf85d7b736efbf3f
prerequisite-patch-id: 2a3d2669de12c0acce01140275ca550aaa3aff81
prerequisite-patch-id: c60993fa87cb9df425b0c90724e652a90359df6a
prerequisite-patch-id: 55139a2f9b55478eff21099cb7ab33ff34411c7c
prerequisite-patch-id: 58ac6f5fcb958eaf8bc8bccdf49b6c3432f791d4
Best regards,
--
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>